How to display filter criteria in report header??
I need help figuring out how to display filter string criteria in a report header. Right now, I have the filter string displaying foreign key id's instead of the actual descriptive text.
For example, the report header shows the following:
function_id IN (4,5) AND status_id IN (2,4)
Instead of showing the format above, the end-users are requesting the following format:
Function IN (Customer Service, Billing) AND Status IN (Open, In Progress)
Any help is greatly appreciated!
|