<?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 a dimension when data model has uniqueness in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925443#M320273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this can help -&lt;/P&gt;&lt;P&gt;Used - &lt;STRONG&gt;GetFieldSelections([Dimension 1],',')&amp;lt;&amp;gt;'A'&lt;/STRONG&gt; in Dimension 2 enable condition. I know it is just a sample but similar thing can be tried on actual data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hide.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101260_hide.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 10:06:22 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2015-10-07T10:06:22Z</dc:date>
    <item>
      <title>Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925437#M320267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data model:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension 1&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;&lt;STRONG style="color: #ffffff; font-size: 13.3333px; text-align: center;"&gt;Dimension 2&lt;/STRONG&gt;&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;Count &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;Count unique&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;January&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;January&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;January&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;February&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;February&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;February&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Filters in the model for the dimensions and an expression on sum (count) and sum (count unique).&lt;/P&gt;&lt;P&gt;the issue is, when I choose a filter only on &lt;STRONG&gt;dimension1 = A&lt;/STRONG&gt; on January I want to get the values only from the row where I have only A, and exclude from the expression the row with both A and B. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 08:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925437#M320267</guid>
      <dc:creator />
      <dc:date>2015-10-07T08:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925438#M320268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Count expression: &lt;SPAN style="font-size: 8pt;"&gt;( {$-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dimension2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'*'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For the Count Unique expression: &lt;SPAN style="font-size: 8pt;"&gt;( {$-&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dimension2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'*'} &amp;gt;} DISTINCT &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925438#M320268</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2015-10-07T09:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925439#M320269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculations are already done in hadoop.&lt;/P&gt;&lt;P&gt;the question is how will the expression know which type of dimension combination I want to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925439#M320269</guid>
      <dc:creator />
      <dc:date>2015-10-07T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925440#M320270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, you want to display data in Dimension1 when Dimension 2 is Null and vice versa..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like.. if(isnull(dimension1),dimension2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925440#M320270</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-07T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925441#M320271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct, but I will have around 6-7 dimensions, I can't write all this permutation in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925441#M320271</guid>
      <dc:creator />
      <dc:date>2015-10-07T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925442#M320272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some rough idea.. which need to be developed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each row will be identified by a recno() in QV... so for each of this recno() check count() of dimension which are having values.. lets say for recno()=1, if you have 6 dimensions, and you have only one dimension value corresponding to that recno() then that record can be displayed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me develop this and come back to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 10:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925442#M320272</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-07T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925443#M320273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this can help -&lt;/P&gt;&lt;P&gt;Used - &lt;STRONG&gt;GetFieldSelections([Dimension 1],',')&amp;lt;&amp;gt;'A'&lt;/STRONG&gt; in Dimension 2 enable condition. I know it is just a sample but similar thing can be tried on actual data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hide.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101260_hide.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 10:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925443#M320273</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-07T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925444#M320274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any news?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 07:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925444#M320274</guid>
      <dc:creator />
      <dc:date>2015-10-08T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925445#M320275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How? I have 200 possible values for Dimension 1 , 20 Possible for Dimension 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 07:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925445#M320275</guid>
      <dc:creator />
      <dc:date>2015-10-08T07:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925446#M320276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are ok with the results, the same can be produced by below, in fact handles the same selection for Dim2 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension 1 enable condition - len(GetFieldSelections([Dimension 2]))=0 OR len(GetFieldSelections([Dimension 1]))&amp;gt;=1&lt;/P&gt;&lt;P&gt;Dimension 2 enable condtion - len(GetFieldSelections([Dimension 1]))=0 OR len(GetFieldSelections([Dimension 2]))&amp;gt;=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925446#M320276</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-08T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925447#M320277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain what you did here?&lt;/P&gt;&lt;P&gt;could you please add the same solution if the date is also a dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how Can I do it for the large amount of dimension meta data that I have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 13:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925447#M320277</guid>
      <dc:creator />
      <dc:date>2015-10-08T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925448#M320278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The idea is to display any dimension when -&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. All Other dimensions are not selected ( Initial condition with no selection, this will display all dimension initially)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. Show Dimensions When value in this dimension is selected, hide it when other dimensions are selected and this one is not selected.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So we will have (Dim1 AND Dim2 AND Dim3) OR Dim4 kind of condition in each 'enable condition'&amp;nbsp; expression of each dimension. The AND section to check other dimensions are not selected and after OR to check if the dimension where we are putting this condition is selected.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PFA the attached updated file with Date also shown/hidden based on its selection properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925448#M320278</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-08T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925449#M320279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this solution is not based on individual values of dimensions, the condition will expand or shrink based on # of dimensions we have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this you wanted? Let me know if any improvement is needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925449#M320279</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-08T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925450#M320280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try loading this csv.&lt;/P&gt;&lt;P&gt;I added 2 rows where I have only the a date.&lt;/P&gt;&lt;P&gt;in our aggregations when only a date is select it should show only this row, not the sum on all the rows who have this date.&lt;/P&gt;&lt;P&gt;also when I select the a certain date and a certain dimension it should only show me the relevant row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="269"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="35" width="58"&gt;Date&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="58"&gt;Dimension 1&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="58"&gt;Dimension 2&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="44"&gt;Count&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="51"&gt;Count unique&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: none;" width="58"&gt;January&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="44"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="51"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: none;" width="58"&gt;January&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="44"&gt;12&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="51"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: none;" width="58"&gt;January&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="44"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="51"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: none;" width="58"&gt;February&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="44"&gt;12&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="51"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21" style="border-top: none;" width="58"&gt;February&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="58"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="44"&gt;17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="51"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="58"&gt;February&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="58"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="58"&gt;B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="44"&gt;5&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="51"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="58"&gt;February&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="44"&gt;20&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="51"&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;" width="58"&gt;January&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="44"&gt;24&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="51"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 06:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925450#M320280</guid>
      <dc:creator />
      <dc:date>2015-10-12T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925451#M320281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand from this is that you always want to consider Date, Dim1, Dim2 to group your count and count unique. Since the conditions were put in the dimension - enable condition attribute, it was ignoring the not selected dimension and grouping measures based on selected dimensions. Now I have moved all the conditions to show/hide condition in presentation tab. See if this behaviour is close to your requirement or not.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="select.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101706_select.PNG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 07:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925451#M320281</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-12T07:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925452#M320282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;almost, but I need the measure from the row that I have only the month in it? how do I narrow it to this point? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925452#M320282</guid>
      <dc:creator />
      <dc:date>2015-10-12T10:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering on a dimension when data model has uniqueness</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925453#M320283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, it is showing either extra records or grouped records. I am not finding any possibility of only setting up dimensions and achieving the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I found the set expression condition which is generic for each expression.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={'$(=GetFieldSelections(Date))'},[Dimension 1]={'$(=GetFieldSelections([Dimension 1]))'},[Dimension 2]={'$(=GetFieldSelections([Dimension 2]))'}&amp;gt;}Count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I had to change nulls to '-' for proper comparison in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script added in preceding load as - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load i&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;f(Len(Date)=0,'-',Date) as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len([Dimension 1])=0,'-',[Dimension 1]) as [Dimension 1],&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len([Dimension 2])=0,'-',[Dimension 2]) as [Dimension 2],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Count unique];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I think its working as desired &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="select.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101734_select.PNG" style="height: 270px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-a-dimension-when-data-model-has-uniqueness/m-p/925453#M320283</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-12T13:20:32Z</dc:date>
    </item>
  </channel>
</rss>

