<?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: regarding the column distinct feature in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037679#M932797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiru,&lt;/P&gt;&lt;P&gt;Do you mean that you want the records to appear only if they where previously loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you elaborate more?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 15:22:22 GMT</pubDate>
    <dc:creator>santiago_respane</dc:creator>
    <dc:date>2016-03-09T15:22:22Z</dc:date>
    <item>
      <title>regarding the column distinct feature</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037678#M932796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Want to disaply the distinct&amp;nbsp; data like this&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have column like&amp;nbsp; country&amp;nbsp; is&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;IND;#ENG;#PAK&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ENG;#WES&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;AUS;#IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;IND;#BAN:AUS&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;i want to display&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ENG:#PAK(since IND already came)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;WES(Since ENG alrraedy came)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Please suggest me the solution&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/regarding-the-column-distinct-feature/m-p/1037678#M932796</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding the column distinct feature</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037679#M932797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiru,&lt;/P&gt;&lt;P&gt;Do you mean that you want the records to appear only if they where previously loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you elaborate more?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037679#M932797</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-03-09T15:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding the column distinct feature</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037680#M932798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD ID, Country Where Not Exists(Country);&lt;/P&gt;&lt;P&gt;LOAD SubField(Country,';#') as Country, RecNo() as ID INLINE [&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;IND&lt;/P&gt;&lt;P&gt;IND;#ENG;#PAK&lt;/P&gt;&lt;P&gt;ENG;#WES&lt;/P&gt;&lt;P&gt;AUS;#IND&lt;/P&gt;&lt;P&gt;IND;#BAN;#AUS&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD Concat(Country, ';#') as Country Resident Temp Group By ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 17:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037680#M932798</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-09T17:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding the column distinct feature</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037681#M932799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called country&amp;nbsp;&amp;nbsp;&amp;nbsp; so i crated a multi box as a filter,when i select more then any value from multi box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i have&amp;nbsp; on more text box is there in dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country -----------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it has to show &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ENG:#PAK(since IND already came)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WES(Since ENG already&amp;nbsp; came)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but actual is &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IND;#ENG;#PAK&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ENG;#WES&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AUS;#IND&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IND;#BAN:AUS&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so how to get that &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please do the needful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 05:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-the-column-distinct-feature/m-p/1037681#M932799</guid>
      <dc:creator />
      <dc:date>2016-03-10T05:59:50Z</dc:date>
    </item>
  </channel>
</rss>

