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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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