<?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: Find a Difference between Two Totals, Show as 'True' or 'False' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878656#M1018697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that in your pivot table the Dimensionality() is not 1 where you want the True/False flag. Like said, add an extra expression&lt;/P&gt;&lt;P&gt;=Dimensionality()&lt;/P&gt;&lt;P&gt;Check the results and adjust the if so the flag is calculated in the correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise please provide a sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 14:53:34 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-04-09T14:53:34Z</dc:date>
    <item>
      <title>Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878651#M1018692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping someone might be able to shed some light on a problem for me? I can't for the life of me see how this can be done in QV, but know you must be able too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently load a lot of month end files into a report. It sums the overall totals, and groups them according to the file type.&lt;/P&gt;&lt;P&gt;What I need it to flag, is if there is a difference between the summed total of 3 different file types within one group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't unfortunately post anything because of IT being company information, and the policy they have here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a copy of what the excel version of this file does, including the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;his is how I need it to be replicated in my QV report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 15:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878651#M1018692</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2015-04-08T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878652#M1018693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the chart inter record function, something like &lt;/P&gt;&lt;P&gt;if(Top(Sum(Value1),1)=Top(Sum(Value1),2) and Top(Sum(Value1),1)=Top(Sum(Value1),3),'True','False')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 16:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878652#M1018693</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-08T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878653#M1018694</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;How can I apply that to my pivot table? Example of it attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to replace the 'Total's', under the 'File Type' groups, with the True / False statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a total of 126 of these that I need to write to cover all the possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 13:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878653#M1018694</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2015-04-09T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878654#M1018695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About the same as what I posted, the only thing is that you have an extra dimension. That changes the Dimensionality() value of where you want your true/false flagging. You can check by adding an expression to the pivot table with&lt;/P&gt;&lt;P&gt;=Dimensionality()&lt;/P&gt;&lt;P&gt;To check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by the 126, and cover what possibilities...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of pivot table is attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 13:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878654#M1018695</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T13:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878655#M1018696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Argh!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appear to be doing something wrong, as I'm just getting figures?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've copied over your formula, but am I missing something? Have you used something somewhere I don't know about?! I've had a nosey through, and can't see anything obvious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878655#M1018696</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2015-04-09T14:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find a Difference between Two Totals, Show as 'True' or 'False'</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878656#M1018697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that in your pivot table the Dimensionality() is not 1 where you want the True/False flag. Like said, add an extra expression&lt;/P&gt;&lt;P&gt;=Dimensionality()&lt;/P&gt;&lt;P&gt;Check the results and adjust the if so the flag is calculated in the correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise please provide a sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-Difference-between-Two-Totals-Show-as-True-or-False/m-p/878656#M1018697</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T14:53:34Z</dc:date>
    </item>
  </channel>
</rss>

