<?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 Filter a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390117#M31984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik noob - tried searching but perhaps not aware of what lingo to use just yet. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table and I would like to filter it according to 1 specific field, without using Selections / Filter Pane (i.e. a constant parameter).&amp;nbsp; I also don't want to add the parameter field to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So say I have dozens of fields.&amp;nbsp; I have a field called [QRT] but I do not add this to the table.&amp;nbsp; I would like the table to only display records where [QRT] = 'S0602'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone offer me a steer please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 14:52:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-10-18T14:52:27Z</dc:date>
    <item>
      <title>Filter a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390117#M31984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik noob - tried searching but perhaps not aware of what lingo to use just yet. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table and I would like to filter it according to 1 specific field, without using Selections / Filter Pane (i.e. a constant parameter).&amp;nbsp; I also don't want to add the parameter field to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So say I have dozens of fields.&amp;nbsp; I have a field called [QRT] but I do not add this to the table.&amp;nbsp; I would like the table to only display records where [QRT] = 'S0602'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone offer me a steer please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 14:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390117#M31984</guid>
      <dc:creator />
      <dc:date>2017-10-18T14:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390118#M31985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd have to use set analysis for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, say you want the sum of sales for the QRT field equal to S0602, you would need to do the following:&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{&amp;lt;QRT={'S0602'}&amp;gt;}&lt;/STRONG&gt;Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bolded part &lt;STRONG style="font-size: 13.3333px;"&gt;{&amp;lt;QRT={'S0602'}&amp;gt;} &lt;/STRONG&gt;would be the "filter" based on some criteria you want, even though you didn't select anything and the field is not on your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 16:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390118#M31985</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-18T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390119#M31986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&amp;nbsp; However in this case I do not want to aggregate any numeric results.&amp;nbsp; Mine is a table of text values and I want to limit records according to a criterion.&amp;nbsp; QRT is a field (not in table) and I want to only show records that are associated where [QRT] = 'S0602'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 06:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-a-table/m-p/1390119#M31986</guid>
      <dc:creator />
      <dc:date>2017-10-19T06:56:37Z</dc:date>
    </item>
  </channel>
</rss>

