<?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: Using slider to set cutoff for grouped histogram in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686660#M14232</link>
    <description>&lt;P&gt;Figured it out:&lt;/P&gt;&lt;P&gt;The calculated item had to be&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( 'Scorevariable'n &amp;gt;= 'cutoff parameter'p )&lt;BR /&gt;RETURN 1&lt;BR /&gt;ELSE 0&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 10:51:49 GMT</pubDate>
    <dc:creator>Ullsokk</dc:creator>
    <dc:date>2020-09-25T10:51:49Z</dc:date>
    <item>
      <title>Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/685987#M14221</link>
      <description>&lt;P&gt;I am trying to create a histogram to show how the age distributions differ between customers in two groups, e.g. high and low probability of buying a product. Ideally, I want to use a slider to dynamically change the score cutoff, so that the user can see how the two distributions look for e.g. scores above\below 0.9, 0.5, etc. I have a more static HTML based report that illustrates the two different distribution, although for a fixed cutoff. Is there a way to create two groups based on a slider or other user input?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skjermbilde.PNG" style="width: 594px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49703i85D8A04927864550/image-size/large?v=v2&amp;amp;px=999" role="button" title="Skjermbilde.PNG" alt="Skjermbilde.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 09:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/685987#M14221</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-23T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686371#M14226</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try creating a slider that filters the histogram? If you assign your score variable to the slider, it seems like this should give you the desired result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or did you want your group variable to be defined by the slider setting? This could be accomplished by assigning a parameter to the slider and then creating a calculated measure based on that parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if that helps, or if I am misunderstanding what you want to do. If you could show a row or two of your data, that would help us understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686371#M14226</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-09-24T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686657#M14230</link>
      <description>Yes, I want my group variable to be based on the slider setting.&lt;BR /&gt;&lt;BR /&gt;Will try that out, thanks.</description>
      <pubDate>Fri, 25 Sep 2020 09:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686657#M14230</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-25T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686659#M14231</link>
      <description>&lt;P&gt;What would the calculated measure look like?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume something like if parameter &amp;lt; slider value then group 1 else group 2, but I can't quite see how to write in in VA&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 10:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686659#M14231</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-25T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686660#M14232</link>
      <description>&lt;P&gt;Figured it out:&lt;/P&gt;&lt;P&gt;The calculated item had to be&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( 'Scorevariable'n &amp;gt;= 'cutoff parameter'p )&lt;BR /&gt;RETURN 1&lt;BR /&gt;ELSE 0&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 10:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686660#M14232</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-25T10:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using slider to set cutoff for grouped histogram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686677#M14234</link>
      <description>&lt;P&gt;Great! Thanks for following up with us.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The calculated expression syntax in VA is a bit unusual, but it can be very useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-slider-to-set-cutoff-for-grouped-histogram/m-p/686677#M14234</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-09-25T12:54:36Z</dc:date>
    </item>
  </channel>
</rss>

