<?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: Pivot table numbers change when I drill down on rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347187#M29893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result.&amp;nbsp; I'll go ahead and upload a copy of the application separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 16:45:36 GMT</pubDate>
    <dc:creator>mikegrattan</dc:creator>
    <dc:date>2017-04-20T16:45:36Z</dc:date>
    <item>
      <title>Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347183#M29889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table which I would like users to drill down on rows as follows:&lt;/P&gt;&lt;P&gt;Location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Grower&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ranch&lt;/P&gt;&lt;P&gt;&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; Commodity&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Work Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number they will be viewing is a formula, based on other formulas. The resulting number for this formula seems to change as I drill down.&amp;nbsp; Here is the formula for Total Profit/Loss:&lt;/P&gt;&lt;P&gt;Net Proceeds- ValueHarvested. &lt;/P&gt;&lt;P&gt;Net Proceeds is defined as Sum(GrossProceeds) - Sum(GrossCost)&lt;/P&gt;&lt;P&gt;ValueHarvested is defined as &lt;SPAN style="font-size: 13.3333px;"&gt;(Sum(Acres) * Avg(CostPerAcre))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final expression looks like this:&lt;/P&gt;&lt;P&gt;sum(GrossProceeds) - sum(GrossCost)) - (Sum(Acres) * Avg(CostPerAcre)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done some digging around in the forums and I can't quite figure out what might be causing the numbers to change as I drill down. Could it be that I need to use Aggr? Perhaps I need to use Dimensionality? Any help would be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what the numbers look like before I drill down to level 3:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot numbers change 1.jpg" class="image-4 jive-image" src="/legacyfs/online/160590_Pivot numbers change 1.jpg" style="height: 86px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I drill down to level 3, it changes to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot numbers change 2.jpg" class="image-5 jive-image" src="/legacyfs/online/160591_Pivot numbers change 2.jpg" style="height: 111px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Other numbers change too, not just the Total Profit/Loss number that I mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a separate "test" pivot table, that includes fewer measures. In the test pivot table, everything works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160589" alt="Pivot test numbers work.jpg" class="jive-image image-3" src="/legacyfs/online/160589_Pivot test numbers work.jpg" style="height: 177px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it has something to do with the other measures in the "broken" pivot table; either there are too many (11), or one or more of them is causing my expression to get "confused".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 22:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347183#M29889</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-19T22:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347184#M29890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have had a similar problem.&lt;/P&gt;&lt;P&gt;What I did is generate a table with all the necessary data for the formula and then, taking your example, I used the following formula:&lt;/P&gt;&lt;P&gt;avg(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GrossProceeds - GrossCost - (Acres * CostPerAcre))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If this does not work could you upload sample data to be able to test?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;PD: sorry, my english is poor. I hope you understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 12:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347184#M29890</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-20T12:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347185#M29891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this expression too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr((sum(GrossProceeds) - sum(GrossCost)) - (Sum(Acres) * Avg(CostPerAcre)),&lt;/P&gt;&lt;P&gt;Location,Grower,Ranch,Commodity,Work Order))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 12:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347185#M29891</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-20T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347186#M29892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same behavior, unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347186#M29892</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-20T16:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347187#M29893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result.&amp;nbsp; I'll go ahead and upload a copy of the application separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347187#M29893</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-20T16:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347188#M29894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a copy of the application if anyone would like to poke around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347188#M29894</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-20T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347189#M29895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample data attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 17:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347189#M29895</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-20T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347190#M29896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;See the attached example.&lt;/P&gt;&lt;P&gt;I make a "Binary" to the original .qvf.&lt;/P&gt;&lt;P&gt;I worked on the "Tot Prof / Loss" column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347190#M29896</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-20T20:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347191#M29897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I see what you are doing...but I don't think it is working when I do the same thing in my application. I added the following to the data load editor after the&amp;nbsp; Budget table is built:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Budget)&lt;/P&gt;&lt;P&gt;Load RanchLotWOKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Avg(CostPerAcre) as CostPerAcreB&lt;/P&gt;&lt;P&gt;Resident WorkOrders&lt;/P&gt;&lt;P&gt;Group By RanchLotWOKey;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed my variable to point to the new CostPerAcreB measure, but the numbers are too high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an updated copy; if you have time to look I would appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347191#M29897</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-21T15:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347192#M29898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Check the column "NetProceeds", it has value 0 or null and in the previous example had values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 20:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347192#M29898</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-21T20:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347193#M29899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood; I caught that after I posted the last qvf.&amp;nbsp; I reloaded the data and the Net Proceeds are now there, but the behavior is still the same.&amp;nbsp; As soon as I drill down to Location -&amp;gt; Grower -&amp;gt; Ranch -&amp;gt;&amp;nbsp; and expand a ranch, the number changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 20:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347193#M29899</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-21T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347194#M29900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update qvf attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 20:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347194#M29900</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-21T20:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347195#M29901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Check it out now. It should work. It works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 21:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347195#M29901</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-21T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347196#M29902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What changed?&amp;nbsp; It does seem to be working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 21:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347196#M29902</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-21T21:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347197#M29903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops, spoke too soon.&amp;nbsp; I'm still having an issue when I add more columns to Measures.&amp;nbsp; Several measures are behaving this way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 21:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347197#M29903</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-21T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347198#M29904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;It does not open the file, it is corrupt.&lt;/P&gt;&lt;P&gt;But you should try to do what we did to calculate: "Tot Prof / Loss" for the other measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 22:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347198#M29904</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-21T22:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347199#M29905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's another copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe the solution worked for the Tot Prof / Loss measure.&amp;nbsp; As soon as I added other measures to the pivot table the behavior for that measure, as well as other measures, begins to happen again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347199#M29905</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-24T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347200#M29906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching again. Last attachment didn't seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347200#M29906</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-24T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347201#M29907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Check the expression FldOnBgt%, you are using a key field: "WorkOrder", you should create another field with this, called "WorkOrderCount" to be able to use it in the expression: Sum (FldOnBgtFlag) / Count (DISTINCT WorkOrderCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 20:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347201#M29907</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-04-24T20:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table numbers change when I drill down on rows</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347202#M29908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick! Perhaps Qlik was counting workorders from the foreign key table as well? Strange that the numbers were good for Location/Grower/Ranch but started to go crazy at the next level of drill-down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isolating the WorkOrders as a separate field in one table as WorkOrderCount, and then basing the formula off that measure was the key to solving the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-numbers-change-when-I-drill-down-on-rows/m-p/1347202#M29908</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2017-04-24T21:12:06Z</dc:date>
    </item>
  </channel>
</rss>

