We currently use text mode to add the "name" of the document attached to the request. We would like to add the date/time to report out when a document or replacement document use uploaded compared to the planned completion date.
This is the current text mode:
displayname=Attached Documents
listdelimiter=<br>
listmethod=nested(documents).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML
Suggestions? Thank you in advance.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi Dawnmarie,
If i've understood your post correctly, you would like your report to show the name of documents added to an issue and the date it was uploaded. If that's the case, the below text mode should do it:
displayname=Attached Documents
listdelimiter=<br>
listmethod=nested(documents).lists
textmode=true
type=iterate
valueexpression=CONCAT({name}," - ",{currentVersion}.{entryDate})
valueformat=HTML
Hope that helps!
Best Regards,
Rich.
Hi Dawnmarie,
If i've understood your post correctly, you would like your report to show the name of documents added to an issue and the date it was uploaded. If that's the case, the below text mode should do it:
displayname=Attached Documents
listdelimiter=<br>
listmethod=nested(documents).lists
textmode=true
type=iterate
valueexpression=CONCAT({name}," - ",{currentVersion}.{entryDate})
valueformat=HTML
Hope that helps!
Best Regards,
Rich.
Thank you! This worked like a charm. Sorry for the delayed reply. =D
Views
Replies
Total Likes
Views
Likes
Replies