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
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
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 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.