<?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: Help With Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339728#M1169770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite some time since the last message, but we have a slight change of requirement and I need help/suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same expression you mentioned, we now have three dimensions (RegionName, CityName, AreaName instead of ItemCode that we used previously) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modified expression gives the correct result when the dimensions are selected, but otherwise the count of ItemCode when PCatID=1 is greater than the count when PCatID =1 after 2. In short, the required count is greater than what is required with no filters applied, but gives a correct value with the dimension filters applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression used is more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(aggr(if(only({&amp;lt;PCatID = {1}&amp;gt;}CreationDate)&amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;} CreationDate),RegionName,CityName,AreaName), ItemID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest what could be wrong with the result or the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;amp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 21:33:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-18T21:33:48Z</dc:date>
    <item>
      <title>Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339725#M1169767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the number of Items where an Item with PCatID = 2 or 3 or 4 comes after PCatID =1. (please see the attached document)&lt;/P&gt;&lt;P&gt;I think I could use a set analysis expression that evaluates as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(ItemID) where max(creationdate) for PCatID=2,3 or 4 is greater than max(CreationDate) with PCatID=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this straight and simple? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[file attached]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 21:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339725#M1169767</guid>
      <dc:creator />
      <dc:date>2012-07-07T21:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339726#M1169768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count({&amp;lt;ItemID = {"=only({&amp;lt;PCatID={1}&amp;gt;}CreationDate) &amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;}CreationDate)"}&amp;gt;}distinct ItemID)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(aggr(if(only({&amp;lt;PCatID = {1}&amp;gt;}CreationDate)&amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;} CreationDate),ItemID), ItemID))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to take care that your timestamps are correctly interpreted as such (using e.g. an appropriate standard timestamp format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 22:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339726#M1169768</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-07T22:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339727#M1169769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, did tweak the time format a little and it works perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;amp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 13:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339727#M1169769</guid>
      <dc:creator />
      <dc:date>2012-07-08T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339728#M1169770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite some time since the last message, but we have a slight change of requirement and I need help/suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same expression you mentioned, we now have three dimensions (RegionName, CityName, AreaName instead of ItemCode that we used previously) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modified expression gives the correct result when the dimensions are selected, but otherwise the count of ItemCode when PCatID=1 is greater than the count when PCatID =1 after 2. In short, the required count is greater than what is required with no filters applied, but gives a correct value with the dimension filters applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression used is more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(aggr(if(only({&amp;lt;PCatID = {1}&amp;gt;}CreationDate)&amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;} CreationDate),RegionName,CityName,AreaName), ItemID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest what could be wrong with the result or the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;amp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 21:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339728#M1169770</guid>
      <dc:creator />
      <dc:date>2012-07-18T21:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339729#M1169771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(aggr(if(only({&amp;lt;PCatID = {1}&amp;gt;}CreationDate)&amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;} CreationDate),RegionName,CityName,AreaName), ItemID))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think you want &lt;EM&gt;RegionName, CityName, AreaName &lt;/EM&gt;to be aggr() dimensions, not part of the if() statement, right?&lt;/P&gt;&lt;P&gt;Doesn't this gives you an error in expression, because of too many arguments to if()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe try&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(aggr(if(only({&amp;lt;PCatID = {1}&amp;gt;}CreationDate)&amp;lt; max({&amp;lt;PCatID={2,3,4}&amp;gt;} CreationDate),ItemID),RegionName,CityName,AreaName))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the problem, could you upload an updated sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 09:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339729#M1169771</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-19T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339730#M1169772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the reqt. is to get the aggr. as you correctly mentioned...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the sample data attatched for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;amp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339730#M1169772</guid>
      <dc:creator />
      <dc:date>2012-07-19T11:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339731#M1169773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's quite a big (in size) sample to demonstrate your issue, maybe too big for me to look into your data in detail.&lt;/P&gt;&lt;P&gt;Any chance to create a sample like your first one, just extended by the additional dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besided the size, I can't see an issue with your data (probably because I just haven't fully understood it). Selecting one of the two document bookmarks haven't added some insight for me, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you maybe point me to the issue in more detail? What are you selecting, what are you seeing in which table and what do you expect to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339731#M1169773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-19T11:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339732#M1169774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took me a little long, but I now have the same sample in English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be precise about the problem, the percentages do not seem to be evaluating correctly.&lt;/P&gt;&lt;P&gt;Please find the sample attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: The file is quite big for a sample (as you rightly pointed out), but the problem is very barely noticeable when using smaller data samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 12:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339732#M1169774</guid>
      <dc:creator />
      <dc:date>2012-07-24T12:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339733#M1169775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Stefan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Can You help us in the above scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 20:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339733#M1169775</guid>
      <dc:creator />
      <dc:date>2012-07-30T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339734#M1169776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I admit I haven't fully understand your data (and the mere mass made it quite hard to look into).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can try either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Count(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Aggr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(if&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Only({&amp;lt;ItemTransactions.ProcedureCatID = {1}&amp;gt;}ItemTransactions.CreationDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Max(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; {&amp;lt;ItemTransactions.ProcedureCatID={2,3,4,5}&amp;gt;}ItemTransactions.CreationDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ,ItemTransactions.ItemCode1), &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.RegionID,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.CityEnName,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.DirectorateEnDesc,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; ItemTransactions.ItemCode1&lt;/STRONG&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Count(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Aggr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(if&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(Only({&amp;lt;ItemTransactions.ProcedureCatID = {1}&amp;gt;}ItemTransactions.CreationDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Max(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; total&amp;lt; ItemTransations_TransDirectorateFrom.RegionID,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.CityEnName,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.DirectorateEnDesc&amp;gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; {&amp;lt;ItemTransactions.ProcedureCatID={2,3,4,5}&amp;gt;}ItemTransactions.CreationDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ,ItemTransactions.ItemCode1), &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.RegionID,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.CityEnName,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; ItemTransations_TransDirectorateFrom.DirectorateEnDesc,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; ItemTransactions.ItemCode1&lt;/STRONG&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 21:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339734#M1169776</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-30T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339735#M1169777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Stepan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above solution is working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 19:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339735#M1169777</guid>
      <dc:creator />
      <dc:date>2012-07-31T19:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339736#M1169778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help. It's fixed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &amp;amp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 07:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-Set-Analysis/m-p/339736#M1169778</guid>
      <dc:creator />
      <dc:date>2012-08-01T07:15:37Z</dc:date>
    </item>
  </channel>
</rss>

