Hello,
I have a table with a group, and in the group I'm running a subtable off of a different data set. I'm pushing the results of that subtable to an array (pCode.push(row["Code"])). Then in the detail row, I show what I need by calling the array pCode[parentCnt]. It works great when I run the report within BIRT, I see the text that I expect. If I export to Excel, it also works great. However, if I export to CSV, the columns with Dynamic Text are blank.
I found one result for this on Google that suggested I needed to set the property of the Dynamic Text item to Auto, instead of the default HTML. I made that change, but still do not see the values in the CSV export.
Is there something that needs to be done to make the Dynamic Text items show in the CSV export? Thanks!