<?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 String values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406396#M487485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will give those functions a try. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 18:08:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-05T18:08:50Z</dc:date>
    <item>
      <title>Show Distinct String values in Straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406392#M487481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have string based column field with many duplicate values. I wish to show only the Distinct or unique values. sounds simple or is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;STRONG&gt;Concat(DISTINCT Name)&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; aslo &lt;STRONG&gt;Only()&lt;/STRONG&gt;&amp;nbsp; none have worked.&amp;nbsp; Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I need to use a &lt;STRONG&gt;Straight table&lt;/STRONG&gt; is the need to &lt;STRONG&gt;show dates&lt;/STRONG&gt; side by side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33115" alt="2013-02-05_123313.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/33115_2013-02-05_123313.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 17:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406392#M487481</guid>
      <dc:creator />
      <dc:date>2013-02-05T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406393#M487482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this in an object text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct Name, ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 17:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406393#M487482</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2013-02-05T17:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406394#M487483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct it works in a Text object. &lt;/P&gt;&lt;P&gt;But wont in a Table expression. I was trying to show the tasks one row at a time vs comma sepreated, but maybe thats the only way. The =concat(distinct Name, ',')&amp;nbsp; will display but doenst remove the duplicates when used in a straight table expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 17:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406394#M487483</guid>
      <dc:creator />
      <dc:date>2013-02-05T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406395#M487484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using a pivot table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the opening of that field, to get one row you need to have an opening of 1 result for each dimension...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try with Firstsortedvalue() or using an aggr() function with the dimension as the group of the aggregation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 18:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406395#M487484</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2013-02-05T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406396#M487485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will give those functions a try. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 18:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406396#M487485</guid>
      <dc:creator />
      <dc:date>2013-02-05T18:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show Distinct String values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406397#M487486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I forgot to mention for having a table is dates are associated with the Name.&lt;/P&gt;&lt;P&gt; QV doesn't seem to have many string functions that handle Tables well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 18:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Distinct-String-values-in-Straight-table/m-p/406397#M487486</guid>
      <dc:creator />
      <dc:date>2013-02-05T18:18:57Z</dc:date>
    </item>
  </channel>
</rss>

