Hi can anyone tell me how to do conditional formating for different users.i mean for every user the colors should be diff for same report. i hop u got my Q
Thanks
You have to use prompt macros to grab user name from login id and use that in conditional variables/styling.
Go through Report studio user guide to find out what macros can be used for that.
Macro for getting the user name
#sq($account.personalInfo.userName)#
--gud luck :)