<?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: How to remove duplicate dates in my calender? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893651#M1006060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide a screenshot? I am not sure: when you say 'object' are you talking about a straight (or pivot) table object on the dashboard? It depends what you got as dimension and expressions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 07:26:48 GMT</pubDate>
    <dc:creator>danieloberbilli</dc:creator>
    <dc:date>2015-05-20T07:26:48Z</dc:date>
    <item>
      <title>How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893648#M1006057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one field "Date". It has following dates in my field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;BR /&gt;4/5/2015&lt;BR /&gt;4/5/2015&lt;BR /&gt;6/12/2015&lt;BR /&gt;7/25/2015&lt;BR /&gt;1/22/2015&lt;BR /&gt;2/14/2015&lt;BR /&gt;6/12/2015&lt;BR /&gt;6/15/2015&lt;BR /&gt;9/15/2015&lt;BR /&gt;6/12/2015&lt;BR /&gt;7/25/2015&lt;BR /&gt;1/22/2015&lt;BR /&gt;2/14/2015&lt;BR /&gt;6/12/2015&lt;BR /&gt;6/15/2015&lt;BR /&gt;9/15/2015&lt;BR /&gt;2/17/2015&lt;BR /&gt;6/12/2014&lt;BR /&gt;7/11/2014&lt;BR /&gt;8/15/2014&lt;BR /&gt;5/18/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this date field in my calender object. Now i want to remove duplicate dates in my calender object. Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 06:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893648#M1006057</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T06:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893649#M1006058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Distinct ... should do the job.&lt;/P&gt;&lt;P&gt;I dont no how your data/calendar looks like - so just as an example to show a possible approach: you could load a new table with the distinct dates and join the calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DistinctDates:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;resident Calendar_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join LOAD * resident Calendar_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Calendar_tmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 06:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893649#M1006058</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-20T06:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893650#M1006059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply daniel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have "date" field in my table.. just i am using that field in my calender object. but when i am selecting date in calender it is not displaying the selected date in calender object due to duplicate dates (multiple same dates as mentioned above). so i am planning to remove duplicate dates in my calender object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please advice how to remove duplicate dates in my calender object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893650#M1006059</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T07:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893651#M1006060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide a screenshot? I am not sure: when you say 'object' are you talking about a straight (or pivot) table object on the dashboard? It depends what you got as dimension and expressions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893651#M1006060</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-20T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893652#M1006061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date 1.PNG" class="jive-image image-1" src="/legacyfs/online/86980_Date 1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date 2.PNG" class="jive-image image-1" src="/legacyfs/online/86984_Date 2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the two screenshots. when i select date (1/11/2012) if it is only one date then it is displaying in calender object. if selected date (3/17/2015) is multiple then it is not displaying in calender. So i want to remove the duplicate dates (i.e i want to make the 3/17/2015 as distinct). How can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took field (Created_date) from my db table in calender object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893652#M1006061</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T08:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893653#M1006064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont have dates - you have timestamps in your field. Try to transform your timestamps into dates in the script e.g. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(CREATED_DATE),'DD/MM/YYYY') as RealDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893653#M1006064</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-20T08:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893654#M1006065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use the below format for the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SET DateFormat='DD-MMM-YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Date:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;DATEFILED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;4/5/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;4/5/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/12/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;7/25/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;1/22/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;2/14/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/12/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/15/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;9/15/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/12/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;7/25/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;1/22/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;2/14/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/12/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/15/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;9/15/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;2/17/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;6/12/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;7/11/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;8/15/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;5/18/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86991_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893654#M1006065</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-20T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893655#M1006066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You rocks Daniel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its Working!! I am getting correct output now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for completing my post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893655#M1006066</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893656#M1006067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;durga g!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(YOUR DATE FIELD),'DD/MM/YYYY') as RealDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893656#M1006067</guid>
      <dc:creator />
      <dc:date>2015-05-20T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893657#M1006068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atlast,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to restrict my 20 years calender to only 3 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e my calender object is showing last 20 years, but i want to display only last three years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893657#M1006068</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893658#M1006069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this does not work in the calendar box object.&lt;/P&gt;&lt;P&gt;You could create another field like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RealDate&amp;gt;='01/01/2012', RealDate, Null()) as RealDateForCalendarObj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893658#M1006069</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-20T10:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove duplicate dates in my calender?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893659#M1006070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote this condition in calender expression. it is working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-duplicate-dates-in-my-calender/m-p/893659#M1006070</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-05-20T11:59:49Z</dc:date>
    </item>
  </channel>
</rss>

