Hi,
Objective: Render page 1 if user 1 is running the report render page 2 if all other users.
Here is what I have tried to use marco in conditional variable if ((#sq($account.personalInfo.userName)#) = 'user1') then '1' else '2'. Added the string variable '1' for page 1 and '2' for page 2.
Please don't point me to data level security since its more to do with rendering based on user.
Thanks,
RK
Create two boolean variables. One should resolve to true if the user is user1 and would be the render variable you specify for page1.
The other boolean should resolve to true if NOT user1 and would be the render variable you specify for page2.