<?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 Re: About Parameter values resolving to column names in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210299#M2120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of clarifying questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; When you state your goal is to be able to replace the column, do you mean replace the category that has been assigned to the category section of the chart with a different category?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Are all three data types you would like to switch between dates, or are some dates and some numeric values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 23:40:51 GMT</pubDate>
    <dc:creator>SAS_Mike</dc:creator>
    <dc:date>2015-07-23T23:40:51Z</dc:date>
    <item>
      <title>About Parameter values resolving to column names</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210298#M2119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user selects by some drop down value A or value B - where the drop down is a parameter. A or B are column names in the data. I have a visual , for example a line chart, such that the horizontal axis will change between A or B based on the user selection. is this possible? if so, if column A or B are dates. I know parameters currently don't support date values; I would like to pass column name value , a character named A, such that in the line chart's category-role-assignment of A, is a date format. &lt;/P&gt;&lt;P&gt;My goal is: I have 3 types of x-axis values and would like to have only one trend visual where the user selects the type of x-axis. Similar to the designer view where I can right click on the x-axis and replace the column - except I need a similar functionality on the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 22:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210298#M2119</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2015-07-23T22:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: About Parameter values resolving to column names</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210299#M2120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of clarifying questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; When you state your goal is to be able to replace the column, do you mean replace the category that has been assigned to the category section of the chart with a different category?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Are all three data types you would like to switch between dates, or are some dates and some numeric values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 23:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210299#M2120</guid>
      <dc:creator>SAS_Mike</dc:creator>
      <dc:date>2015-07-23T23:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: About Parameter values resolving to column names</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210300#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SAS_Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes, the category, but in the data , the categories , A and B, are columns named as such but date formats.&lt;/P&gt;&lt;P&gt;2. Yes, some are numeric and one date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 11:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210300#M2121</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2015-07-24T11:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: About Parameter values resolving to column names</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210301#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jplarios,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My initial thought is that you could use a calculated item and use an if statement based on text or numeric choices in a drop down list.&amp;nbsp; I was trying to test this, but I think I need an example of how you have the data organized in your file to make sure I am using similar information.&amp;nbsp; Could you post a quick example of the table of you are importing into SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/About-Parameter-values-resolving-to-column-names/m-p/210301#M2122</guid>
      <dc:creator>SAS_Mike</dc:creator>
      <dc:date>2015-07-24T14:31:48Z</dc:date>
    </item>
  </channel>
</rss>

