Next report question:
Is there a way to use a custom variable in the description field in the layout of a report?
I know built in variables such as &osuser or &dbuser work but I can't seem to get it to work for custom variables.
I have a select column based on a variable from a list:
And in the layout I have the Search_Key set with a Master/Detail Break.
But I would like the column header to reflect the actual value of the "Search On" variable.
Any ideas for a work around?
Thanks,
Christian
Is there a way to use a custom variable in the description field in the layout of a report?
I know built in variables such as &osuser or &dbuser work but I can't seem to get it to work for custom variables.
I have a select column based on a variable from a list:
Code:
&<Name="Search On"
List="i.Chain_Id, ""Chain Id"",
i.Order_Key, ""Order Key"",
i.Old_Order_Key, ""Old Order Key"""
Description = "yes"
Restricted = "yes"
Required="yes"
Default="Chain Id"> Search_Key,
But I would like the column header to reflect the actual value of the "Search On" variable.
Any ideas for a work around?
Thanks,
Christian