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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1578 views
  • 0 likes
  • 2 in conversation