<?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: How to filter on calculated fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598132#M44221</link>
    <description>&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the link, but this is not exactly what I'm looking for. The search on '=SUM(Sales)&amp;gt;700' on the country dimensions only works when you have one dimension I think. Suppose you have a second dimension State in this example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Country,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State,&amp;nbsp; &amp;nbsp; Sales,&amp;nbsp; margin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Netherlands,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;800,&amp;nbsp; &amp;nbsp; &amp;nbsp; 10%&lt;BR /&gt;Netherlands,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200,&amp;nbsp; &amp;nbsp; &amp;nbsp; 10%&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;UK,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200,&amp;nbsp; &amp;nbsp; 15%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can you filter all lines with Sales &amp;gt; 700 (so it displays line 1 and 3)?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 13:36:40 GMT</pubDate>
    <dc:creator>heij1421</dc:creator>
    <dc:date>2019-07-02T13:36:40Z</dc:date>
    <item>
      <title>How to filter on calculated fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1597969#M44206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there an easy way to filter on calculated fields?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Country,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sales,&amp;nbsp; margin&lt;BR /&gt;Netherlands,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1000,&amp;nbsp; &amp;nbsp; 10%&lt;BR /&gt;UK,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1200,&amp;nbsp; &amp;nbsp; 15%&lt;/P&gt;&lt;P&gt;Now I want answer questions like 'Show me all lines with a margin higher than 12%' or 'Show me all lines with Sales between 900 and 1500'.&lt;/P&gt;&lt;P&gt;The Sales and margin are calculated fields, like SUM(Sales).&lt;BR /&gt;With Excel for example I can set a filter on a column header and then filter the lines based on the numbers in that column.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1597969#M44206</guid>
      <dc:creator>heij1421</dc:creator>
      <dc:date>2019-07-02T08:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter on calculated fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598114#M44220</link>
      <description>&lt;P&gt;Hello Heij421,&lt;/P&gt;&lt;P&gt;You could use Expression Search, check this link:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Selections/SelectionsToolbar/search-selections.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Selections/SelectionsToolbar/search-selections.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 13:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598114#M44220</guid>
      <dc:creator>jaygarcia</dc:creator>
      <dc:date>2019-07-02T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter on calculated fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598132#M44221</link>
      <description>&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the link, but this is not exactly what I'm looking for. The search on '=SUM(Sales)&amp;gt;700' on the country dimensions only works when you have one dimension I think. Suppose you have a second dimension State in this example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Country,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State,&amp;nbsp; &amp;nbsp; Sales,&amp;nbsp; margin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Netherlands,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;800,&amp;nbsp; &amp;nbsp; &amp;nbsp; 10%&lt;BR /&gt;Netherlands,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200,&amp;nbsp; &amp;nbsp; &amp;nbsp; 10%&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;UK,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200,&amp;nbsp; &amp;nbsp; 15%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can you filter all lines with Sales &amp;gt; 700 (so it displays line 1 and 3)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 13:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598132#M44221</guid>
      <dc:creator>heij1421</dc:creator>
      <dc:date>2019-07-02T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter on calculated fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598170#M44227</link>
      <description>Hi&lt;BR /&gt;I see. One way could be to create a filter pane with an expression like this:&amp;nbsp;&lt;BR /&gt;=aggr(sum(Sales),Channel,State)&lt;BR /&gt;and then you can search &amp;gt;700 in the filter pane.&lt;BR /&gt;regards,&lt;BR /&gt;Jay</description>
      <pubDate>Tue, 02 Jul 2019 14:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-filter-on-calculated-fields/m-p/1598170#M44227</guid>
      <dc:creator>jaygarcia</dc:creator>
      <dc:date>2019-07-02T14:20:49Z</dc:date>
    </item>
  </channel>
</rss>

