If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Cognos Session Variables

Started by TheCognosDave, 24 Oct 2013 09:46:39 AM

Previous topic - Next topic

TheCognosDave

I haven't seen these clearly listed anywhere as a group, so now I found them, i'm posting them here for people to find..


#sq($account.defaultName)# =>lastname, firstname
#sq($account.personalInfo.email)# => email
#sq($account.personalInfo.givenName)# =>firstname
#sq($account.personalInfo.surname)# => lastname
#sq($account.personalInfo.userName)# =>userid

So for example, if you wanted some quick data security, if you had a table which included userid as a field and only wanted each user to see their own data.  You could just add a filter to the report

[table1].[userid]=#sq($account.personalInfo.userName)#

... and you'd be all set!

enjoy  ;)