<?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: Qlik Sense pre list of selected values in script to a button in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418806#M95451</link>
    <description>&lt;P&gt;Comma and Pipe both seem to work fine on my end, but your list is missing the required single-quotes or parenthesis for it to work.&lt;/P&gt;
&lt;P&gt;'cars'|'trains'|'planes' should work, as should (cars|trains|planes). The latter is listed in the search cheat sheet - &lt;A href="https://webapps.qlik.com/search-cheat-sheet/Qlik+Sense+Search+Cheat+Sheet+en-US.pdf" target="_blank" rel="noopener"&gt;https://webapps.qlik.com/search-cheat-sheet/Qlik+Sense+Search+Cheat+Sheet+en-US.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_1-1707918940714.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159749iF411C03B19B9B2BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_1-1707918940714.png" alt="Or_1-1707918940714.png" /&gt;&lt;/span&gt;&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="Or_0-1707918908119.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159748i4FFF8D53C9B316CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1707918908119.png" alt="Or_0-1707918908119.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 13:55:46 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2024-02-14T13:55:46Z</dc:date>
    <item>
      <title>Qlik Sense pre list of selected values in script to a button</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418798#M95450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In QlikView we can create a trigger with selections in a field by separating the values with a pipe, like this:&lt;/P&gt;
&lt;P&gt;cars|trains|planes&lt;/P&gt;
&lt;P&gt;In Qlik Sense I tried this by creating the list in the script and use a comma , as is shown if you use getfieldselections(fieldname). That does not work. Pipe | does not work either.&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418798#M95450</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2024-02-14T13:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense pre list of selected values in script to a button</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418806#M95451</link>
      <description>&lt;P&gt;Comma and Pipe both seem to work fine on my end, but your list is missing the required single-quotes or parenthesis for it to work.&lt;/P&gt;
&lt;P&gt;'cars'|'trains'|'planes' should work, as should (cars|trains|planes). The latter is listed in the search cheat sheet - &lt;A href="https://webapps.qlik.com/search-cheat-sheet/Qlik+Sense+Search+Cheat+Sheet+en-US.pdf" target="_blank" rel="noopener"&gt;https://webapps.qlik.com/search-cheat-sheet/Qlik+Sense+Search+Cheat+Sheet+en-US.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_1-1707918940714.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159749iF411C03B19B9B2BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_1-1707918940714.png" alt="Or_1-1707918940714.png" /&gt;&lt;/span&gt;&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="Or_0-1707918908119.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159748i4FFF8D53C9B316CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1707918908119.png" alt="Or_0-1707918908119.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418806#M95451</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-02-14T13:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense pre list of selected values in script to a button</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418850#M95456</link>
      <description>&lt;P&gt;Thanks for the cheat sheet. Didn't known about this sheet. I get the selection working with text like versions. And with single years. Not with ranges yet but I will get there.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-pre-list-of-selected-values-in-script-to-a-button/m-p/2418850#M95456</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2024-02-14T15:07:21Z</dc:date>
    </item>
  </channel>
</rss>

