<?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. Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278197#M1197162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.. Im trying to split the table from source table into 2 destination tables without type the data on the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ID - Description - FromRange - ToRange&lt;/P&gt;&lt;P&gt;1 - TOTAL OPERATING EXPENSES - 60000000 - 69999999&lt;/P&gt;&lt;P&gt;2 - TOTAL NON OPERATING EXPENSES - 70000000 - 79999999&lt;/P&gt;&lt;P&gt;S1 - TOTAL EXPENSES - 60000000 - 79999999&lt;/P&gt;&lt;P&gt;3 - TOTAL OPERATING REVENUE - 80000000 - 89999999&lt;/P&gt;&lt;P&gt;4 - TOTAL NON OPERATING REVENUE - 90000000 - 99999999&lt;/P&gt;&lt;P&gt;S2 - TOTAL REVENUE - 80000000 - 99999999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Destination Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TitleID - Description&lt;/P&gt;&lt;P&gt;S1 - TOTAL EXPENSES&lt;/P&gt;&lt;P&gt;S2 - TOTAL REVENUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TitleID - SubTitleID - Description - FromRange - ToRange&lt;/P&gt;&lt;P&gt;S1 - 1 - TOTAL OPERATING EXPENSES - 60000000 - 69999999&lt;/P&gt;&lt;P&gt;S1 - 2 - TOTAL NON OPERATING EXPENSES - 70000000 - 79999999&lt;/P&gt;&lt;P&gt;S2 - 3 - TOTAL OPERATING REVENUE - 80000000 - 89999999&lt;/P&gt;&lt;P&gt;S2 - 4 - TOTAL NON OPERATING REVENUE - 90000000 - 99999999&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 05:51:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-14T05:51:10Z</dc:date>
    <item>
      <title>Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278192#M1197157</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;There are 2 tables here:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;ID - Description - FromRange - ToRange&lt;/P&gt;&lt;P&gt;1 - TOTAL OPERATING EXPENSES - 60000000 - 69999999&lt;/P&gt;&lt;P&gt;2 - TOTAL NON OPERATING EXPENSES - 70000000 - 79999999&lt;/P&gt;&lt;P&gt;S1 - TOTAL EXPENSES - 60000000 - 79999999&lt;/P&gt;&lt;P&gt;3 - TOTAL OPERATING REVENUE - 80000000 - 89999999&lt;/P&gt;&lt;P&gt;4 - TOTAL NON OPERATING REVENUE - 90000000 - 99999999&lt;/P&gt;&lt;P&gt;S2 - TOTAL REVENUE - 80000000 - 99999999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;ID - Description&lt;/P&gt;&lt;P&gt;60000001 - 50000&lt;/P&gt;&lt;P&gt;60000002 - 100000&lt;/P&gt;&lt;P&gt;80000999 - 20000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;How to create pivot table and set S1 is total of ID 1 &amp;amp; 2 and set S2 is total of ID 3 &amp;amp; 4?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 04:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278192#M1197157</guid>
      <dc:creator />
      <dc:date>2011-06-10T04:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278193#M1197158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Perhaps this solves it:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TOTAL: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * INLINE [ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TOTAL_id, TOTAL_description, TOTAL_from_range, TOTAL_to_range&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;S1, TOTAL EXPENSES, 60000000, 79999999&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;S2, TOTAL REVENUE, 80000000, 99999999];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SUBTOTAL: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * INLINE [ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;SUBTOTAL_id, SUBTOTAL_description, SUBTOTAL_from_range, SUBTOTAL_to_range &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;1, TOTAL OPERATING EXPENSES, 60000000, 69999999 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;2, TOTAL NON OPERATING EXPENSES, 70000000, 79999999 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;3, TOTAL OPERATING REVENUE, 80000000, 89999999 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;4, TOTAL NON OPERATING REVENUE, 90000000, 99999999]; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;IntervalMatch (SUBTOTAL_from_range) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD TOTAL_from_range, TOTAL_to_range &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;RESIDENT TOTAL; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;TABLE2: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * INLINE [ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;id, amount &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;60000001, 50000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;60000002, 100000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;80000999, 20000];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;IntervalMatch (id) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD SUBTOTAL_from_range, SUBTOTAL_to_range &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;RESIDENT SUBTOTAL; &lt;/SPAN&gt;&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: 10pt;"&gt;Although this creates a structure with synthetic keys, the outcomes should be correct. If you have problems with the synthetic keys you might want to load it into a lean structure with approriate foreign keys. This is very easy to do from SQL, not so much in QV. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;hth Jeroen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 11:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278193#M1197158</guid>
      <dc:creator />
      <dc:date>2011-06-13T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278194#M1197159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeroen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your reply but is there any ways to not hard code it? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 04:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278194#M1197159</guid>
      <dc:creator />
      <dc:date>2011-06-14T04:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278195#M1197160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can explain what you expect to see in the Pivot table? I'm a bit confused with the description at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 04:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278195#M1197160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-14T04:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278196#M1197161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by hard code. But if you refer to splitting the data into tables TOTAL and SUBTOTAL, I think that's the only way to do it, to prevent circular references. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ofc load it from one and the same table, but like I said, flexible loading is much easier from SQL, even so much you might consider staging it in a database b4 importing into QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 05:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278196#M1197161</guid>
      <dc:creator />
      <dc:date>2011-06-14T05:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278197#M1197162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.. Im trying to split the table from source table into 2 destination tables without type the data on the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ID - Description - FromRange - ToRange&lt;/P&gt;&lt;P&gt;1 - TOTAL OPERATING EXPENSES - 60000000 - 69999999&lt;/P&gt;&lt;P&gt;2 - TOTAL NON OPERATING EXPENSES - 70000000 - 79999999&lt;/P&gt;&lt;P&gt;S1 - TOTAL EXPENSES - 60000000 - 79999999&lt;/P&gt;&lt;P&gt;3 - TOTAL OPERATING REVENUE - 80000000 - 89999999&lt;/P&gt;&lt;P&gt;4 - TOTAL NON OPERATING REVENUE - 90000000 - 99999999&lt;/P&gt;&lt;P&gt;S2 - TOTAL REVENUE - 80000000 - 99999999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Destination Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TitleID - Description&lt;/P&gt;&lt;P&gt;S1 - TOTAL EXPENSES&lt;/P&gt;&lt;P&gt;S2 - TOTAL REVENUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TitleID - SubTitleID - Description - FromRange - ToRange&lt;/P&gt;&lt;P&gt;S1 - 1 - TOTAL OPERATING EXPENSES - 60000000 - 69999999&lt;/P&gt;&lt;P&gt;S1 - 2 - TOTAL NON OPERATING EXPENSES - 70000000 - 79999999&lt;/P&gt;&lt;P&gt;S2 - 3 - TOTAL OPERATING REVENUE - 80000000 - 89999999&lt;/P&gt;&lt;P&gt;S2 - 4 - TOTAL NON OPERATING REVENUE - 90000000 - 99999999&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 05:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278197#M1197162</guid>
      <dc:creator />
      <dc:date>2011-06-14T05:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table. Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278198#M1197163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, assuming the TOTAL fields always have the bigger id interval than the containing SUBTOTALS, you can track down the biggest intervals in the SOURCE table. I'm not sure if you can do it in one step with QV, but I ended up using a temporary table, discarding that later on. Looks good to me, what do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOURCE: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;id, description, from_range, to_range &lt;/P&gt;&lt;P&gt;1, TOTAL OPERATING EXPENSES, 60000000, 69999999 &lt;/P&gt;&lt;P&gt;2, TOTAL NON OPERATING EXPENSES, 70000000, 79999999 &lt;/P&gt;&lt;P&gt;3, TOTAL OPERATING REVENUE, 80000000, 89999999 &lt;/P&gt;&lt;P&gt;4, TOTAL NON OPERATING REVENUE, 90000000, 99999999 &lt;/P&gt;&lt;P&gt;S1, TOTAL EXPENSES, 60000000, 79999999 &lt;/P&gt;&lt;P&gt;S2, TOTAL REVENUE, 80000000, 99999999]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDRANGE: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;from_range as from,&lt;/P&gt;&lt;P&gt;max(to_range) as to // will find the upper bound for id interval &lt;/P&gt;&lt;P&gt;RESIDENT SOURCE &lt;/P&gt;&lt;P&gt;GROUP BY from_range ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTAL: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;min(from) as TOTAL_from_range, // will find the lower bound for id interval &lt;/P&gt;&lt;P&gt;to as TOTAL_to_range &lt;/P&gt;&lt;P&gt;RESIDENT IDRANGE &lt;/P&gt;&lt;P&gt;GROUP BY to;&lt;/P&gt;&lt;P&gt; JOIN // adding other source fields to total table &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;id&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; as TOTAL_id, &lt;/P&gt;&lt;P&gt;description as TOTAL_description, &lt;/P&gt;&lt;P&gt;from_range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as TOTAL_from_range, &lt;/P&gt;&lt;P&gt;to_range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as TOTAL_to_range &lt;/P&gt;&lt;P&gt;RESIDENT SOURCE &lt;/P&gt;&lt;P&gt;WHERE from_range = Lookup('TOTAL_from_range', 'TOTAL_to_range', to_range, 'TOTAL') &lt;/P&gt;&lt;P&gt;// matching SOURCE record to TOTAL record&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBTOTAL: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;id as SUBTOTAL_id, &lt;/P&gt;&lt;P&gt;description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as SUBTOTAL_description, &lt;/P&gt;&lt;P&gt;from_range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as SUBTOTAL_from_range, &lt;/P&gt;&lt;P&gt;to_range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as SUBTOTAL_to_range &lt;/P&gt;&lt;P&gt;RESIDENT SOURCE &lt;/P&gt;&lt;P&gt;WHERE not from_range = Lookup('TOTAL_from_range', 'TOTAL_to_range', to_range, 'TOTAL')&lt;/P&gt;&lt;P&gt;// if it's not a TOTAL, then it's a SUBTOTAL&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE IDRANGE, SOURCE; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IntervalMatch (SUBTOTAL_from_range) &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;TOTAL_from_range, &lt;/P&gt;&lt;P&gt;TOTAL_to_range &lt;/P&gt;&lt;P&gt;RESIDENT TOTAL; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;id, amount &lt;/P&gt;&lt;P&gt;60000001, 50000 &lt;/P&gt;&lt;P&gt;60000002, 100000 &lt;/P&gt;&lt;P&gt;80000999, 20000]; &lt;/P&gt;&lt;P&gt;IntervalMatch (id) &lt;/P&gt;&lt;P&gt;LOAD SUBTOTAL_from_range, &lt;/P&gt;&lt;P&gt;SUBTOTAL_to_range &lt;/P&gt;&lt;P&gt;RESIDENT SUBTOTAL;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 18:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Help/m-p/278198#M1197163</guid>
      <dc:creator />
      <dc:date>2011-06-14T18:22:16Z</dc:date>
    </item>
  </channel>
</rss>

