BookmarkSubscribeRSS Feed
tedp2
Calcite | Level 5

I have a SAS VA report with a prompt that has many multi-select list objects. It is imperative that the users of the report have the ability to save their selection so that they can reopen the report with their previous selections already filtered.

 

I know it is possible to use parameters for single-selection objects and build a URL that will select filter the report. My current report uses only multi-select objects which do not allow for parameters.

 

We have currently thought of some (poor) workarounds for this problem.

 

  1. Give users access to the development server and have them save their report selections as entirely new report files.
  2. Capture user preferences in another application. Save these to a database and give them a label. Create a new column in the dataset that tags each row with the label name. In SAS VA, use a single dropdown selection to select this label.
  3. Insert a stored process in SAS VA that uses javascript to select user selections. Must save user selections in separate application first.

 

All three of these ideas seem terrible to me. I was wondering what others have done to save user selections.

1 REPLY 1
Mickey_SAS
SAS Employee

I just happened upon this post from a few years back.  I did want to note that the report state is saved for users as of the Visual Analytics 8.3 release.

 

https://go.documentation.sas.com/?cdcId=vacdc&cdcVersion=8.3&docsetId=vavwrwn&docsetTarget=p1knyhzeh...

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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