<?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: List Box - unique values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853709#M1007537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have happened to me, I bet is related to dates, whole date or broken down by month, day or year, if that's the case you can fix it whith the following functions in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daystart(TimeStamp) -&amp;gt; use this one in case you are using the whole date in the listbox or formatting to show day only out of a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MonthStart(TimeStamp)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;YearStart(TimeStamp)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 19:52:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-13T19:52:11Z</dc:date>
    <item>
      <title>List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853704#M1007532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! How can I show unique values in a list box? thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 16:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853704#M1007532</guid>
      <dc:creator>clovati</dc:creator>
      <dc:date>2015-05-13T16:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853705#M1007533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List box shows only unique values only. I am not sure what exactly you are trying to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 16:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853705#M1007533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-13T16:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853706#M1007534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls share ur input data and expected out put through list box,tht helps what ur expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 16:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853706#M1007534</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-13T16:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853707#M1007535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QlikView usual behaviour is showing only distinct values inside listboxes.&lt;/P&gt;&lt;P&gt;Be carefull about formatting, for example, datetimes with hours and seconds formatted as pure dates can be tricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 17:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853707#M1007535</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-13T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853708#M1007536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I also think there are dual values with the same text representations but different numerical values.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;e.g. if it's timestamps formatted as dates, then you could try with DayName(Timestamp) instead.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;hope this helps&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 19:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853708#M1007536</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-13T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - unique values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853709#M1007537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have happened to me, I bet is related to dates, whole date or broken down by month, day or year, if that's the case you can fix it whith the following functions in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daystart(TimeStamp) -&amp;gt; use this one in case you are using the whole date in the listbox or formatting to show day only out of a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MonthStart(TimeStamp)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;YearStart(TimeStamp)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 19:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-unique-values/m-p/853709#M1007537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T19:52:11Z</dc:date>
    </item>
  </channel>
</rss>

