<?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: Above() in QlikSense is not working for the same criteria beyond once in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454602#M35727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for putting time to get a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find any difference in the output after your expression.&lt;/P&gt;&lt;P&gt;Please send the app that you have verified so that i can check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My email id: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Girish.srinivasaiah@hotmail.com"&gt;Girish.srinivasaiah@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2018 16:43:53 GMT</pubDate>
    <dc:creator>girishsrini</dc:creator>
    <dc:date>2018-01-15T16:43:53Z</dc:date>
    <item>
      <title>Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454595#M35720</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;BR /&gt;Good-Day.&lt;/P&gt;&lt;P&gt;There is a challenge in populating the previous value continuously beyond once using Above() function. I have attached a sample QVF file which illustrates the problem.&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;The “Sales Goal-USA” column is calculated based on the “Yearly Sales Goal” – cumulative “Actual Sales” as of previous week divided by total number of week in year. The value in “Sales Goal-USA” is always looks at previous week’s value. When there is no “Actual Sales” in the previous week, The value in the “Sales Goal-USA” column should pick previous week’s “Sales Goal-USA” value.&lt;/P&gt;&lt;P&gt;Calculation is working fine except if there are repeated 0 in “Actual Sales” column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the calculations used.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Sales Goal - USA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale]=0 AND Above(Alt([Actual Sale],0),1)=0,&lt;/P&gt;&lt;P&gt;Above($(v_Weekly Sales Goal-USA),1),&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale]=0 AND Alt([Actual Sale],0)=0,&lt;/P&gt;&lt;P&gt;$(v_Weekly Sales Goal-USA),&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale]=0 AND Alt([Actual Sale],0)&amp;gt;0,&lt;/P&gt;&lt;P&gt;$(v_Weekly Sales Goal-USA),&lt;/P&gt;&lt;P&gt;Sum([Pending Sale]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;$(v_Weekly Sales Goal-USA)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale]=0,&lt;/P&gt;&lt;P&gt;(($(v_Country Yearly Goal-USA) - Alt(((rangesum(Above(TOTAL Alt([Actual Sale],0),0, rowno(TOTAL))))-Alt([Actual Sale],0)),0))/(54-$(v_RowNo_Sequence))),&lt;/P&gt;&lt;P&gt;Sum([Pending Sale]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;$(v_Country Yearly Goal-USA)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Sale_Country={'USA'}&amp;gt;}Goal_Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter Selection in dashboard – Year: 2017, Country: USA&lt;/P&gt;&lt;P&gt;Note: Week 13 should be picking 1872 Similarly Week 48 should be picking 4750 for rest of the weeks as there is no “Actual Sales”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong in the script, is there anything missing in Above function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have been attempting possible ways since few days, However no solution yet. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454595#M35720</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-11T20:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454596#M35721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason your expression doesn't work is that you have several naked field references in them, and they cannot be evaluated. For instance &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Country='USA'&lt;/STRONG&gt;&lt;/EM&gt; cannot be evaluated when your only dimension is &lt;EM&gt;&lt;STRONG&gt;Week&lt;/STRONG&gt;&lt;/EM&gt;. &lt;EM&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/EM&gt; will be evaluated as NULL.&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;&lt;BR /&gt;&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;You need to wrap these in an an aggregation function, e.g. MinString(Country)='USA'. If you want to test whether USA is one of several countries you can use Index(Concat(distinct Country, ','),'USA')&amp;gt;0.&lt;BR /&gt;&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;&lt;BR /&gt;&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;See more on &lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&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;&lt;BR /&gt;&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;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454596#M35721</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2018-01-12T11:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454597#M35722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric for the inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did wrap the column within the aggregation as mentioned, however there is no change in the report output. Am I missing anything else.. Pls. suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454597#M35722</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-12T15:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454598#M35723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;P&gt;I guess this should work for you:&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;]=0 AND Above(Alt([Actual Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;],0),1)=0,&lt;/P&gt;&lt;P&gt;Above([&lt;STRONG style=": ; color: #ff0000;"&gt;Sales Goal - USA&lt;/STRONG&gt;],1),&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;]=0 AND Alt([Actual Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;],0)=0,&lt;/P&gt;&lt;P&gt;$(v_Weekly Sales Goal-USA),&lt;/P&gt;&lt;P&gt;IF(Country='USA' AND [Pending Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;]=0 AND Alt([Actual Sale&lt;STRONG style="color: #ff0000;"&gt;s&lt;/STRONG&gt;],0)&amp;gt;0,&lt;/P&gt;&lt;P&gt;$(v_Weekly Sales Goal-USA),&lt;/P&gt;&lt;P&gt;Sum([Pending Sale]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454598#M35723</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-12T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454599#M35724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;There is an improvement from your suggestion. Now, the second consecutive 0 is picking previous goal But, from the 3rd consecutive 0, the previous goal is not picking. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the screenshot attached.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189987_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 19:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454599#M35724</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-13T19:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454600#M35725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I also might have changed field names to measure labels in the variables used, but I did not mention it in my post. However I can't double check now. Let me come back to you on Monday (or try changing the variables and see what happens).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 22:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454600#M35725</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-13T22:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454601#M35726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I double checked my file and yes, I did also change the variable v_Weekly Sales Goal-USA:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15160052330498549" jivemacro_uid="_15160052330498549" modifiedtitle="true"&gt;
&lt;P&gt;IF(Country='USA' AND [Pending Sales]=0,&lt;/P&gt;
&lt;P&gt;(($(v_Country Yearly Goal-USA) - Alt(((rangesum(Above(TOTAL Alt([Actual Sales],0),0, rowno(TOTAL))))-Alt([Actual Sales],0)),0))/(54-$(v_RowNo_Sequence))),&lt;/P&gt;
&lt;P&gt;Sum([Pending Sale]))&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 08:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454601#M35726</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-15T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454602#M35727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for putting time to get a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find any difference in the output after your expression.&lt;/P&gt;&lt;P&gt;Please send the app that you have verified so that i can check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My email id: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Girish.srinivasaiah@hotmail.com"&gt;Girish.srinivasaiah@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 16:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454602#M35727</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-15T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454603#M35728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Girish,&lt;/P&gt;&lt;P&gt;the app is attached to my previous post. The expression worked for me:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="community_above.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190154_community_above.PNG" style="height: 614px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 20:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454603#M35728</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-15T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454604#M35729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;It worked in my app.&lt;/P&gt;&lt;P&gt;Thank you so much for the solution provided. Din't know that we can loop in same column within the column expression in QlikSense.&lt;/P&gt;&lt;P&gt;Appreciate your time in helping on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check, if we see the Total for the Column "Sales Goal - USA" it shows 58400 but when exported to excel for manual data validation... I see 175367. The total shows wrong in tabular output. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454604#M35729</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-17T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454605#M35730</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 guess this should be easily fixed by setting the "Totals function" setting in measure properties to Sum.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454605#M35730</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-17T11:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Above() in QlikSense is not working for the same criteria beyond once</title>
      <link>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454606#M35731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great. Simple yet effective. Because we were aggregating at the expression, left it to Auto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked. thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 12:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-in-QlikSense-is-not-working-for-the-same-criteria-beyond/m-p/1454606#M35731</guid>
      <dc:creator>girishsrini</dc:creator>
      <dc:date>2018-01-17T12:35:26Z</dc:date>
    </item>
  </channel>
</rss>

