<?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 Selecting values in Filter Pane based on value in a variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419518#M95510</link>
    <description>&lt;P&gt;I have created one input box where a user can enter ID to fetch a particular row from below table.&lt;BR /&gt;However, I also have a filter pane for ID.&lt;BR /&gt;&lt;BR /&gt;How to achieve above task?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was somehow trying to achieve to select ID in filter pane based on ID entered by user and thus below table shows only that particular row.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 13:46:55 GMT</pubDate>
    <dc:creator>Ishaan_Kumar</dc:creator>
    <dc:date>2024-02-15T13:46:55Z</dc:date>
    <item>
      <title>Selecting values in Filter Pane based on value in a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419518#M95510</link>
      <description>&lt;P&gt;I have created one input box where a user can enter ID to fetch a particular row from below table.&lt;BR /&gt;However, I also have a filter pane for ID.&lt;BR /&gt;&lt;BR /&gt;How to achieve above task?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was somehow trying to achieve to select ID in filter pane based on ID entered by user and thus below table shows only that particular row.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419518#M95510</guid>
      <dc:creator>Ishaan_Kumar</dc:creator>
      <dc:date>2024-02-15T13:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting values in Filter Pane based on value in a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419540#M95519</link>
      <description>&lt;P&gt;create variable like&amp;nbsp;vVariable and store the inputbox values in these variable&lt;/P&gt;
&lt;P&gt;then use below expression to show only entered ID values in the object&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt; ID = {'$(vVariable)'} &amp;gt;} sal)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419540#M95519</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-02-15T14:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting values in Filter Pane based on value in a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419565#M95524</link>
      <description>&lt;P&gt;The value entered is a dimension not a measure.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-values-in-Filter-Pane-based-on-value-in-a-variable/m-p/2419565#M95524</guid>
      <dc:creator>Ishaan_Kumar</dc:creator>
      <dc:date>2024-02-15T14:29:09Z</dc:date>
    </item>
  </channel>
</rss>

