<?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 SAS VA  Drill down in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Drill-down/m-p/475901#M10607</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a graph which will have drill down as category and first level will be Year and i don't want to drill down to particular year i want drill down on all year at same time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year(2016,2017,2018)&lt;/P&gt;&lt;P&gt;&amp;nbsp; -&amp;gt; Quarter(Q1,Q2,Q3,Q4 for all years 2016,2017,2018)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 05:48:38 GMT</pubDate>
    <dc:creator>ashishj816</dc:creator>
    <dc:date>2018-07-06T05:48:38Z</dc:date>
    <item>
      <title>SAS VA  Drill down</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Drill-down/m-p/475901#M10607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a graph which will have drill down as category and first level will be Year and i don't want to drill down to particular year i want drill down on all year at same time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year(2016,2017,2018)&lt;/P&gt;&lt;P&gt;&amp;nbsp; -&amp;gt; Quarter(Q1,Q2,Q3,Q4 for all years 2016,2017,2018)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 05:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Drill-down/m-p/475901#M10607</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2018-07-06T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA  Drill down</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Drill-down/m-p/475916#M10608</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the easiest is to create your own "drill-down".&lt;/P&gt;
&lt;P&gt;First create a calculated dimension with the quarters (without year in the value, i.e q1,q2,q3,q4).&lt;/P&gt;
&lt;P&gt;Then create a parameter that should contain the level (year, quarter, month....)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a calculated dimension that picks the level depending on the parameter:&lt;/P&gt;
&lt;P&gt;If parameter = 'Year' then variableYear&lt;/P&gt;
&lt;P&gt;else if parameter = 'Quarter' then variableQuarter&lt;/P&gt;
&lt;P&gt;else if parameter = 'Month' then variableMonth&lt;/P&gt;
&lt;P&gt;else ''&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add this new dimension to your graphs and tables and also add a drop down or button bar to enable the users to select level.&lt;/P&gt;
&lt;P&gt;Add the parameter to the drop down or button bar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the different values (year, quarter, month) i use a small separate selection table, but you can also create a calculated dimension from another dimension and create the levels som that dimentions:&lt;/P&gt;
&lt;P&gt;if dimensionVariable = 1 then 'Year'&lt;/P&gt;
&lt;P&gt;else if dimensionVariable = 2 then 'Quarter'&lt;/P&gt;
&lt;P&gt;else 'Month'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this can help you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Drill-down/m-p/475916#M10608</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-07-06T07:01:44Z</dc:date>
    </item>
  </channel>
</rss>

