<?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: Show Distinct ID's in the Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736255#M56274</link>
    <description>&lt;P&gt;I am just using a table, no charts. No duplicates found on filter pane. Yes, if i select a account ID, it selects both in table. Account ID is INT.&lt;/P&gt;&lt;P&gt;I understand your one of the above replies that&amp;nbsp;either for each [Account ID] there is more than one [Country] or [Date], so it's normal that [Account ID] is duplicating for each unique [Country] or [Date].&lt;/P&gt;&lt;P&gt;So my doubt is, in a table, repeated entries of [Account ID] for each [Country], in this case can i convert the country values into single row and column like [Country1], [Country2] and so on? so that my [Account ID] wont be repeated.&lt;/P&gt;&lt;P&gt;I have a table like this,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39099i7FB2493C0CC58E6E/image-size/small?v=v2&amp;amp;px=200" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And want this to be represented like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39100iA1EABD9384C1EE4A/image-size/small?v=v2&amp;amp;px=200" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it clear.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Aug 2020 05:22:26 GMT</pubDate>
    <dc:creator>bala_sundar</dc:creator>
    <dc:date>2020-08-17T05:22:26Z</dc:date>
    <item>
      <title>Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628534#M46764</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to show distinct Account ID's in the straight table dimention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my dimensions are&amp;nbsp; Account ID, Country , Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression: 1. Sum(Amount)&lt;/P&gt;&lt;P&gt;2. Count(Account ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm expecting the result with the distinct AccountID in the dimension. but i am getting duplicate ID's would you please resolve the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have access to edit the data model or script only access on frontend in qlik sense&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628534#M46764</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2024-11-16T04:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628552#M46767</link>
      <description>&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=count(distinct [Account id])&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628552#M46767</guid>
      <dc:creator>Edvin</dc:creator>
      <dc:date>2019-09-26T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628554#M46768</link>
      <description>&lt;P&gt;No luck on (Count distinct AccountID).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the below calculated dimension but did not get work&lt;/P&gt;&lt;P&gt;Aggr(count( Distinct AccountID) , DATE)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628554#M46768</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-09-26T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628556#M46769</link>
      <description>&lt;P&gt;why do you need "&lt;SPAN&gt;Account ID" as dimension?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628556#M46769</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-09-26T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628703#M46776</link>
      <description>&lt;P&gt;User will export the data into excel, for the analysis purpose they need the each ID level. So must use the ID in dimension, appreciate, is there any other way of doing this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1628703#M46776</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-09-26T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1629030#M46821</link>
      <description>Could you show what you want to achieve?&lt;BR /&gt;Because how I understand, either for each [Account ID] there is more than one [Country] or [Date], so it's normal that [Account ID] is duplicating for each unique [Country] or [Date].&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2019 11:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1629030#M46821</guid>
      <dc:creator>Edvin</dc:creator>
      <dc:date>2019-09-27T11:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1735944#M56236</link>
      <description>&lt;P&gt;Hi Edvin,&lt;/P&gt;&lt;P&gt;I have a same scenario where my [Account ID] is getting duplicated for each [Country], in this case can i convert the country values into column like [Country1], [Country2] and so on? so that my [Account ID] wont be duplicated.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 12:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1735944#M56236</guid>
      <dc:creator>bala_sundar</dc:creator>
      <dc:date>2020-08-14T12:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736127#M56249</link>
      <description>&lt;P&gt;The default functionality in Qlik is that only unique values show in dimensions.&lt;/P&gt;&lt;P&gt;If you have a chart with only Account ID as a dimension and then two dimensions do you get duplicate Account IDs?&lt;/P&gt;&lt;P&gt;If you create a filter pane with Account ID in there do you see duplicates?&lt;/P&gt;&lt;P&gt;If you select an Account ID that is appearing more than once, does it select both values or just one?&lt;/P&gt;&lt;P&gt;If duplicates are showing in Filter Panes, then it will be because the values are not identical. Things that can cause seemingly identical items to not be identical are capitalisation, spaces, date formatting and dual datatypes.&lt;/P&gt;&lt;P&gt;What sort of data type is your Account ID? Can you post an image of the duplicates?&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 15:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736127#M56249</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-08-15T15:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736255#M56274</link>
      <description>&lt;P&gt;I am just using a table, no charts. No duplicates found on filter pane. Yes, if i select a account ID, it selects both in table. Account ID is INT.&lt;/P&gt;&lt;P&gt;I understand your one of the above replies that&amp;nbsp;either for each [Account ID] there is more than one [Country] or [Date], so it's normal that [Account ID] is duplicating for each unique [Country] or [Date].&lt;/P&gt;&lt;P&gt;So my doubt is, in a table, repeated entries of [Account ID] for each [Country], in this case can i convert the country values into single row and column like [Country1], [Country2] and so on? so that my [Account ID] wont be repeated.&lt;/P&gt;&lt;P&gt;I have a table like this,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39099i7FB2493C0CC58E6E/image-size/small?v=v2&amp;amp;px=200" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And want this to be represented like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39100iA1EABD9384C1EE4A/image-size/small?v=v2&amp;amp;px=200" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it clear.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 05:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736255#M56274</guid>
      <dc:creator>bala_sundar</dc:creator>
      <dc:date>2020-08-17T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736261#M56275</link>
      <description>&lt;P&gt;The simplest way will be to remove Country as a dimension and then add it back in as a measure, with the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=CONCAT(DISTINCT Country, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This will give you a comma separated list of countries in that column. The same can be done for dates if you wish.&lt;/P&gt;&lt;P&gt;Where this is less advantageous is that you will not be able to search or select on the Country field from within the table.&lt;/P&gt;&lt;P&gt;If separate columns are a must then you can use the following, with the integer changing for each column:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUBFIELD(CONCAT(DISTINCT Country, ', '), 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is adding extra processing though, without any additional information being given back to the user (it will also make your table wider overall).&lt;/P&gt;&lt;P&gt;To have things so that they are searchable and selectable from the table you will want to create the comma separated list, and the separate columns in the load script, using a RESIDENT load and a GROUP BY. Let me know if that is required.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 06:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736261#M56275</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-08-17T06:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct ID's in the Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736279#M56276</link>
      <description>&lt;P&gt;Thanks Steve, the Subfield function works and helped me to achieve my objective.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 07:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-ID-s-in-the-Dimension/m-p/1736279#M56276</guid>
      <dc:creator>bala_sundar</dc:creator>
      <dc:date>2020-08-17T07:26:21Z</dc:date>
    </item>
  </channel>
</rss>

