BookmarkSubscribeRSS Feed
jesslou2015
Calcite | Level 5

I do need that same variable in the dropdown list (which has 3 choices) to control all the graphs in the same canvas (one choice by one), but one of the graphs needs 2 choices fixed of the 3 choices from the dropdown list. Can you help? Thanks!

1 REPLY 1
Madelyn_SAS
SAS Super FREQ

There are a couple of issues, I think.

 

  • A drop-down list is single-selection. So, you could not use it to filter the one graph by multiple choices.
  • A single control interacts with all associated objects in the same way. You cannot specify to filter Graph1 one way and Graph2 a different way through the same interaction.

 

I would suggest using the dropdown list to filter all of your graphs except the one, and adding a list control (which supports multiple selections) to filter the other graph. 

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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