<?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: Date Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517109#M749975</link>
    <description>&lt;P&gt;So it's proper date values. And if you just want the date part (without time portion), you could load it like:&lt;BR /&gt;Load&lt;/P&gt;&lt;PRE&gt;Date(Floor(LOAD_DATE), 'M/D/YYYY')) as [R_Load Date]&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Dec 2018 05:52:12 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-12-06T05:52:12Z</dc:date>
    <item>
      <title>Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517088#M749969</link>
      <description>&lt;P&gt;Hi Expertise please find the attachment of the QVW file ..&lt;/P&gt;&lt;P&gt;I have added a filter which has R_Load Date field .&lt;/P&gt;&lt;P&gt;If i try to sort it by descending it is not considering&lt;BR /&gt;and also i have tried to set the max date, by using the below expression with the text object&lt;/P&gt;&lt;P&gt;=Date(Max({1}[R_Load Date]),'M/D/YYYY')&lt;/P&gt;&lt;P&gt;=Date(Max(All [R_Load Date]),'M/D/YYYY')&lt;/P&gt;&lt;P&gt;But nothing is working&lt;/P&gt;&lt;P&gt;Need help on this&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517088#M749969</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517090#M749971</link>
      <description>&lt;P&gt;Your date field has text values, you need to convert it to date values using date#(). To resolve the problems at the source reload the date field like:&lt;/P&gt;&lt;PRE&gt;Date(Date#([R_Load Date], 'MM-DD-YYYY'), 'M/D/YYYY') as [R_Load Date]&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517090#M749971</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-06T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517095#M749972</link>
      <description>&lt;P&gt;Hi MVP&lt;/P&gt;&lt;P&gt;I made the suggested changes at the script and reloaded the application.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Date(Date#([R_Load Date], 'MM-DD-YYYY'), 'M/D/YYYY') as [R_Load Date]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after reloading i dont see any value in it ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517095#M749972</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T05:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517101#M749973</link>
      <description>That means, date values in your source is not in 'MM-DD-YYYY' format. What is your source? How doe date values look like there? Replace the date#() format with that one.</description>
      <pubDate>Thu, 06 Dec 2018 05:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517101#M749973</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-06T05:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517103#M749974</link>
      <description>&lt;P&gt;Hi MVM&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actaully the date at the DB itself is as shown in the below format .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date from source" style="width: 191px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1677iBA113B400B8A6173/image-size/large?v=v2&amp;amp;px=999" role="button" title="dateformatscreen.PNG" alt="date from source" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;date from source&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and i have converted it to " date#(date(R_LOAD_DATE),'MM/DD/YYYY') as [R_Load Date]"&lt;/P&gt;&lt;P&gt;How do i deal with this ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517103#M749974</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T05:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517109#M749975</link>
      <description>&lt;P&gt;So it's proper date values. And if you just want the date part (without time portion), you could load it like:&lt;BR /&gt;Load&lt;/P&gt;&lt;PRE&gt;Date(Floor(LOAD_DATE), 'M/D/YYYY')) as [R_Load Date]&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517109#M749975</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-06T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517117#M749977</link>
      <description>&lt;P&gt;Hi MVP ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks the date format conversion worked , but now i am not able to set the max date &amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have added a text object and it is not considering the max date ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attachment of the QVW file .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517117#M749977</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517122#M749979</link>
      <description>Try =Date(Max(Reload))in text box</description>
      <pubDate>Thu, 06 Dec 2018 06:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517122#M749979</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-12-06T06:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517124#M749981</link>
      <description>&lt;P&gt;I want to set this in actions .&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i land from another &amp;nbsp;sheet then the date should set to &amp;nbsp;max of reload date .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517124#M749981</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T06:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517129#M749982</link>
      <description>&lt;P&gt;I have attached the file please check&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517129#M749982</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-12-06T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517132#M749983</link>
      <description>&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to display the max date within the filter &amp;nbsp;not in a text object ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore i am using to write an expression within the trigger ( Action) so that when i click on the text object then the max reload date should get selected with the filter of converted date .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517132#M749983</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T06:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517141#M749984</link>
      <description>&lt;P&gt;Hi Vipin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to set the max reload date within the Filter therefore i am trying to write the expression within the trigger of the text object so that when i click on it it should select the max reload date with the filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517141#M749984</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517144#M749985</link>
      <description>Sorry i am not get your point please correct me when you have select your max reload date in filter then why you need to pass this date on trigger .&lt;BR /&gt;Can you please elaborate this so that i can understand properly.</description>
      <pubDate>Thu, 06 Dec 2018 07:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517144#M749985</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-12-06T07:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517145#M749986</link>
      <description>&lt;P&gt;Please check this is your requirement&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517145#M749986</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-12-06T07:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517146#M749987</link>
      <description>&lt;P&gt;Actually in an dashboard i will be displaying the reload date filter , where users can select &amp;nbsp;different dates from the filter ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the data will be &amp;nbsp;displayed accordingly .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a clear button displayed which is written within a text object when user click on the clear button the reload date to set to max value .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i hope you are clear now&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 07:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517146#M749987</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517179#M749988</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;at first click it will set the values default to max of relaod ,&lt;BR /&gt;but when i select the other dates and click on the text object it will not set max reload again ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 08:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517179#M749988</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-06T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517195#M749989</link>
      <description>&lt;P&gt;Can you try this&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 09:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Problem/m-p/1517195#M749989</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-12-06T09:02:12Z</dc:date>
    </item>
  </channel>
</rss>

