<?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 Only show data with more than 50% variance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299461#M583695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks everyone for your help. It resolved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 11:12:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-08T11:12:21Z</dc:date>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299452#M583686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement for conditional reporting. I have Actual and Estimates values and their variance(column 1 - column2) in pivot table. Now I want to only show data where the variance is more than 50%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 15:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299452#M583686</guid>
      <dc:creator />
      <dc:date>2011-11-06T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299453#M583687</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;Create a calculated dimension :&lt;/P&gt;&lt;P&gt;=if(&amp;nbsp; aggr( sum(Actual)&amp;nbsp; ,&amp;nbsp; Prod)&amp;nbsp; &amp;gt;1.5 * aggr( sum(Estimate) , Prod) ,Prod , Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Prod is your dimension.&lt;/P&gt;&lt;P&gt;and check&amp;nbsp; "suppress when value is nulll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use&amp;nbsp; aggr if you have multiple values for&amp;nbsp; each prod item.&lt;/P&gt;&lt;P&gt;If you have only one row for each prod you can of course create&amp;nbsp; dimension&lt;/P&gt;&lt;P&gt;=if( Actual&amp;nbsp; &amp;gt;1.5 *Estimate ,Prod , Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 18:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299453#M583687</guid>
      <dc:creator />
      <dc:date>2011-11-06T18:51:55Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299454#M583688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I created calculated dimension as you mention but getting "error n calculation" message.&lt;/P&gt;&lt;P&gt;The formula I used is as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( $(vActualCost)&amp;nbsp; &amp;gt; (1.5 * $(vEstimatedCost)) ,[Invoice No] , Null())&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;﻿&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;where vActualCost and vEstimatedCost are the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Can you please suggest whats wrong?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿Anu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 04:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299454#M583688</guid>
      <dc:creator />
      <dc:date>2011-11-07T04:19:21Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299455#M583689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried with aggregated function like below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(sum($(vActualCost)),[Job Code]) &amp;gt; 1.5 * aggr(sum($(vEstimatedCost)), [Job Code]) ,[Job Code] , Null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 04:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299455#M583689</guid>
      <dc:creator />
      <dc:date>2011-11-07T04:33:48Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299456#M583690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is using variable in the formula. Can someone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 04:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299456#M583690</guid>
      <dc:creator />
      <dc:date>2011-11-07T04:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299457#M583691</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;Please check the attached file.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 08:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299457#M583691</guid>
      <dc:creator />
      <dc:date>2011-11-07T08:45:08Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299458#M583692</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;I am unable to open this QVW file. Can you pl suggest how to open it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 09:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299458#M583692</guid>
      <dc:creator />
      <dc:date>2011-11-08T09:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299459#M583693</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;&amp;nbsp; As the attachment file was developed in licensed copy, you wouldnt be able to open it in personal edition.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Below is the script part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod, Actual, Est&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 234, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 50, 45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 200, 120&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp; UI layout,add a straight table as below,&lt;/P&gt;&lt;P&gt;Calculated Dimension : =if( $(vActualCost)&amp;nbsp; &amp;gt; (1.5 * $(vEstimatedCost)) ,Prod , Null())&lt;/P&gt;&lt;P&gt;Expression : &lt;/P&gt;&lt;P&gt;1. Actual&lt;/P&gt;&lt;P&gt;2. Est&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attached the screenshot of Variable Overview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 09:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299459#M583693</guid>
      <dc:creator />
      <dc:date>2011-11-08T09:35:00Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299460#M583694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if((column (1) - column(2))&amp;gt;.5,(column (1) - column(2)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 10:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299460#M583694</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-08T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Only show data with more than 50% variance</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299461#M583695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks everyone for your help. It resolved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 11:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-data-with-more-than-50-variance/m-p/299461#M583695</guid>
      <dc:creator />
      <dc:date>2011-11-08T11:12:21Z</dc:date>
    </item>
  </channel>
</rss>

