<?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: Dynamically Sorting a Data Column in SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504618#M11290</link>
    <description>&lt;P&gt;HI!&lt;/P&gt;
&lt;P&gt;I don't really follow you here, do you have one checkbox, a list with checkboxes, a table with data...etc. &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;Where do you do the sort?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that the checkbox list should be sorted everytime a selection is made?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 07:42:25 GMT</pubDate>
    <dc:creator>FredrikE</dc:creator>
    <dc:date>2018-10-16T07:42:25Z</dc:date>
    <item>
      <title>Dynamically Sorting a Data Column in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504491#M11285</link>
      <description>&lt;P&gt;In SAS VA 7.4.&amp;nbsp; I have a report that uses parameters to dynamically populate a checkbox.&amp;nbsp; Without dynamically populating the checkbox list I could simply do a custom sort on the data column.&amp;nbsp; Is there a way to sort the values of the dynamic checkbox list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Few SAS users use parameters so to help them understand:&lt;/P&gt;
&lt;P&gt;Dropdown1 is populated by a lookup table.&lt;/P&gt;
&lt;P&gt;The values of Checkboxlist1 change when the value of Dropdown1 is populated via parameters.&lt;/P&gt;
&lt;P&gt;I want to sort the values of Checkboxlist1 to be custom sorted based off of a separate table or logic structure when the selected value of Checkboxlist1 changes.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 13:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504491#M11285</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-10-24T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Sorting a Data Column in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504618#M11290</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;
&lt;P&gt;I don't really follow you here, do you have one checkbox, a list with checkboxes, a table with data...etc. &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;Where do you do the sort?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that the checkbox list should be sorted everytime a selection is made?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504618#M11290</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-10-16T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Sorting a Data Column in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504645#M11292</link>
      <description>A user selects a value from a drop down list.  Based on the selection a checkboxlist is populated.</description>
      <pubDate>Tue, 16 Oct 2018 09:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504645#M11292</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-10-16T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Sorting a Data Column in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504682#M11293</link>
      <description>&lt;P&gt;I tried to add a listbox and a checkboxlist.&lt;/P&gt;
&lt;P&gt;Added an interaction and sorted the list in descending order.&lt;/P&gt;
&lt;P&gt;When i select a value from the drop down the list is populated and still sorted in descending order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried with a custom sort and the sorting was still there even when I selected values from the drop down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You say you use parameters, is that in a filter expression?&lt;/P&gt;
&lt;P&gt;Don't you use interactions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might be way out here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 12:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/504682#M11293</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-10-16T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Sorting a Data Column in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/507148#M11335</link>
      <description>&lt;P&gt;Dropdown1 is populated by a lookup table.&lt;/P&gt;
&lt;P&gt;The values of Checkboxlist1 change when the value of Dropdown1 is populated via parameters.&lt;/P&gt;
&lt;P&gt;I want to sort the values of Checkboxlist1 to be custom sorted based off of a separate table or logic structure when the selected value of Checkboxlist1 changes.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 13:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamically-Sorting-a-Data-Column-in-SAS-VA/m-p/507148#M11335</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-10-24T13:59:31Z</dc:date>
    </item>
  </channel>
</rss>

