<?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: Individual/Detailed Variances in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213146#M873720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it would always be comparison of two months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amazing! This looks great! Thanks! Will play around with it and work with the script. But so far, this looks like exactly what I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 14:53:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-08T14:53:59Z</dc:date>
    <item>
      <title>Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213142#M873716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 datasets. One has generic info for each record. Another table is sort of a historical table showing which records exist for a particular time. This is identified with the Date field. In the example, I have data for January and February.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the working document here below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to successfully do a variance on the count of ID's for February versus January. This is good but it simply shows the net difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is be able to something more granular. I would like to list down the actual ID's that are present in January but dropped out of February (in the example it is DEF456) as well as the actual ID's that were only added in February (i.e. in the example these are&amp;nbsp; XYZ999 and XYZ123). And hopefully put them in separate Straight Tables (one for "Deleted" and one for "Added") where I can also pull the Rating and Type fields associated to those records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar to added/removed ID's, I would also like to put in another Straight Table those ID's which are present in both dates but where the Size is different (i.e. ABC123 has a size of 1000 in January but a size of 2000 in February).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice? I would assume the logic in the script would be similar for the above scenarios but really stumped after several attempts. Thanks for the help!!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213142#M873716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213143#M873717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are aiming for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="143260" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143260_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;1) Added New&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Date &amp;lt;&amp;gt; Min(TOTAL Date), Concat(Aggr(If(ID &amp;lt;&amp;gt; Above(ID), ID),&amp;nbsp; ID, Date), ', '))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) Removed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Date &amp;lt;&amp;gt; Max(TOTAL Date), Concat(Aggr(If(ID &amp;lt;&amp;gt; Below(ID), ID),&amp;nbsp; ID, Date), ', '))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 13:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213143#M873717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T13:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213144#M873718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thank you and this is very helpful. This solves listing which ones were dropped and added. However I was also trying to create a straight table where the dimensions are the individual ID's that were added and then pull in their Rating and Type similar to below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEW RECORDS FOR FEBRUARY:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 277px; height: 63px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Rating&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ999&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Operational&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;XYZ123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Operational&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then for those records that were dropped the table would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RECORDS DELETED AFTER JANUARY:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; border-image: none; width: 277px; height: 63px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Rating&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DEF456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Non-Operational&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then for records which are present in both dates but have a change in their Size, the table would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RECORDS WITH CHANGES IN SIZE&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; border-image: none; width: 277px; height: 63px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Former Size&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;New Size&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABC123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this doable? Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213144#M873718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213145#M873719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is always a comparison between 2 months, you can try like the attached&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143266_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213145#M873719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213146#M873720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it would always be comparison of two months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amazing! This looks great! Thanks! Will play around with it and work with the script. But so far, this looks like exactly what I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213146#M873720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213147#M873722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get it to work for 3 month selection scenario? I was still working on it? Not needed anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213147#M873722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-15T10:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213148#M873725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for reaching out. I was able to get help from another person and was able to resolve this. The straight tables have been updated (attached here for reference).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you are able to help, I am trying to accomplish putting the total Size in a text box. I'm having trouble transforming the script from the Dimension of the Straight Table and using it for a text box showing the Sum(Size) of new records (i.e. records in max(date) but not in min(date)). It is not calculating anything and I think I am applying the AGGR function incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the attached, if &lt;SPAN style="text-decoration: underline;"&gt;January through March&lt;/SPAN&gt; are selected, the textbox should read &lt;STRONG&gt;1850&lt;/STRONG&gt; (i.e. the total Size of XYZ999, XYZ123, and ZZZ999 from March). If &lt;SPAN style="text-decoration: underline;"&gt;January through February&lt;/SPAN&gt; are selected, the textbox should read &lt;STRONG&gt;1050&lt;/STRONG&gt; (i.e. the total Size of XYZ999, XYZ123 from February).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to advise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213148#M873725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213149#M873728</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;&lt;STRONG&gt;=Sum(Aggr(If(Count({&amp;lt;Date={"$(=max(Date))"}&amp;gt;}DISTINCT ID) = 1 and Count({&amp;lt;Date={"$(=min(Date))"}&amp;gt;}DISTINCT ID) &amp;lt; 1, Sum({&amp;lt;Date = {"$(vMaxDate)"}&amp;gt;} Size)), ID))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213149#M873728</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-15T10:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213150#M873729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I was looking for. That's where I got stumped - I never considered applying two SUM functions. Thanks a bunch!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213150#M873729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213151#M873730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should also work using set analysis search string concept:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Date = {"$(vMaxDate)"}, ID = {"=Count({&amp;lt;Date={'$(=max(Date))'}&amp;gt;}DISTINCT ID) = 1 and Count({&amp;lt;Date={'$(=min(Date))'}&amp;gt;}DISTINCT ID) &amp;lt; 1"}&amp;gt;} Size)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213151#M873730</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-15T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213152#M873731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Any reason why one method could be better than the other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213152#M873731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T10:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213153#M873732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In scenarios where you can use both Aggr() and set analysis, Aggr is considered to be slightly less efficient way to do things. Having said that (unrelated to Aggr() and Set Analysis), recently I have done some testing in some other things where it was mentioned that Method A is better than Method B, but found that Method B is slightly better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to this, I would suggest you to spend some time testing to see which one is better (if your data is huge, else you should be good with either of the two)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213153#M873732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-15T10:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Individual/Detailed Variances</title>
      <link>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213154#M873733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I've been trying both and so far performance is good for either. I have since focused on the set analysis approach in my QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this whole discussion is closed, but hoping you can help on &lt;SPAN style="text-decoration: underline;"&gt;one last thing&lt;/SPAN&gt;. I added a new column on the 3rd straight table to calculate the variance between former Size and new Size for records that exist in both Min(date) and Max(date) but have changed in Size. Just like the recent one, I am trying to put the total into a text object - this time the Total Variance. Been struggling to get it to work.&lt;/P&gt;&lt;P&gt;Jan through Mar should result in 900&lt;/P&gt;&lt;P&gt;Jan through Feb should result in 1000&lt;/P&gt;&lt;P&gt;Feb through Mar should result in 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE: Ignore above. Figured it out! Saw what was wrong with what I was doing. Thanks again for the help!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 09:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Individual-Detailed-Variances/m-p/1213154#M873733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T09:09:00Z</dc:date>
    </item>
  </channel>
</rss>

