<?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: List Control select option in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/411736#M8600</link>
    <description>&lt;P&gt;you can right click in&amp;nbsp;list control and&amp;nbsp;"Select All" or "Select None"&amp;nbsp;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;didn't&amp;nbsp;know that the&amp;nbsp;list control in 7.3 doesn't have parameter role .. in 7.4 it does ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 22:38:16 GMT</pubDate>
    <dc:creator>ali_jooan</dc:creator>
    <dc:date>2017-11-08T22:38:16Z</dc:date>
    <item>
      <title>List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405063#M8427</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way I can select all the values in a list control while I am on the report viewer.&amp;nbsp;I am able to do that in report designer however not in the report viewer.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 00:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405063#M8427</guid>
      <dc:creator>ayushupadhyay22</dc:creator>
      <dc:date>2017-10-18T00:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405110#M8434</link>
      <description>&lt;P&gt;It doesn't "select all" directly but you can subset the list data by another control's parameter .. try using drop-down + list control combination to subset the selection list ..&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 06:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405110#M8434</guid>
      <dc:creator>ali_jooan</dc:creator>
      <dc:date>2017-10-18T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405274#M8439</link>
      <description>&lt;P&gt;Can u give me an example&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 16:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405274#M8439</guid>
      <dc:creator>ayushupadhyay22</dc:creator>
      <dc:date>2017-10-18T16:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405383#M8440</link>
      <description>&lt;P&gt;Sure ..&lt;/P&gt;&lt;P&gt;1. Create a table with one column and two records: Column name= "Selection_Options" values:{"Custom", "All"}&lt;/P&gt;&lt;P&gt;2. Add this table to your report designer&lt;/P&gt;&lt;P&gt;3. Create a new report section for our test&lt;/P&gt;&lt;P&gt;4. Create a prompt container&lt;/P&gt;&lt;P&gt;3. Drag two: Drop-Down and List controls in the prompt container&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;In the Drop-Down,&amp;nbsp;drag and drop the column from our&amp;nbsp;new support table "Selection_Options"&lt;/P&gt;&lt;P&gt;5. Create a character based parameter "Selected_Option"&lt;/P&gt;&lt;P&gt;6. Assign this parameter to the drop-down so that it picks up the value of our selection from the drop-down&lt;/P&gt;&lt;P&gt;7. In your main table, create a calculated item "List_calculated_var", and make it like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;If ('selected_option'p = 'Custom') then List_variable &amp;nbsp;/* List_variable is the one you want to assign to the list, so that it populate the list with all the values for selection */&lt;/P&gt;&lt;P&gt;else if ('selected_option'p='All') then "All" /* In this case "List_calculated_var" will only have one value "All".&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;8. Create a character list based parameter "Selection"&lt;/P&gt;&lt;P&gt;9. Now to your list control in the prompt container, assign "List_calculated_var" as category and "Selection" as Parameter&lt;/P&gt;&lt;P&gt;10. Now you have a parameter "Selection" having either "All" or "Custom" values and you can use this parameter in other controls ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope it helps ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 23:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405383#M8440</guid>
      <dc:creator>ali_jooan</dc:creator>
      <dc:date>2017-10-18T23:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405629#M8453</link>
      <description>&lt;P&gt;Thanks that works&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/405629#M8453</guid>
      <dc:creator>ayushupadhyay22</dc:creator>
      <dc:date>2017-10-19T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/411587#M8599</link>
      <description>&lt;P&gt;I've dutifully followed your instructions until I got to step 9, then I got "This report object does not support parameter assignment."&lt;/P&gt;&lt;P&gt;I'm using SAS VA v7.3 and it looks like I can't add a parameter to a list object?&amp;nbsp; Are there any other options for me to "select all" and "clear all" in a list control?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 16:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/411587#M8599</guid>
      <dc:creator>HCarlos</dc:creator>
      <dc:date>2017-11-08T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Control select option</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/411736#M8600</link>
      <description>&lt;P&gt;you can right click in&amp;nbsp;list control and&amp;nbsp;"Select All" or "Select None"&amp;nbsp;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;didn't&amp;nbsp;know that the&amp;nbsp;list control in 7.3 doesn't have parameter role .. in 7.4 it does ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/List-Control-select-option/m-p/411736#M8600</guid>
      <dc:creator>ali_jooan</dc:creator>
      <dc:date>2017-11-08T22:38:16Z</dc:date>
    </item>
  </channel>
</rss>

