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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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