<?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 Dashboard Bundle - Button - Select multiple values in a field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dashboard-Bundle-Button-Select-multiple-values-in-a-field/m-p/1516005#M36743</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using new &lt;STRONG&gt;Dashboard Bundle&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Button for navigation &lt;/STRONG&gt;extension -&amp;gt; &lt;STRONG&gt;Action and navigation&lt;/STRONG&gt; section and have a trouble configuring button to &lt;STRONG&gt;select multiple values in a field&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have filed with values (01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12) and I want to select first 3 values (01, 02, 03).&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Value field I type 01;02;03 because it is written to separate multiple values with semi-column (;).&lt;/P&gt;&lt;P&gt;But I dont get any selection.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:08:22 GMT</pubDate>
    <dc:creator>peter_sk</dc:creator>
    <dc:date>2024-11-16T07:08:22Z</dc:date>
    <item>
      <title>Dashboard Bundle - Button - Select multiple values in a field</title>
      <link>https://community.qlik.com/t5/App-Development/Dashboard-Bundle-Button-Select-multiple-values-in-a-field/m-p/1516005#M36743</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using new &lt;STRONG&gt;Dashboard Bundle&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Button for navigation &lt;/STRONG&gt;extension -&amp;gt; &lt;STRONG&gt;Action and navigation&lt;/STRONG&gt; section and have a trouble configuring button to &lt;STRONG&gt;select multiple values in a field&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have filed with values (01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12) and I want to select first 3 values (01, 02, 03).&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Value field I type 01;02;03 because it is written to separate multiple values with semi-column (;).&lt;/P&gt;&lt;P&gt;But I dont get any selection.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dashboard-Bundle-Button-Select-multiple-values-in-a-field/m-p/1516005#M36743</guid>
      <dc:creator>peter_sk</dc:creator>
      <dc:date>2024-11-16T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Bundle - Button - Select multiple values in a field</title>
      <link>https://community.qlik.com/t5/App-Development/Dashboard-Bundle-Button-Select-multiple-values-in-a-field/m-p/1516064#M36745</link>
      <description>&lt;P&gt;Turns out, that Qlik convert all&amp;nbsp;strings (if it is number)&amp;nbsp;to number, so it did not recognize my '01' value as string.&lt;/P&gt;&lt;P&gt;I changed function in &lt;STRONG&gt;helpers.js&amp;nbsp;&lt;/STRONG&gt;to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; splitToStringNum&lt;/STRONG&gt;: function (str, sep) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var a = str.split(sep);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;and it works fine now.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 10:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dashboard-Bundle-Button-Select-multiple-values-in-a-field/m-p/1516064#M36745</guid>
      <dc:creator>peter_sk</dc:creator>
      <dc:date>2018-12-04T10:14:28Z</dc:date>
    </item>
  </channel>
</rss>

