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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

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