Hello all
Can anyone help a newbie with the text mode to get program or project name onto a proof report?
Thank you :0)
Solved! Go to Solution.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
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)
Views
Replies
Total Likes
Views
Likes
Replies