<?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: New Calculated value to combine results in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/403890#M8362</link>
    <description>Were you able to figure this out?</description>
    <pubDate>Fri, 13 Oct 2017 12:33:34 GMT</pubDate>
    <dc:creator>cuevasj</dc:creator>
    <dc:date>2017-10-13T12:33:34Z</dc:date>
    <item>
      <title>New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387055#M7851</link>
      <description>&lt;P&gt;I have a &lt;EM&gt;Category&lt;/EM&gt; named "Gender" with two values: "M - Male" and "F - Female". &amp;nbsp;I have this &lt;EM&gt;&lt;SPAN&gt;Category&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;in a &lt;EM&gt;List&lt;/EM&gt; object. The &lt;EM&gt;List&lt;/EM&gt; object on the current page is &lt;EM&gt;Linked&lt;/EM&gt; to an &lt;EM&gt;Info Window&lt;/EM&gt;. On the&lt;EM&gt; Info Window&lt;/EM&gt; I want to have a &lt;EM&gt;Button&lt;/EM&gt; that shows what was selected on the previous page, as follows (&lt;SPAN&gt;three optoins)&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1) "M-Male"&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2) "F-Female"&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3) "Both"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a &lt;EM&gt;New Calcuated Item&lt;/EM&gt;, and attempted to use the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if 'Gender'n = 'M - Male' and 'Gender'n = 'F - Female'&lt;/P&gt;&lt;P&gt;return 'Both Selected'&lt;/P&gt;&lt;P&gt;else 'Gender'n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However the 'logic' of the if clause is never true, so I always get 'Gender'n value returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have a way around this? The 'Gender'n field is retaing both the male and female values, but I don't know how to get the logic to work in the If clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On version 7.3 Hotfix 04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387055#M7851</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2017-08-10T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387121#M7855</link>
      <description>&lt;P&gt;I don't know if you are familiar with parameters but you need to create a parameter in order to do that and olace it to button under roles.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/67500/HTML/default/viewer.htm#p0qvah37e3ft42n1cbdyymfvbbjl.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/67500/HTML/default/viewer.htm#p0qvah37e3ft42n1cbdyymfvbbjl.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387121#M7855</guid>
      <dc:creator>abcde</dc:creator>
      <dc:date>2017-08-10T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387124#M7856</link>
      <description>A list box does not allow for parameters.</description>
      <pubDate>Thu, 10 Aug 2017 18:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387124#M7856</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2017-08-10T18:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387127#M7857</link>
      <description>&lt;P&gt;The parameter should be on the button not the list box in the info window&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387127#M7857</guid>
      <dc:creator>abcde</dc:creator>
      <dc:date>2017-08-10T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387133#M7859</link>
      <description>&lt;P&gt;Got it. So I did that, but I still have no way to assign "Both" as an option. I don't want it to display male and female, when neither box is selected in the list box ( or both boxes are selected in the list box) I want the button to display "Both Selected".&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:24:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387133#M7859</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2017-08-10T18:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387149#M7860</link>
      <description>Let me work on that and let you know. I think I found a solution by using custom category. I will get back to you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/387149#M7860</guid>
      <dc:creator>abcde</dc:creator>
      <dc:date>2017-08-10T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated value to combine results</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/403890#M8362</link>
      <description>Were you able to figure this out?</description>
      <pubDate>Fri, 13 Oct 2017 12:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/New-Calculated-value-to-combine-results/m-p/403890#M8362</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2017-10-13T12:33:34Z</dc:date>
    </item>
  </channel>
</rss>

