Multi level custom url
Hi, I need to put a link to a program level custom field on a project report. I can get it to work when the fields are on the same level, but not when going "up" a level. Here is what I have for the same level:
displayname=Task List
link.url=customDataLabelsAsString(Project Task List)
textmode=true
valueexpression=IF(ISBLANK({DE:Project Task List}),"", "Task List")
valueformat=
And here is what I've tried for going from project to program level
displayname=Risk Register Link
link.url=customDataLabelsAsString(DE:program:Risk Register Link)
namekeyargkey.1=Risk Register Link
textmode=true
valueexpression=IF(ISBLANK({program}.{DE:Risk Register Link}),"","Click Here")
valueformat=
I'm almost positive it is a syntex error but I can't seem to find it. This code results in "Click Here" in the box but it's not actually clickable!
Thanks!
Mollie