<?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 Show Distinct String values in QlikSense table ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664308#M49973</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Version - Qlik Sense Nov 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have table with multiple columns with different datatypes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this table i have string based column field with many duplicate values. I wish to show only the Distinct or unique values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This table i'm going to distribute via N printing as Excel output for further analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Distinct function is not working here. i also tried this formula "=concat(distinct(myfield), ',')" this was referred&amp;nbsp;from another old post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish to do this in Qlik sense only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any thoughts ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:37:25 GMT</pubDate>
    <dc:creator>S1m55r</dc:creator>
    <dc:date>2024-11-16T03:37:25Z</dc:date>
    <item>
      <title>Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664308#M49973</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Version - Qlik Sense Nov 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have table with multiple columns with different datatypes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this table i have string based column field with many duplicate values. I wish to show only the Distinct or unique values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This table i'm going to distribute via N printing as Excel output for further analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Distinct function is not working here. i also tried this formula "=concat(distinct(myfield), ',')" this was referred&amp;nbsp;from another old post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish to do this in Qlik sense only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any thoughts ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664308#M49973</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2024-11-16T03:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664348#M49983</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;That&amp;nbsp;&lt;SPAN&gt;"=concat(distinct(myfield), ',')" should work... can you share a sample APP os a screenshot?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jaime.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 08:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664348#M49983</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2020-01-10T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664436#M49993</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Jaime,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your inputs. I did tried as below with Category as field but got invalid dimension as error.&lt;/P&gt;&lt;P&gt;=concat(distinct(Category),',')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 226px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26667iF25766C86E8AD43E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;let me know,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 12:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664436#M49993</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2020-01-10T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664443#M49994</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You are using it as a dimension but it should be used as an expression.&lt;/P&gt;&lt;P&gt;But this made me think. If you are using Category as a dimension then this value is repeated because of some other dimensions. For example, if you create a straight table with Category and Product as Dimensions and Sum(Sales) as Expression, then Category values will appear as many times as different products there are in that categories.&lt;/P&gt;&lt;P&gt;If you don't solve your problem, try to give us more details about the table you are triyng to create (dimensions and expressions you want it to have)&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 13:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664443#M49994</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2020-01-10T13:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664467#M49996</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;=concat ( distinct total (Category),',')&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 14:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664467#M49996</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-10T14:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664962#M50027</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/4168"&gt;@jaibau1993&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is a simple table, i'm not doing any calculation here.&lt;/P&gt;&lt;P&gt;I just wanted to distribute this table in N-printing after filtering some values on numerical fields.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 10:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1664962#M50027</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2020-01-13T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665040#M50031</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution is giving me a long string with concat&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 13:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665040#M50031</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2020-01-13T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665084#M50038</link>
      <description>&lt;P&gt;What is the expected output?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665084#M50038</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-13T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665226#M50047</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I wanted to create a simple table without duplicate values in category column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like Excel table with rows and columns.&lt;/P&gt;&lt;P&gt;E.g. In Qlik table i have added few different dimensions as a column. In category column i have multiple duplicate values. I want a table without duplicate category values. First/any category from the column should be taken and other rows should be ignored.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Table Now&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table Now.PNG" style="width: 218px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26785iE0337A0DA1D79AA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table Now.PNG" alt="Table Now.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Table expected&lt;/P&gt;&lt;P&gt;Category 1 and 2 duplicates should be removed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table Expected.PNG" style="width: 206px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26786iB65A2C30DE9F30F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table Expected.PNG" alt="Table Expected.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 04:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665226#M50047</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2020-01-14T04:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665363#M50078</link>
      <description>&lt;P&gt;Hi, what is the rule to remove duplicate? Here though there are duplicates for category, but there are different region associated with that. On what basis you decide which category with region you need to keep&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665363#M50078</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-14T12:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665373#M50080</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp; primary focus here is to get unique value of Category in the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for this particular table and requirement my other columns are irrelevant for me. Any region or product or other dimension would be fine but the category should be distinct.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1665373#M50080</guid>
      <dc:creator>S1m55r</dc:creator>
      <dc:date>2020-01-14T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733125#M55962</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you found solution? I have exactly the same task. How to use Distinct in table visualization?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733125#M55962</guid>
      <dc:creator>sprutskih</dc:creator>
      <dc:date>2020-08-04T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733130#M55963</link>
      <description>&lt;P&gt;Use &lt;STRONG&gt;maxstring(Region)&lt;/STRONG&gt;&amp;nbsp; as expression&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733130#M55963</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-04T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733133#M55965</link>
      <description>&lt;P&gt;If you want to do it in script then use below&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;maxstring(Region) as Region&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;Group by&amp;nbsp;&amp;nbsp;Product,Category;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733133#M55965</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-04T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733155#M55967</link>
      <description>&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get only unique rows exactly in table chart, not in load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=maxstring(category) not work for me in table chart dimension field( qlik sense give error). May be I need to use some other field to insert&amp;nbsp;=maxstring(category)?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733155#M55967</guid>
      <dc:creator>sprutskih</dc:creator>
      <dc:date>2020-08-04T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733162#M55968</link>
      <description>&lt;P&gt;You need to use this formula in measure.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733162#M55968</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-04T14:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values in QlikSense table ?</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733181#M55969</link>
      <description>&lt;P&gt;I create measure "UNIQ CATEGORY" with formula maxstring(category) and I delete dimension category.&lt;/P&gt;&lt;P&gt;But this solution not work. I still have duplicated rows with the same category in the field&amp;nbsp;"UNIQ CATEGORY"&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Distinct-String-values-in-QlikSense-table/m-p/1733181#M55969</guid>
      <dc:creator>sprutskih</dc:creator>
      <dc:date>2020-08-04T14:54:43Z</dc:date>
    </item>
  </channel>
</rss>

