How to implement the security in Report studio report

Hi Cognos Gurus,

Could you please let me advice how to implement the Report level security in Report studio report?

Suppose the Report format is like this:

EMP-NUMBER EMP_NAME DEPT HIRE_DATE SALARY

I have to restrict the Salary column to the some of the users because of the security.Please we don’t want to implement anything in the Frame work manager side.This is only from report side only.

Note: How to restrict the Salary column for the other employees?

Thanks,
Rav

double post…

Hi,
If u use Emp_Id as the Loging for cognos then u can use Function
#$account.personalInfo.userName# to cature the current user login based on this u can perform futher filtering etc.

Tejas