BookmarkSubscribeRSS Feed
RSB
Calcite | Level 5 RSB
Calcite | Level 5
Is there a way to enforce an Identity driven, Row level filtering on the values displayed in the stored process prompts??

Basically I want to restrict the users to see the values to which they are associated from an external association table.

For example
The User associated with Group should be able see the Values 'GROUP','SOLO'.

The User associated with SOLO should be able to see the only 'SOLO' in the prompt.
2 REPLIES 2
PaulHomes
Rhodochrosite | Level 12
Hi,

You can do this by first creating an information map with an identity-driven pre-filter to provide the desired values. There is more information on how to do this in the SAS 9.2 Intelligence Platform Security Administration Guide, Chapter 8 BI Row-Level Permissions (http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/a003073623.htm)

Once you have an information map that provides the appropriate identity-driven values you can use that as the source of the prompt. If you have a information map named IdDrivenMapOfValues with a single item named MapItemForValues containing the identity-driven/filtered values you can populate your prompt as follows:
* Prompt type: Text
* Method for populating prompt: User selects values from a dynamic list
* Data source: /path/to/your/IdDrivenMapOfValues(InformationMap)
* Data Item: MapItemForValues

I just tried this out and was able to see different prompt values when logging in as different users.

Cheers
Paul
http://platformadmin.com/
RSB
Calcite | Level 5 RSB
Calcite | Level 5
This works as expected. Thanks Paul.

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 950 views
  • 0 likes
  • 2 in conversation