<?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 Distinct data in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291175#M108080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of them are displayed because all of them are related through the original timestamp. &lt;/P&gt;&lt;P&gt;Do you want to show all the possible times or only one for each startdate? or to have a list of only default times? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 04:20:59 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-05-12T04:20:59Z</dc:date>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291169#M108074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="4148" alt="ScreenShot.JPG" class="jive-image" height="253" src="https://community.qlik.com/legacyfs/online/4148_ScreenShot.JPG" width="156" /&gt;&lt;IMG __jive_id="4154" alt="123.JPG" class="jive-image" height="285" src="https://community.qlik.com/legacyfs/online/4154_123.JPG" width="207" /&gt;&lt;/P&gt;&lt;P&gt;i have Capturedatetime feild having one day data with diffrent times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i need to display date only in one listbox&amp;nbsp; and display distinct times in other list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the date list box i need to show the distinct date...but i get all dates repeated but time showing is fine in other list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here how to show the distinct date in firs list box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible ,&lt;/P&gt;&lt;P&gt;plz help me on this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 12:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291169#M108074</guid>
      <dc:creator />
      <dc:date>2011-05-11T12:19:12Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291170#M108075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this function to return just date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfiled()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(vDate, 'DD/MM/YYYY') AS REPEAT_DATE,&lt;/P&gt;&lt;P&gt;SubField(vDate, ' ', 1) AS ONLY_DATE,&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;vDate&lt;/P&gt;&lt;P&gt;11/05/2011 12:30:00&lt;/P&gt;&lt;P&gt;11/05/2011 12:40:00&lt;/P&gt;&lt;P&gt;11/05/2011 12:50:00 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 12:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291170#M108075</guid>
      <dc:creator />
      <dc:date>2011-05-11T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291171#M108076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;helo i need to maintain the relation ship b/w two lsit boxes...&lt;/P&gt;&lt;P&gt;is it possible with ur solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean when i am selecting the date in list box .default time would be selected in time list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291171#M108076</guid>
      <dc:creator />
      <dc:date>2011-05-11T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291172#M108077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the code works for you,just need to add the original field:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(vDate, 'DD/MM/YYYY') AS REPEAT_DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(vDate, ' ', 1) AS ONLY_DATE,&lt;/P&gt;&lt;P&gt;vDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11/05/2011 12:30:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11/05/2011 12:40:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11/05/2011 12:50:00 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291172#M108077</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-11T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291173#M108078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ListBoxes in QlikView display only distinct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You notice that your application dispays many times "17/04/2011". Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because "17/04/2011" is just the format you asked the value to be displayed.&lt;/P&gt;&lt;P&gt;In reality, your listbox wants to show you :&lt;/P&gt;&lt;P&gt;- "17/04/2001 18:00:00" (--&amp;gt; displayed as "17/04/2011")&lt;/P&gt;&lt;P&gt;- "17/04/2001 18:02:00" (--&amp;gt; displayed as "17/04/2011")&lt;/P&gt;&lt;P&gt;- "17/04/2001 18:04:00" (--&amp;gt; displayed as "17/04/2011")&lt;/P&gt;&lt;P&gt;- ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want is to display only the "date" part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the function "daystart", this will convert all your dates into "17/04/2001 00:00:00" and only 1 will be displayed in your list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152058.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4158_2011-05-11_152058.png" /&gt;&lt;/P&gt;&lt;P&gt;with the following settings&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152109.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4159_2011-05-11_152109.png" /&gt;&lt;/P&gt;&lt;P&gt;and the following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will display &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152119.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4161_2011-05-11_152119.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152131.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4162_2011-05-11_152131.png" /&gt;&lt;/P&gt;&lt;P&gt;with the expression &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152146.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4163_2011-05-11_152146.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will display&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-11_152155.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4164_2011-05-11_152155.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291173#M108078</guid>
      <dc:creator />
      <dc:date>2011-05-11T13:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291174#M108079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i am selecting date from the StartDateListbox Then only one default time(any one) should be displayed .But what happening here is all the times regarding that date are displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in that issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291174#M108079</guid>
      <dc:creator />
      <dc:date>2011-05-11T13:42:50Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291175#M108080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of them are displayed because all of them are related through the original timestamp. &lt;/P&gt;&lt;P&gt;Do you want to show all the possible times or only one for each startdate? or to have a list of only default times? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 04:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291175#M108080</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-12T04:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291176#M108081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to provide that user has an option to select startdate seperately and starttime seperately.but what happening here is when date is slected all the times regarding that are selecteed automatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think This will makes sense....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible , Let me know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 04:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291176#M108081</guid>
      <dc:creator />
      <dc:date>2011-05-12T04:55:43Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291177#M108082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, if the values are "possible", it gives the same result as if the values are "selected".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really need to make a selection on the possible values, you can use a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only trigger you can use is "OnDeactivate" over the listbox and use the "Select Possible" action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user will have to make his selection then click on another objet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 08:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291177#M108082</guid>
      <dc:creator />
      <dc:date>2011-05-12T08:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291178#M108083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show only one time for each startdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible ,Let me know the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 06:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291178#M108083</guid>
      <dc:creator />
      <dc:date>2011-05-13T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291179#M108084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible just your model demonstrate this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If exists more the one time for each date this information don't show how you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.:&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 13:50:00&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 14:35:30&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 18:00:00&lt;/P&gt;&lt;P&gt;02/01/2011&amp;nbsp;&amp;nbsp; 13:00:00&lt;/P&gt;&lt;P&gt;02/01/2011&amp;nbsp;&amp;nbsp; 15:30:00&lt;/P&gt;&lt;P&gt;02/01/2011&amp;nbsp;&amp;nbsp; 17:55:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in your model have one date for one time this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 13:50:00&lt;/P&gt;&lt;P&gt;02/01/2011&amp;nbsp;&amp;nbsp; 14:35:30&lt;/P&gt;&lt;P&gt;03/01/2011&amp;nbsp;&amp;nbsp; 18:00:00&lt;/P&gt;&lt;P&gt;04/01/2011&amp;nbsp;&amp;nbsp; 13:00:00&lt;/P&gt;&lt;P&gt;05/01/2011&amp;nbsp;&amp;nbsp; 15:30:00&lt;/P&gt;&lt;P&gt;06/01/2011&amp;nbsp;&amp;nbsp; 17:55:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 12:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291179#M108084</guid>
      <dc:creator />
      <dc:date>2011-05-13T12:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291180#M108085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ecorrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my model i had a single day with differnt times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time:&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 13:50:00&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 14:35:30&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 18:00:00&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 13:00:00&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 15:30:00&lt;/P&gt;&lt;P&gt;01/01/2011&amp;nbsp;&amp;nbsp; 17:55:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have to provide for the user to select date and time seperately then what should i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to sove my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had any suggestions for me , Let me know .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 13:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291180#M108085</guid>
      <dc:creator />
      <dc:date>2011-05-13T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291181#M108086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add a listbox with the dimension "Date" and a 2nd listbox with the dimension "Time", the user will be able to select date and time separatly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Date, Time&lt;/P&gt;&lt;P&gt;01/01/2011, 13:50:00&lt;/P&gt;&lt;P&gt;01/01/2011, 14:35:30&lt;/P&gt;&lt;P&gt;01/01/2011, 18:00:00&lt;/P&gt;&lt;P&gt;01/01/2011, 13:00:00&lt;/P&gt;&lt;P&gt;01/01/2011, 15:30:00&lt;/P&gt;&lt;P&gt;01/01/2011, 17:55:00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-13_155231.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4298_2011-05-13_155231.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date and time can be selected with 2 different lixtboxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 13:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291181#M108086</guid>
      <dc:creator />
      <dc:date>2011-05-13T13:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291182#M108087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to have two separate fields: Date and Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(Date#(vDate, 'DD/MM/YYYY hh:mm:ss')) AS Date,&lt;/P&gt;&lt;P&gt;Time(Date#(vDate, 'DD/MM/YYYY hh:mm:ss')) AS Time;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;vDate&lt;/P&gt;&lt;P&gt;11/05/2011 12:30:00&lt;/P&gt;&lt;P&gt;11/05/2011 12:40:00&lt;/P&gt;&lt;P&gt;11/05/2011 12:50:00 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make two listboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291182#M108087</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-05-13T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291183#M108088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi nmartin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse it is possible in your example because those are two differant fields(date,time).&lt;/P&gt;&lt;P&gt;But, I have only one field (datetime) from that only i have to show seperately date in one listbox and time in other listbox and provide the support for selecting the date from one listbox and time from another listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestions let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291183#M108088</guid>
      <dc:creator />
      <dc:date>2011-05-13T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291184#M108089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can solve this problem in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tranform your field datetime in two fields one date and one time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿&lt;/P&gt;﻿Test:&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;vDateTime AS DateTime,&lt;/P&gt;&lt;P&gt;DATE(vDateTime, 'DD/MM/YYYY') AS Date,&lt;/P&gt;&lt;P&gt;SubField(vDateTime, ' ', 1) AS Time,&lt;/P&gt;&lt;P&gt;INLINE[&lt;/P&gt;&lt;P&gt;vDateTime&lt;/P&gt;&lt;P&gt;01/01/2011 10:10:00&lt;/P&gt;&lt;P&gt;01/01/2011 10:10:35&lt;/P&gt;&lt;P&gt;01/01/2011 11:00:00 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you have a date and time separate how we said.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291184#M108089</guid>
      <dc:creator />
      <dc:date>2011-05-13T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291185#M108090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;﻿Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i Update the "DatesField" with old and new dates.&amp;nbsp; Here the "DatesField" is getting only from 01-06-2011 10:59:59 to 16-06-2011 10:09:59 but not adding the before three dates i.e; from 29-05-2011 10:59:59 to 31-05-2011 12:59:59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the below code: Whether it is correct or wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; * Inline&lt;/P&gt;&lt;P&gt;[DatesField&lt;/P&gt;&lt;P&gt;29-05-2011 10:59:59&lt;/P&gt;&lt;P&gt;30-05-2011 11:59:59&lt;/P&gt;&lt;P&gt;31-05-2011 12:59:59];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(DatesField, 'MM-DD-YYYY') AS REPEAT_DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(DatesField, ' ', 1) AS CapDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;DatesField&lt;/P&gt;&lt;P&gt;01-06-2011 10:59:59&lt;/P&gt;&lt;P&gt;02-06-2011 11:59:59&lt;/P&gt;&lt;P&gt;03-06-2011 12:59:59&lt;/P&gt;&lt;P&gt;04-06-2011 1:40:59&lt;/P&gt;&lt;P&gt;04-06-2011 1:50:59&lt;/P&gt;&lt;P&gt;05-06-2011 2:59:59&lt;/P&gt;&lt;P&gt;06-06-2011 3:59:59&lt;/P&gt;&lt;P&gt;07-06-2011 4:59:59&lt;/P&gt;&lt;P&gt;08-06-2011 5:59:59&lt;/P&gt;&lt;P&gt;09-06-2011 6:59:59&lt;/P&gt;&lt;P&gt;10-06-2011 2:59:59&lt;/P&gt;&lt;P&gt;12-06-2011 7:39:59&lt;/P&gt;&lt;P&gt;13-06-2011 8:29:59&lt;/P&gt;&lt;P&gt;14-06-2011 9:19:59&lt;/P&gt;&lt;P&gt;15-06-2011 10:09:59&lt;/P&gt;&lt;P&gt;16-06-2011 10:02:59&lt;/P&gt;&lt;P&gt;16-06-2011 10:09:59 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 14:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291185#M108090</guid>
      <dc:creator />
      <dc:date>2011-06-27T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291186#M108091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i don't understand very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When use the sintaxe CONCATENATE all tables need to have equals fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;DatesField,&lt;BR /&gt;Date#(DatesField, 'MM-DD-YYYY') AS REPEAT_DATE,&lt;BR /&gt;SubField(DatesField, ' ', 1) AS CapDate&lt;BR /&gt;Inline&lt;BR /&gt;[DatesField&lt;BR /&gt;29-05-2011 10:59:59&lt;BR /&gt;30-05-2011 11:59:59&lt;BR /&gt;31-05-2011 12:59:59];&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;LOAD&lt;BR /&gt;DatesField,&lt;BR /&gt;Date#(DatesField, 'MM-DD-YYYY') AS REPEAT_DATE,&lt;BR /&gt;SubField(DatesField, ' ', 1) AS CapDate&lt;BR /&gt;INLINE [&lt;BR /&gt;DatesField&lt;BR /&gt;01-06-2011 10:59:59&lt;BR /&gt;02-06-2011 11:59:59&lt;BR /&gt;03-06-2011 12:59:59&lt;BR /&gt;04-06-2011 1:40:59&lt;BR /&gt;04-06-2011 1:50:59&lt;BR /&gt;05-06-2011 2:59:59&lt;BR /&gt;06-06-2011 3:59:59&lt;BR /&gt;07-06-2011 4:59:59&lt;BR /&gt;08-06-2011 5:59:59&lt;BR /&gt;09-06-2011 6:59:59&lt;BR /&gt;10-06-2011 2:59:59&lt;BR /&gt;12-06-2011 7:39:59&lt;BR /&gt;13-06-2011 8:29:59&lt;BR /&gt;14-06-2011 9:19:59&lt;BR /&gt;15-06-2011 10:09:59&lt;BR /&gt;16-06-2011 10:02:59&lt;BR /&gt;16-06-2011 10:09:59 ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 15:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291186#M108091</guid>
      <dc:creator />
      <dc:date>2011-06-27T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291187#M108092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;When use the sintaxe CONCATENATE all tables need to have equals fields&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the tables have equals fields, then there is an implicit CONCATENATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the usage of "CONCATENATE" &lt;STRONG&gt;forces &lt;/STRONG&gt;the tables to be concatened, &lt;STRONG&gt;even if they don't have the same fields&lt;/STRONG&gt;. The resulting table will contains all the fields of the 2 source tables.&lt;/P&gt;&lt;P&gt;The lines where there is no value for a field will have a "NULL" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following tables, if you use a "concatenate" between "Table A" and "Table B", you will have the following resulting table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-06-28_101308.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5479_2011-06-28_101308.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of Ravi, I agree with you that the "CONCATENATE" is not the right syntax to use. He wants to add fields on existing lines, not on new lines.&lt;/P&gt;&lt;P&gt;A "LEFT JOIN" would be more appropriate...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 08:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291187#M108092</guid>
      <dc:creator />
      <dc:date>2011-06-28T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Distinct data in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291188#M108093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I said thinking in the case of ravi, i don't understand very well what he want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct about the CONCATENATE sintaxe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When don't have equals fields the null values are inserted, so how i said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case i think that what ravi want are to add new lines in the table.&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, 28 Jun 2011 12:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-data-in-listbox/m-p/291188#M108093</guid>
      <dc:creator />
      <dc:date>2011-06-28T12:30:38Z</dc:date>
    </item>
  </channel>
</rss>

