I'm buidling a report with multiple pages and I'm wanting to apply different roles to the different pages.
The two roles would be Employee and Mentor, but would both pick up the username() of the person logged in. The first page in the report would use the Employee role to show data related to the person. The second page would use the Mentor role to show data related to the person's mentees.
Is this possible? I really don't want to have to build separate reports for every person.