Question
4
Replies
1238
Views
Posted: May 9, 2016
Last activity: May 10, 2016
Closed
Display text of a computed field inside a report
Hello,
I have a dropdown that reads from a report. Inside my report, one of the columns is the concatenation between 2 fields.
I want this column to be displayed inside my dropdown, it is selectable inside Property for display text of this dropdown , but, upon save, it is generating an error.
We cannot use a computed field for the display ?
Can you please help?
Thanks,
Rosy
Message was edited by: Lochan to add Category
Hi Rosy,
My assumption is, you have used custom DB function to concatenate two fields in RD. If this is the case, execute the RD from designer studio and find for which value you custom function mapped to, you can verify it "pyMapping" page list under "pyReportContentPage" clipboard page.
Once you identified the mapping, the same property can be used to store in the clipboard.
Hope this helps...!!!