<?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 on Pivot Table expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527485#M1142644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with 1 Dimension and 3 expressions.&lt;/P&gt;&lt;P&gt;Dimension: Journal ID&lt;/P&gt;&lt;P&gt;Expressions: Debit Amount(DR_Amt), Credit Amount(CR_Amt), P&amp;amp;L Impact (PLImpact)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement a functionality, where user can enter a 'threshold amount' in input box and Pivot table get updated to display records with Debit amount &amp;gt; threshold amount. Also, by default when application loads, table should display all records without any filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried following:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Journal_ID]={'=sum(DR_Amt)&amp;gt;=$(vThreashhold)'}&amp;gt;}DR_Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in above case, it displays all records with '0' for DR_Amt &amp;lt;= vThreashhold, how do I filter out the records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is it possible to accept 2 variables and apply same condition on both Debit amount and P&amp;amp;L Impact amount (i.e. on 2 expressions of pivot table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Aug 2013 00:32:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-25T00:32:16Z</dc:date>
    <item>
      <title>Filter on Pivot Table expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527485#M1142644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with 1 Dimension and 3 expressions.&lt;/P&gt;&lt;P&gt;Dimension: Journal ID&lt;/P&gt;&lt;P&gt;Expressions: Debit Amount(DR_Amt), Credit Amount(CR_Amt), P&amp;amp;L Impact (PLImpact)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement a functionality, where user can enter a 'threshold amount' in input box and Pivot table get updated to display records with Debit amount &amp;gt; threshold amount. Also, by default when application loads, table should display all records without any filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried following:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Journal_ID]={'=sum(DR_Amt)&amp;gt;=$(vThreashhold)'}&amp;gt;}DR_Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in above case, it displays all records with '0' for DR_Amt &amp;lt;= vThreashhold, how do I filter out the records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is it possible to accept 2 variables and apply same condition on both Debit amount and P&amp;amp;L Impact amount (i.e. on 2 expressions of pivot table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 00:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527485#M1142644</guid>
      <dc:creator />
      <dc:date>2013-08-25T00:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on Pivot Table expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527486#M1142645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;Check the attached application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 05:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527486#M1142645</guid>
      <dc:creator />
      <dc:date>2013-08-25T05:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Filter on Pivot Table expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527487#M1142646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. But I have some questions. why are you applying threshold check on all 3 expressions?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please find attached a slightly updated version, this is what I am trying to do. If you see in this version, I am checking only Sum(Debit) against threshold variable and I want to display all records with Sum(debit) &amp;gt; threshold. I have slightly modified original data to reflect what I have in my raw data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Aniket&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 06:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527487#M1142646</guid>
      <dc:creator />
      <dc:date>2013-08-25T06:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Filter on Pivot Table expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527488#M1142647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Q) why are you applying threshold check on all 3 expressions?&lt;/P&gt;&lt;P&gt;Ans: If i understand your requirement correctly, you need to view only those Journal Id's whose Debit amounts are greater than threshold values. By applying the check, i make sure that i get null values in CrAmount and Plimpact columns and then by suppressing zero values i get only those journal's whose debit amount is greater than threshold values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached the modified version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 09:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-Pivot-Table-expression/m-p/527488#M1142647</guid>
      <dc:creator />
      <dc:date>2013-08-25T09:34:19Z</dc:date>
    </item>
  </channel>
</rss>

