I need a dropdown filter for a report which shows user specific values to select from. Dataset parameter is not allowing that.

0
I need a dropdown filter for a report which shows user specific values to select from. Dataset parameter is not allowing that. I have updated the security. I try to use the entity type for the param but the constraint does not let me use CurrentUser in xpath. Please advise.
asked
1 answers
2

You could build your own custom search. Show the user the different search parameters. Create a custom search button with a microflow that retrieves all the objects. You could use an association to set the search result so these objects can then be shown to the user using the association as an xpath.

Regards,

Ronald

answered