BookmarkSubscribeRSS Feed
Rohit26
Calcite | Level 5

Hi,

 

I have created a list table of all users of SAS VA using report designer.

I just want user name must be highlighted whenever the specific person is logged in into SAS VA HUB.

 

 

Is there any possible way to do it?

 

 

Thanks

1 REPLY 1
BrunoMueller
SAS Super FREQ

As you mentioned you already have a table with all the relevant information for all the users.

 

You can use the Row Level Security functionality to just show the information for the user logged in.

 

For this to work you need to set a conditional GRANT on the table in question.

 

There are various ways of doing this, for instance using the CLI tool sas-set-metadata-access, here is an example:

 

sas-set-metadata-access -profile SASAdmin "/Shared Data/SAS Visual Analytics/Public/LASR/USERINFO_TEST(Table)" -grant sasusers:Read -condition "userId contains 'SUB::SAS.Userid'"

 

Another way is using the SAS Visual Analytics Adminstrator, aseen here

https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-7-3-Row-Level-Security/m-p/...

 

You will find more information on how to use Row Level Security in this paper:

 

http://support.sas.com/resources/papers/proceedings16/SAS6660-2016.pdf

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