How to create a report variable list from a data source
Posted: Mon Apr 14, 2025 9:28 pm
I have a data source that fetches a list of locations, which returns locationID and locationName.
I am attempting to set up a Report Variable that uses this data source to give the report user a list of locations to choose from. This is working, however the drop-down is showing the locationID and not the name. After selecting a locationID, the name will appear as the selected value.
How do I get the name to show in the list? I need to pass the locationID to the query, not the name.
Report Variable The locationID is appearing in the list, when it should be the locationName After selecting a record, the name of the location appears
I am attempting to set up a Report Variable that uses this data source to give the report user a list of locations to choose from. This is working, however the drop-down is showing the locationID and not the name. After selecting a locationID, the name will appear as the selected value.
How do I get the name to show in the list? I need to pass the locationID to the query, not the name.
Report Variable The locationID is appearing in the list, when it should be the locationName After selecting a record, the name of the location appears