Options binder in Report builder does not work?
Confluence User - 26 Nov, 2020
Hi
I need to view the label of a select box in report builder. If I use
#binder.options.my_request.my_select_box[reportParam.record_id]# nothing is printed in the report. If I use #form.my_request.my_select_box[reportParam.record_id]# I get the selected value. I need the label instead of the value.
How can this be done?
reportbuilder;options;selectbox