COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: candy on 04 Sep 2008 08:46:51 PM

Title: conditional formatting
Post by: candy on 04 Sep 2008 08:46:51 PM
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
Title: Re: conditional formatting
Post by: Suraj on 26 Sep 2008 11:04:31 AM
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.
Title: Re: conditional formatting
Post by: the_xxx on 26 Sep 2008 12:39:42 PM
Macro for getting the user name

#sq($account.personalInfo.userName)#

--gud luck :)