BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
limonov
Calcite | Level 5

Hi everyone, my requirement was to plot three different measures in only one line chart and to show/hide them with a checkbox. I really can't do this, can you help me?

1 ACCEPTED SOLUTION

Accepted Solutions
Sam_SAS
SAS Employee

Hello,

You can make a line chart with three 3 measures, but toggling the measures is not really possible as far as I know.

 

One workaround is to restructure your data .

From:

A B C
1 2 3
4 5 6

 

To:

Group Value
A 1
A 4
B 2
B 5
C 3
C 6

 

If you do that, then you can create a List control with the Group values and assign the Group variable to the Group role of the line chart.

 

Sam

 

View solution in original post

1 REPLY 1
Sam_SAS
SAS Employee

Hello,

You can make a line chart with three 3 measures, but toggling the measures is not really possible as far as I know.

 

One workaround is to restructure your data .

From:

A B C
1 2 3
4 5 6

 

To:

Group Value
A 1
A 4
B 2
B 5
C 3
C 6

 

If you do that, then you can create a List control with the Group values and assign the Group variable to the Group role of the line chart.

 

Sam

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 870 views
  • 1 like
  • 2 in conversation