<?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 Parameters in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227476#M2595</link>
    <description>&lt;P&gt;Can anybody Please explain how do I create a Quarterly and Monthly view of the same data.&lt;/P&gt;&lt;P&gt;I want to create a parameter where the end user gives the input whether he wants to view the data Quarterly or Monthly&lt;/P&gt;&lt;P&gt;and the view changes according to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 12:44:19 GMT</pubDate>
    <dc:creator>megha_singh89</dc:creator>
    <dc:date>2015-09-28T12:44:19Z</dc:date>
    <item>
      <title>Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227476#M2595</link>
      <description>&lt;P&gt;Can anybody Please explain how do I create a Quarterly and Monthly view of the same data.&lt;/P&gt;&lt;P&gt;I want to create a parameter where the end user gives the input whether he wants to view the data Quarterly or Monthly&lt;/P&gt;&lt;P&gt;and the view changes according to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227476#M2595</guid>
      <dc:creator>megha_singh89</dc:creator>
      <dc:date>2015-09-28T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227520#M2597</link>
      <description>&lt;P&gt;You could potentially levearge the Stack Container to allow the report viewer to choose between which visualziation they want to see (Quarterly or Monthly).&amp;nbsp; &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/46037" target="_blank"&gt;Robert Anderson&lt;/A&gt; has a great write up on stacked containers in his post: &lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics-Library/Using-Containers-in-SAS-Visual-Analytics/ta-p/221383" target="_blank"&gt;Using Containers in SAS Visual Analytics.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227520#M2597</guid>
      <dc:creator>Mike_Drutar</dc:creator>
      <dc:date>2015-09-28T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227888#M2610</link>
      <description>&lt;P&gt;Hi I did it in my report, it’s not so complicated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create in repository additional table e.g. "Param" - with field "Period" and records: 'Monthly', 'Quarterly'. I did this as Excel file and added to SAS VA.&lt;/LI&gt;&lt;LI&gt;Add this custom table as new source to your report builder (so now you will have as sources 2 tables - main with analysed data (e.g. "Sales" and second "Pamar").&lt;/LI&gt;&lt;LI&gt;Create in your report button-bar, assign to bar "Period" category from "Param" table and create new parameter (text type) with this button-bar (called e.g. "View Type"). So - when you will choose "Monthly" on button-bar the parameter "View Type" will get "Monthly" value, and so on for choosing "Quarterly"&lt;/LI&gt;&lt;LI&gt;Create (if you have not yet) in "Sales" data set new categories: "Mth", "Qtr" e.g.: &lt;EM&gt;Mth=Month ('Date'n)&lt;/EM&gt;; &lt;EM&gt;Qtr=Quarter ('Date'n)&amp;nbsp;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Create custom category "Period_An." in "Sales" data set like this: &lt;EM&gt;if 'View Type 'p = "Monthly" return 'Mth'n else 'Qtr'n&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Use category "Period_An." in your report as category for analysis (in tables or charts). Now after choosing desired value on button-bar you will get monthly or quarterly view of analysed data.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same technic I'm using for reviewing data in daily, weekly, monthly or yearly perspective, as well as for viewing results for period or cumulated in the same report.&lt;/P&gt;&lt;P&gt;Hope it's clear, forgive me poor English.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robert R.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 18:39:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227888#M2610</guid>
      <dc:creator>RR2809</dc:creator>
      <dc:date>2015-09-30T18:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227915#M2613</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14489"&gt;@RR2809﻿&lt;/a&gt;&amp;nbsp;this is a great tip. I think I am slowly understanding the concept. I think you have a drop down list wherein you can select from-&amp;nbsp;&lt;/P&gt;&lt;P&gt;Monthly (781)&lt;/P&gt;&lt;P&gt;Quarterly (45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My numbers are dummy but the actual table will probably show the record count. Now can I implement a similar thing for multiple selecction? Say the users can select more than 1 categorical field from -&lt;/P&gt;&lt;P&gt;Country (2)&lt;/P&gt;&lt;P&gt;Market (12)&lt;BR /&gt;Product (5)&lt;/P&gt;&lt;P&gt;Region (21)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please feel free to send me a private message if necessary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;saspert.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 19:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227915#M2613</guid>
      <dc:creator>saspert</dc:creator>
      <dc:date>2015-09-30T19:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227959#M2616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I will try to show concept with screens:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;1. Add Supporting Table, then create button-bar and declare connected parameter ("Par_PERIOD", text type)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/357i7C501E79E65E68F3/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Parameter_1.jpg" title="Parameter_1.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333300"&gt;2. In Fact Table (witch contains data to be analysed) create new calculated category ['&lt;STRONG&gt;Date&lt;/STRONG&gt;' is calendar date]:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/358i8DF96FBF9E1DD1DD/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Parameter_2.jpg" title="Parameter_2.jpg" height="192" border="0" width="799" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;3. Result: one report with several views (measures and categories from Fact Table Source):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/359iB8B5F8E2863B0A8F/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Parameter_3.jpg" title="Parameter_3.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/360i8B77B6B4B820AECE/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Parameter_4.jpg" title="Parameter_4.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/361i88FB7A0EFFD72007/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Parameter_5.jpg" title="Parameter_5.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Robert R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 21:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/227959#M2616</guid>
      <dc:creator>RR2809</dc:creator>
      <dc:date>2015-09-30T21:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/228183#M2619</link>
      <description>&lt;P&gt;Thanks a lot. It was really helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another thing I would like to ask is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we have to create a text parameter, everytime we'll be making excel tables like the one you mentioned in your post?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Megha.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 09:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/228183#M2619</guid>
      <dc:creator>megha_singh89</dc:creator>
      <dc:date>2015-10-02T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/228186#M2621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;No, you need excel file only once - just to prepare supporting data source in repository.&lt;/P&gt;
&lt;P&gt;Of course you can prepare this table in Guide or other way .... Whatever.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In report, then:&lt;/P&gt;
&lt;P&gt;Create button-bar, assign cattegory, right click mouse - choose "Create parameter"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Robert R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 09:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/228186#M2621</guid>
      <dc:creator>RR2809</dc:creator>
      <dc:date>2015-10-02T09:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/242014#M3033</link>
      <description>Hi Saspert, I have the same need as well (multiple parameter selection).  Were you able to come up with a workable solution?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;Sean</description>
      <pubDate>Wed, 06 Jan 2016 13:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/242014#M3033</guid>
      <dc:creator>semone</dc:creator>
      <dc:date>2016-01-06T13:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/242016#M3034</link>
      <description>No sooner had I posted then I found this which enables the functionality I need in 7.2: &lt;BR /&gt;&lt;A href="http://blogs.sas.com/content/sgf/2015/09/16/accessing-va-reports-with-parameterized-urls/" target="_blank"&gt;http://blogs.sas.com/content/sgf/2015/09/16/accessing-va-reports-with-parameterized-urls/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Parameters/m-p/242016#M3034</guid>
      <dc:creator>semone</dc:creator>
      <dc:date>2016-01-06T13:18:37Z</dc:date>
    </item>
  </channel>
</rss>

