<?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: Filtering on Pre Calculated Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159830#M918186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Max(Aggr(Sum(TOTAL_UNIQUE_USER),Device,Country))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 10:09:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-18T10:09:14Z</dc:date>
    <item>
      <title>Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159822#M918178</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;/P&gt;&lt;P&gt;I'm new to Qlik and would like to know how I can view the following data created via a GROUPING SETS statement in SQL. This was used because there are many-to-many relationships between the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not familiar with GROUPING SETS data, the first row below totals the unique users for one dimension (Country) and the other rows totals the unique users for two dimensions (Country and Device). This is because some users may have more than one device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 529px; height: 96.28px;"&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;Country&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;Device&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;Total Unique Users&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FRANCE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NULL&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FRANCE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;iOS&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;26,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FRANCE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Android&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25,000&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;I want the user who selects Country=FRANCE as the only filter to return 50,000 unique users and &lt;STRONG&gt;not a sum of all rows containing Country=FRANCE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this best achieved in Qlik? Or should I not be using precalculated fields at all in Qlik, and instead use the user level data (what happens if this is very large)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Filtering-on-Pre-Calculated-Data/m-p/1159822#M918178</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159823#M918179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to see 50,000 because it is Device = NULL? Will that be true for other countries also? If it is, then you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Device = {'NULL'}&amp;gt;} [Total Unique Users])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 16:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159823#M918179</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-17T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159824#M918180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just load the rows where Device &amp;gt; ''&amp;nbsp; (or Device &amp;lt;&amp;gt; 'NULL')&amp;nbsp; to exclude the Country Total row, then your data will sum correctly in Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is to load the raw data and let Qlik calculate the sum.&amp;nbsp; This may prove more flexible.&amp;nbsp; 50,000 rows is not big for Qlik systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 16:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159824#M918180</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-05-17T16:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159825#M918181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses. The actual table I have is a lot larger and with more dimensions than the illustrated (simplified) version above. Attached is a screenshot of the table I'm working on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV dashboard needs to be built such that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When Country "AD" is selected (and nothing else) it returns 1,598 users&lt;/LI&gt;&lt;LI&gt;When Country "AD" and Product="Prepay" is selected it returns 71 Users&lt;/LI&gt;&lt;LI&gt;When Country "AD" and Product="Prepay" and Date="10/05/2016" is selected it returns 24 Users&lt;/LI&gt;&lt;LI&gt;and so on...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that only the raw user level data will provide the most flexibility however this data is very large (100s of millions of rows) and will grow over time even larger. The example here is for one of our smallest countries (Andorra!) so you get the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use Qlik Expressions with the below using functions like GetCurrentSelection or GetSelectedCount for each field, but haven't managed to come up with anything neat yet. Is there anything I can do with the Group ID column below ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;IMG alt="TabStructure.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124826_TabStructure.png" style="width: 620px; height: 965px;" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 17:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159825#M918181</guid>
      <dc:creator />
      <dc:date>2016-05-17T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159826#M918182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only({&amp;lt;Row = {"=If(GetSelectedCount(Device) = 1, Len(Trim(Device)) &amp;gt; 0, Len(Trim(Device)) = 0) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(GetSelectedCount(Product) = 1, Len(Trim(Product)) &amp;gt; 0, Len(Trim(Product)) = 0) and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(GetSelectedCount(Date) = 1, Len(Trim(Date)) &amp;gt; 0, Len(Trim(Date)) = 0)"}&amp;gt;}TOTAL_UNIQUE_USER)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to add another If statement in the search string for Country as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the sample for you to look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Instead of providing an image, it would be best if you can provide the sample in an Excel file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 23:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159826#M918182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-17T23:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159827#M918183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny for the sample (I absolutely agree that it's really helpful to post table files or INLINE tables as text to show some input records, and that it's not much fun recreating sample records from screenshots)!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the expression can be slightly simplified to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(TOTAL_UNIQUE_USER, -GROUP_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 23:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159827#M918183</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-17T23:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159828#M918184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a feeling that your much simpler expression is on its way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 00:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159828#M918184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-18T00:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159829#M918185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both for your responses to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologise for not attaching the data, this was my first time posting in these communities and I could only see an attachment for images in the client I was using yesterday. I've now attached the data file including the full data for all countries, so you'll find there's an extra dimension added to the cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sadly can't open the .qvw files as I'm using a personal edition - is there a way around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should also mention that I am building this in QlikSense but I hope that doesn't affect the formulae?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 09:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159829#M918185</guid>
      <dc:creator />
      <dc:date>2016-05-18T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159830#M918186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Max(Aggr(Sum(TOTAL_UNIQUE_USER),Device,Country))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 10:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159830#M918186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-18T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159831#M918187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan's expression should still work in QlikSense:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(TOTAL_UNIQUE_USERS, -GROUP_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159831#M918187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-18T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159832#M918188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching the sample for you to review&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159832#M918188</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-18T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159833#M918189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="124918" alt="TotalUnique.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124918_TotalUnique.png" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;edit: Sunny is always faster in creating sample apps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But his expression should also work in Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159833#M918189</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T12:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159834#M918190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Jones, as per my understanding your source table itself have rolling totals for each dimension combinations. In your requirement, I guess your looking only for Total value for the Country.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So while loading the data, add another flag field to identify the row belongs to which level of dimension its belongs too and use the flag field in your set analysis.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Its easy for your DWH team add the another flag field to table or you can Identify based on the null values on your dimension fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159834#M918190</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159835#M918191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jones, you already have GroupID filed to identify the data level belongs to which dimensions. GroupID 7 belongs to Country so you can simply use it.&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;{GroupID={7}}&amp;gt;}Total_unique_Users)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159835#M918191</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159836#M918192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I have now is what I do if a user wants to select more than one category per field (e.g. selecting both "Android" and "iOS" should return the overall total, similarly for selecting all dates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like a redesign of the underlying structure so it's a new discussion, unless someone has any initial thoughts? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My thoughts are that the difficulty would lie in when users select part of the categories, e.g. select two dates. The existing data table will not contain the unique count of users across both these dates. This is why using the user-level raw data is perhaps unavoidable &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159836#M918192</guid>
      <dc:creator />
      <dc:date>2016-05-18T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on Pre Calculated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159837#M918193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I mean, please create a new thread if you have new questions / requests. And yes, I think you would need to go down to higher granularity of your raw data if you want to be able to get the DISTINCT IDs of your raw data.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 15:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-Pre-Calculated-Data/m-p/1159837#M918193</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T15:34:15Z</dc:date>
    </item>
  </channel>
</rss>

