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.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
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
表示
返信
いいね!の合計
Morning,
This was extremely helpful for us.
Is there a way to show a list of all documents?
Or even a document count?
Many thanks
表示
返信
いいね!の合計