<?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: Format date problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375083#M139700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone can help me with this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 13:52:40 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2012-07-31T13:52:40Z</dc:date>
    <item>
      <title>Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375077#M139694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've tried to calc into my formula a date variable. but nothing happened&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all this options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Let vDate = num(makedate(DD/MM/YYYY));&lt;/P&gt;&lt;P&gt;//Set vDate = Date(DD/MM/YYYY);&lt;/P&gt;&lt;P&gt;//Set vDate =$(vDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Set vDate =num(date('$(vDate)'));&lt;/P&gt;&lt;P&gt;//Set vDate = Date(DD/MM/YYYY);&lt;/P&gt;&lt;P&gt;//LET vDate = Num(MonthEnd(today()));&lt;/P&gt;&lt;P&gt;//LET vDate = date#(dd-mm-yyyy);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Final result always is a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to rest (vdate-Date) &lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 19:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375077#M139694</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-30T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375078#M139695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this to but nothing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate = date(date#(dd/mm/yyyy)); &lt;/P&gt;&lt;P&gt;if(sum(date(Date#('$(vDate)'))-TD_Mora)= date(Date#('$(vDate)')), Dual('Al Día',1),&lt;/P&gt;&lt;P&gt;if(sum(date(Date#('$(vDate)'))-TD_Mora)&amp;gt;=1&amp;nbsp;&amp;nbsp; And sum(date(Date#('$(vDate)'))-TD_Mora)&amp;lt;=30,&amp;nbsp; Dual('1-30&amp;nbsp; Días',2))) as EST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Variable panel appears 10/05/2012. Thats ok But in my Dimension EST appears -&lt;/P&gt;&lt;P&gt;With the total Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 19:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375078#M139695</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-30T19:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375079#M139696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help. ah! This formula works as Dimmension Calculated but not in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 21:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375079#M139696</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-30T21:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375080#M139697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;LET vDate = date(date#(dd/mm/yyyy));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not a valid syntax. dd/mm/yyyy looks like a format code, but you should put the code in single quotes and use it as second (optional) argument. First mandatory argument (which I can't see here), should be the date string you want to interpret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe more important than the syntax: What date do you want to assign vDate to? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 22:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375080#M139697</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-30T22:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375081#M139698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable should be stay like DD/MM/YYYY.&lt;/P&gt;&lt;P&gt;I put my code for better comprenhension. The idea is gets the calc in the script and not the Dimmension Calculated. QlikView its getting too slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 22:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375081#M139698</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-30T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375082#M139699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375082#M139699</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-31T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375083#M139700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone can help me with this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375083#M139700</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-07-31T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Format date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375084#M139701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to compare with today's date?If so then&amp;nbsp; it should be&lt;/P&gt;&lt;P&gt;LET vDate = date(Today(),'DD/MM/YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-problem/m-p/375084#M139701</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-31T14:15:35Z</dc:date>
    </item>
  </channel>
</rss>

