Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Is there a way to determin the current user in a report recipie?
I would like to set Icons based on the user generating the report.
Examples:
"I Reviewed"
"Please Approve"
"Assigend to me"
In the gui, I use relevancy rules to show this information. However, I cannot seem to get relevancy rules to work in the web client
Solved! Go to Solution.
Mark,
I would try doing this by altering the query backing the report. You can add a filter like "Assigned user = -Me-" and it will limit the query results to the user running it. Will this give you what you're looking for?
Mark,
I would try doing this by altering the query backing the report. You can add a filter like "Assigned user = -Me-" and it will limit the query results to the user running it. Will this give you what you're looking for?