<?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: Relationship between Distinct and Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061845#M920043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Aggr Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Count(DISTINCT Measure), Dim1, Dim2, Dim3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 09:29:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-03T09:29:32Z</dc:date>
    <item>
      <title>Relationship between Distinct and Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061844#M920042</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 have in a chart the&amp;nbsp; dimensions 'Date' and 'Type' but I also have a further field to group by called 'Area', then I want to count the distinct Salesperson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I set the dimension and expression to have 2 Dimensions but be grouping by 3 dimension and perform a count distinct &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/Relationship-between-Distinct-and-Fields/m-p/1061844#M920042</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between Distinct and Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061845#M920043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Aggr Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Count(DISTINCT Measure), Dim1, Dim2, Dim3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061845#M920043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between Distinct and Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061846#M920044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So for each distinct value of Date and Type, you will get multiple count(DISTINCT Salesperson) values, one for each hidden Area value. What do you want to do with those values? Because in the end they'll have to fit in a single expression result box that only accepts a single value.&lt;/P&gt;&lt;P&gt;IMHO adding them back together makes the third dimension pretty much useless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061846#M920044</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-03T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between Distinct and Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061847#M920045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, there is a way out for this and it is a simple one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a straight table, add the three dimensions and the expression c&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ount(DISTINCT Salesperson), and in tab Presentation, hide the third dimension column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll now have multiple rows with the same Date/Type values and different or identical expression results. Because behind the scenes, the third dimension will still force different outcomes on different rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 10:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061847#M920045</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-03T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between Distinct and Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061848#M920046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both, I was after the row count and these solutions will both work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-Distinct-and-Fields/m-p/1061848#M920046</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2016-05-03T11:24:42Z</dc:date>
    </item>
  </channel>
</rss>

