Hello all
Can anyone help a newbie with the text mode to get program or project name onto a proof report?
Thank you :0)
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
You have the valuefield accidentally the same in both of your text mode snippets, would just need to remove program from your first one. So project name would be:
valuefield=documentVersion:document:project:name
Hello WhitUser,
I used the following text mode to get the project name into my report:
displayname=Project Name
linkedname=documentVersion
namekey=view.relatedcolumn
namekeyargkey.0=documentVersion
namekeyargkey.1=document
namekeyargkey.2=project
namekeyargkey.3=name
querysort=documentVersion:documentID
textmode=true
valuefield=documentVersion:document:project:program:name
valueformat=HTML
and to get the program name you need to modify the valuefield:
valuefield=documentVersion:document:project:program:name
Regards
Lars
Hello Lars
Thank you for your swift response on this dilemma... I use your code on a document report and it will work, however, I need it to work on a PROOF report and it doesn't work in this instance.... any ideas?
表示
返信
いいね!の合計
You have the valuefield accidentally the same in both of your text mode snippets, would just need to remove program from your first one. So project name would be:
valuefield=documentVersion:document:project:name
Thank you both, I'm learning albeit slowly :0)
表示
返信
いいね!の合計