03-08-2017 12:45 AM
You can create a custom Value List, e.g.
ID VALUE
1 Blah1
2 Blah2
3 Blah3
You can create a Report Definition that has an field (which would be an ID value) linked to the Value List.
But I want the report data output to show the Value rather than the ID.
I.e. I don't need or want the value list for a filter.
But I want the data in the value list to display instead of the ID.
So the report instead of showing:
Agent SomeIDDataLinkValueList
Alice 1
Bob 2
Would show:
Agent SomeIDDataLinkValueList
Alice Blah1
Bob Blah2
Is this possible?
Gerry
03-09-2017 11:36 AM
Anyone know if above is possible?
Why have an option to associate a field with a value list and not have filter checked?
i.e. I have a report with ID field and it is linked with a value list.
Should the Value list appear in the grid output or should the original field value (i.e. the id value) appear?
Gerry
03-30-2017 09:47 PM
The value list values do NOT appear in the grid that shows the report data. The value list values are used only for filtering purposes.
The value list values are displayed when the user runs the report, in the filter selection screen. Now, the values the user selects from the filter screen goes into the actual SQL as an IN clause, as part of the WHERE condition. The grid will contain the data returned from the execution of this SQL.
Regards,
Rajagopal
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide