Hello.
I have a BIRT report where I want to display the choice of a parameter in a header cell of a Crosstab. For that purpose I have a Dynamic Text field in the header cell that shows the parameter choice.
I have created a parameter, Survey_field, it is static with a number of Value and Display Text items.
The problem I’m having is that when running the report on ReportServer it only works when I set the dynamic text expression to:
params[“Survey_field”].value
but not when I use:
params[“Survey_field”].displayText
which of course is what I want to show in the report! Both work fine when I test it in the Eclipse BIRT designer.
Any ideas of why, or if there’s some workaround to get the display text to show up?
Cheers and thanks in advance,
/Gabriel