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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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