<?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: Aggr and set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036307#M349313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Info:&lt;/P&gt;&lt;P&gt;I have reported this as a bug and they have forwarded it to R&amp;amp;D.&lt;/P&gt;&lt;P&gt;I will post any updates when I have an answer for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 10:44:51 GMT</pubDate>
    <dc:creator>Jonathan_Alm</dc:creator>
    <dc:date>2016-03-03T10:44:51Z</dc:date>
    <item>
      <title>Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036300#M349306</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 a problem with combining set analysis, aggr and dividing two expressions.&lt;/P&gt;&lt;P&gt;I need this to be able to create my heatmap.&lt;/P&gt;&lt;P&gt;I am following example on this page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlikfreak.wordpress.com/2014/03/09/heat-map/" title="https://qlikfreak.wordpress.com/2014/03/09/heat-map/"&gt;https://qlikfreak.wordpress.com/2014/03/09/heat-map/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I use and that fails is:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14564826715965754" jivemacro_uid="_14564826715965754"&gt;
&lt;P&gt;=$(=max(aggr(sum(AbsenceTime)/sum(TimeTableMinutes),AbsenceDate)))&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;The expression returns: Error: Garbage after expression: ","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove "$(=" And just enter:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14564826993913449 jive_text_macro" jivemacro_uid="_14564826993913449"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=max(aggr(sum(AbsenceTime)/sum(TimeTableMinutes),AbsenceDate)))&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I get the correct value: 0,094 which is the date with the highest absence percentage based on TimeTableMinutes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also If I remove the "sum(TimeTableMinutes)" the expression is accepted:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14564827127592265" jivemacro_uid="_14564827127592265"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=$(=max(aggr(sum(AbsenceTime),AbsenceDate)))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;However I need it to be "&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;pre-calculated” outside the pivot table and not for each cell, therefore the "&lt;SPAN style="font-size: 13.3333px;"&gt;$(=" seems necessary&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a suggestion on how to get pass this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 10:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036300#M349306</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-02-26T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036301#M349307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u tried&lt;/P&gt;&lt;P&gt;=$(=max(aggr(sum(AbsenceTime)/(TimeTableMinutes),AbsenceDate))) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 11:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036301#M349307</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-26T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036302#M349308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;that creates the same error message: Garbage after expression: ","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I need the sum of all timetable minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 11:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036302#M349308</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-02-26T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036303#M349309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the aggr() function is interpreting the fraction part of 0,&lt;SPAN style="text-decoration: underline;"&gt;094&lt;/SPAN&gt; as the second parameter (dimension) when you use the dollar expansion to evaluate the expression. You could maybe try changing the number format to '0.000' to check if that is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036303#M349309</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2016-02-26T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036304#M349310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you use the &lt;SPAN style="text-decoration: underline;"&gt;total&lt;/SPAN&gt; qualifier, does that work for what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;(aggr(&lt;/SPAN&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;(&amp;lt;total&amp;gt; AbsenceTime)/&lt;/SPAN&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;(&amp;lt;total&amp;gt; TimeTableMinutes),AbsenceDate))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 12:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036304#M349310</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2016-02-26T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036305#M349311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, that must be it.&lt;/P&gt;&lt;P&gt;I replaced the dimensions with data instead just to see and I get it to evaluate the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1456489982955561 jive_text_macro" jivemacro_uid="_1456489982955561" modifiedtitle="true"&gt;
&lt;P&gt;=$(=max(aggr(10/10, AbsenceDate)))&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It results in 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I change it to &lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14564963873287653" jivemacro_uid="_14564963873287653" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=$(=max(aggr(1/10, AbsenceDate)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same error again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried to add a replace around the numbers:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14564964211213355" jivemacro_uid="_14564964211213355" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=$(=max(aggr(replace(1/10, ',' , '.'),AbsenceDate)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that does not help. Same error again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 12:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036305#M349311</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-02-26T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036306#M349312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cesar,&lt;/P&gt;&lt;P&gt;thanks for your input but the total qualifier gives med the total absenceTime and total timetableMinutes for all posts. It does not calculate outside the pivot. I need the date where the max absence occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 12:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036306#M349312</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-02-26T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036307#M349313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Info:&lt;/P&gt;&lt;P&gt;I have reported this as a bug and they have forwarded it to R&amp;amp;D.&lt;/P&gt;&lt;P&gt;I will post any updates when I have an answer for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036307#M349313</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-03-03T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036308#M349314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;Notice that you will need to write the formula in this format: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;=$(#=max(aggr(1/10, Dim1))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;The '#' before Dollar-sign expansion is used in this issue to make QlikView interpret it as numeric values. If not, it is evaluated as text and used the comma separator giving a parse error. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;Generally, for numeric variable expansions, the following syntax is used: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;$(#variablename) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 16px;"&gt;It always yields a valid decimal-point representation of the numeric value of the variable, possibly with exponential notation (for very large/small numbers). If variablename does not exist or does not contain a numeric value, it will be expanded to 0 instead." &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 00:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036308#M349314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T00:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036309#M349315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://betahelp.qliktech.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/dollar-sign-expansion-using-variable.htm?q=numeric%20expansion" title="http://betahelp.qliktech.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/dollar-sign-expansion-using-variable.htm?q=numeric%20expansion"&gt;http://betahelp.qliktech.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/dollar-sign-expansion-using-variable.htm?q=numeric%20expansion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://betahelp.qliktech.com/en-US/sense/February2018/Subsystems/Hub/Content/Scripting/dollar-sign-expansion-using-variable.htm" title="http://betahelp.qliktech.com/en-US/sense/February2018/Subsystems/Hub/Content/Scripting/dollar-sign-expansion-using-variable.htm"&gt;http://betahelp.qliktech.com/en-US/sense/February2018/Subsystems/Hub/Content/Scripting/dollar-sign-expansion-using-variable.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 00:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036309#M349315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T00:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036310#M349316</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 cannot follow your links?&lt;/P&gt;&lt;P&gt;Are they correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 06:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036310#M349316</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2018-03-12T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036311#M349317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to qlik.help.com and click on QV or QS, depending on the product, and the select "February 2018" from the version list, you should be able to search for the keywords at the end of the links provided to pull up the pages since this version is out of release and now a production version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/dollar-sign-expansion-using-variable.htm" rel="nofollow" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/dollar-sign-expansion-using-variable.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/Scripting/dollar-sign-expansion-using-variable.htm" rel="nofollow" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/Scripting/dollar-sign-expansion-using-variable.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036311#M349317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036312#M349318</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 will definitely look more deeply into this.&lt;/P&gt;&lt;P&gt;Thanks for the input.&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-and-set-analysis/m-p/1036312#M349318</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2018-03-13T09:59:10Z</dc:date>
    </item>
  </channel>
</rss>

