<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to select few measures on a multiple measure line charts in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-select-few-measures-on-a-multiple-measure-line-charts/m-p/715517#M14609</link>
    <description>&lt;P&gt;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?&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 09:20:29 GMT</pubDate>
    <dc:creator>limonov</dc:creator>
    <dc:date>2021-01-30T09:20:29Z</dc:date>
    <item>
      <title>How to select few measures on a multiple measure line charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-select-few-measures-on-a-multiple-measure-line-charts/m-p/715517#M14609</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 09:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-select-few-measures-on-a-multiple-measure-line-charts/m-p/715517#M14609</guid>
      <dc:creator>limonov</dc:creator>
      <dc:date>2021-01-30T09:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few measures on a multiple measure line charts</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-select-few-measures-on-a-multiple-measure-line-charts/m-p/717234#M14627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can make a line chart with three 3 measures, but toggling the measures is not really possible as far as I know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One workaround is to restructure your data .&lt;/P&gt;
&lt;P&gt;From:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;4&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;5&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;A&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;A&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;B&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;B&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;C&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 22:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-select-few-measures-on-a-multiple-measure-line-charts/m-p/717234#M14627</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2021-02-05T22:23:16Z</dc:date>
    </item>
  </channel>
</rss>

