<?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: Issue with applying multiple filters across different fields using app.field().selectValues() in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531970#M22544</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked: the column names and the selected values exist. I can pick one value at a time, and that works. But picking both values at once doesn’t.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Column names exist&lt;/STRONG&gt;: yes&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Single value works&lt;/STRONG&gt;: yes&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Both values together&lt;/STRONG&gt;: not working&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Sat, 27 Sep 2025 09:20:21 GMT</pubDate>
    <dc:creator>AyeshaChhapra</dc:creator>
    <dc:date>2025-09-27T09:20:21Z</dc:date>
    <item>
      <title>Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531771#M22529</link>
      <description>&lt;P&gt;I’m facing an issue with applying filters dynamically in my app. My goal is that whenever a user selects a field name and value, a filter should be created for that selection and applied to the UI.&lt;/P&gt;&lt;P&gt;Currently, I’m using:&lt;/P&gt;&lt;P&gt;app.field().selectValues()&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This works fine for a single field. However, the problem arises when a user makes selections across multiple fields (e.g., vendor: xyz, city: abc). In that case, only one filter gets applied — either the first or the last one depending on the toggle. Multiple filters never get applied at the same time.&lt;/P&gt;&lt;P&gt;Has anyone run into this before? How can I apply multiple selections across different fields programmatically so that all of them persist on the UI?&lt;BR /&gt;&lt;BR /&gt;Sample Code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;Promise&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;all&lt;/SPAN&gt;&lt;SPAN&gt;([&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'[VENDOR NAME]'&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;selectValues&lt;/SPAN&gt;&lt;SPAN&gt;([{ &lt;/SPAN&gt;&lt;SPAN&gt;qText&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;'BOSCH'&lt;/SPAN&gt;&lt;SPAN&gt; }], &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'CITY'&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;selectValues&lt;/SPAN&gt;&lt;SPAN&gt;([{ &lt;/SPAN&gt;&lt;SPAN&gt;qText&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;'Mumbai'&lt;/SPAN&gt;&lt;SPAN&gt; }], &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531771#M22529</guid>
      <dc:creator>AyeshaChhapra</dc:creator>
      <dc:date>2025-09-24T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531906#M22539</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315898"&gt;@AyeshaChhapra&lt;/a&gt;&lt;/SPAN&gt; , are you sure that the selections you are applying is a valid selection? Can you apply the same selection in Qlik app and share with us if it is working or not?&lt;/P&gt;
&lt;P&gt;Your code seems ok, so I guess maybe one selection is removing the other because are not linked in data model.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 10:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531906#M22539</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2025-09-26T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531970#M22544</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked: the column names and the selected values exist. I can pick one value at a time, and that works. But picking both values at once doesn’t.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Column names exist&lt;/STRONG&gt;: yes&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Single value works&lt;/STRONG&gt;: yes&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Both values together&lt;/STRONG&gt;: not working&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 27 Sep 2025 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2531970#M22544</guid>
      <dc:creator>AyeshaChhapra</dc:creator>
      <dc:date>2025-09-27T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532036#M22551</link>
      <description>&lt;P&gt;Did you try to apply the selections for both values direclty in the Qlik app? Just want to be sure that this is not a Qlik data model issue or wrong selections.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 12:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532036#M22551</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2025-09-29T12:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532090#M22552</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp;yes, I can apply selections for both directly in the Qlik app&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 05:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532090#M22552</guid>
      <dc:creator>AyeshaChhapra</dc:creator>
      <dc:date>2025-09-30T05:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with applying multiple filters across different fields using app.field().selectValues()</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532126#M22553</link>
      <description>&lt;P&gt;can you please try to modify your code in this way and give it a try?&lt;BR /&gt;&lt;I&gt;await app.field('[VENDOR NAME]').selectValues([{ qText: 'BOSCH' }], false, false),&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;await app.field('CITY').selectValues([{ qText: 'Mumbai' }], false, false)&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 13:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-applying-multiple-filters-across-different-fields/m-p/2532126#M22553</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2025-09-30T13:30:25Z</dc:date>
    </item>
  </channel>
</rss>

