Hello,
I have a numeric parameter that I was able to create a display formula for (join function would not work with this parameter) to get all the selected values to show. However, now I would like the translations and not the actual selected values to appear.
For example, I currently have the following displaying
"Order Types: 1001,1002,1015,1016"
I would like it to read...
"Order Types: Lab Initiated, Routine etc...."
The "order_type_c" field being used in the selection criteria is a number (and so is the corresponding "order_type" field in the CATEGORY table that is being used for the parameter) How do I get the "Name" field that is right next to "order_type" to appear in the diplay formula on the report header instead of the actual numbers???
Thanks,
g
PS. This is a huge and dynamic parameter so hardcoding the translations is not an option
I have a numeric parameter that I was able to create a display formula for (join function would not work with this parameter) to get all the selected values to show. However, now I would like the translations and not the actual selected values to appear.
For example, I currently have the following displaying
"Order Types: 1001,1002,1015,1016"
I would like it to read...
"Order Types: Lab Initiated, Routine etc...."
The "order_type_c" field being used in the selection criteria is a number (and so is the corresponding "order_type" field in the CATEGORY table that is being used for the parameter) How do I get the "Name" field that is right next to "order_type" to appear in the diplay formula on the report header instead of the actual numbers???
Thanks,
g
PS. This is a huge and dynamic parameter so hardcoding the translations is not an option