Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Changing Program ID to Program Name in a new View

Avatar

Level 3

I'm sure this is pretty elementary and I know I've done it before, but for the life of me can't recall how to do this.....

I'm setting up a new view and would like to show the Program Name in the view but the only option I have is Program ID, which is just a string of characters.

Anyone know the code change I'd need to make here to showcase the actual Program Name:

displayname=

linkedname=direct

namekey=programID

querysort=programID

valuefield=programID

valueformat=HTML

1 Accepted Solution

Avatar

Correct answer by
Level 3

Found out where I had done this previously for anyone interested 😀

displayname=Program

linkedname=program

namekey=view.relatedcolumn

namekeyargkey.0=program

namekeyargkey.1=name

querysort=program:name

textmode=true

valuefield=program:name

valueformat=HTML

2 Replies

Avatar

Correct answer by
Level 3

Found out where I had done this previously for anyone interested 😀

displayname=Program

linkedname=program

namekey=view.relatedcolumn

namekeyargkey.0=program

namekeyargkey.1=name

querysort=program:name

textmode=true

valuefield=program:name

valueformat=HTML

Avatar

Administrator

Thank you for sharing you answer, Chris. I'm going to select it as a best answer so future people will know there was a solution!