BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
rufmau68
Obsidian | Level 7

hi, its possible to have current user id or current user group in sas va element calculation ?

and to use it to decide if any new categories (eg: name and surname columns) are empty, masked or with cleared date...

 

if &SYSUSERID. "..." THEN "" else SURNAME

1 ACCEPTED SOLUTION

Accepted Solutions
FredrikE
Rhodochrosite | Level 12

I don't think it is possible.

I think you can achieve the same by using a table with the users, filter that table upon current user (SUB::...), add drop down with the user names from that table (make it mandatory), use a parameter in that drop-down, use the parameter in your calculation.

 

From what I know you can only use identi-driven-identities in filter. (http://support.sas.com/documentation/cdl/en/birlpug/64774/HTML/default/viewer.htm#n1hmmmul9805q6n1mf...)

 

//Fredrik

View solution in original post

1 REPLY 1
FredrikE
Rhodochrosite | Level 12

I don't think it is possible.

I think you can achieve the same by using a table with the users, filter that table upon current user (SUB::...), add drop down with the user names from that table (make it mandatory), use a parameter in that drop-down, use the parameter in your calculation.

 

From what I know you can only use identi-driven-identities in filter. (http://support.sas.com/documentation/cdl/en/birlpug/64774/HTML/default/viewer.htm#n1hmmmul9805q6n1mf...)

 

//Fredrik

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1439 views
  • 0 likes
  • 2 in conversation