- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am using SAS Viya Visual Analytics, and trying to recreate a report in VA that was originally done in Excel. Is it possible to create a Drop-Down List on the first page of the report that has actions on the following pages. I can add them to the top of each page, but it was be better to only have to do it once. This is a quarterly report for 29 hospitals that have 14 measures. I want to be able to select hospital and quarter on the first page and each of the 14 pages of measures is updated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
One way of doing this is to assign the drop down list selection to a parameter and then add a data filter to the data source that uses the parameter, for example the hospital selection. The data filter will apply to all report tabs using the same data source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If you add the drop down to the report section instead of the tab section the same filters will be shown on each page of the report, wouldn't that be enough?
Otherwise using parameters as @SASKiwi says works great, you can assign the filter directly on the data source (data source filter), but I have noticed some slower performance doing this instead of setting the filter on each object...
//Fredrik