<?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 Variable not saving in override format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648206#M730934</link>
    <description>&lt;P&gt;Josh, best thing would be to attach the QVW or a sample that shows the issue, so folks can dig into at this point, not sure if anyone else will have anything without that.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 22:53:59 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-11-18T22:53:59Z</dc:date>
    <item>
      <title>Date Variable not saving in override format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1646087#M730930</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Date field in my load script coming in as:&lt;BR /&gt;&lt;BR /&gt;Timestamp(left(resolutiondate, 10) &amp;amp; ' ' &amp;amp; mid(resolutiondate, 12, 7), 'MM-DD-yyyy') as [Resolved Simplified],&lt;BR /&gt;&lt;BR /&gt;and I am trying to use a Calendar&amp;nbsp; button object to set start and end dates for the column using variables.&lt;BR /&gt;&lt;BR /&gt;I have a variable "vResolvedStart" that has a&lt;/P&gt;&lt;P&gt;min: =Min({1} [Resolved Simplified])&lt;BR /&gt;max: =Max({1} [Resolved Simplified])&lt;BR /&gt;&lt;BR /&gt;with a number&amp;nbsp; tab settings including "override document settings" and the format set to Date and format pattern "M-D-YYYY"&lt;BR /&gt;&lt;BR /&gt;The issue is when I check in the Variable overview I see the definition as a number. "43770.42224537"&lt;BR /&gt;&lt;BR /&gt;Am I overlooking something?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1646087#M730930</guid>
      <dc:creator>JustJoshin</dc:creator>
      <dc:date>2024-11-16T19:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Variable not saving in override format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1646132#M730931</link>
      <description>&lt;P&gt;In Qlik the number that you see is a date but you need to format it using date function&lt;/P&gt;&lt;P&gt;Date(YourDateField,'MM-DD-YYYY')&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 04:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1646132#M730931</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2019-11-13T04:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Variable not saving in override format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648063#M730932</link>
      <description>&lt;P&gt;Josh, did Yousef's suggestion get things working as you wanted?&amp;nbsp; He is correct by the way, you need to encapsulate the expression with the date function he mentioned to see the actual date in the variable, otherwise it is likely going to be shown as you are seeing it.&amp;nbsp; If Yousef's comment worked, please be sure to use the Accept as Solution button on his post to give him credit for the help and let other Community Members know it worked too.&amp;nbsp; If you are still working on things, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 15:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648063#M730932</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-18T15:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date Variable not saving in override format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648167#M730933</link>
      <description>&lt;P&gt;Would this need to be set? The Load statement? Does this need to be set elsewhere for the variable. For comparison I have a similarly setup up calendar button to variable that does not seem to be having this issue (This is a legacy QVW I am overhauling so I did not create it originally nor is that person available).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The working variables&lt;BR /&gt;&lt;BR /&gt;LOAD Snippet&lt;BR /&gt;Timestamp(left(created_u1, 10) &amp;amp; ' ' &amp;amp; mid(created_u1, 12, 7), 'MM-DD-yyyy') as [Created Simplified],&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have a variable "vStartDate" that has a&lt;/P&gt;&lt;P&gt;min: =Min({1} [Created Simplified])&lt;BR /&gt;max: =Max({1} [Created Simplified])&lt;BR /&gt;&lt;BR /&gt;with a number tab settings including "override document settings" and the format set to Date and format pattern "MM-DD-yyyy".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 19:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648167#M730933</guid>
      <dc:creator>JustJoshin</dc:creator>
      <dc:date>2019-11-18T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date Variable not saving in override format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648206#M730934</link>
      <description>&lt;P&gt;Josh, best thing would be to attach the QVW or a sample that shows the issue, so folks can dig into at this point, not sure if anyone else will have anything without that.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 22:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Variable-not-saving-in-override-format/m-p/1648206#M730934</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-18T22:53:59Z</dc:date>
    </item>
  </channel>
</rss>

