<?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: Set analysis - field &amp;gt; a date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734880#M263097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another difference is here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimestampFormat='YYYY-MM-DD hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;please look at my code I comment standard version and put my version &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 17:25:05 GMT</pubDate>
    <dc:creator>annafuksa1</dc:creator>
    <dc:date>2014-07-23T17:25:05Z</dc:date>
    <item>
      <title>Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734861#M263078</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;I am having an issue with the following expression hopefully someone can help shed a little light on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;[CALL URGENCY]={'Critical'}, [CALL STATE]={'Open'}, [ACTUAL_LOG_DATE]={"&amp;lt;$(vCriticalTime)"}&amp;gt;} [CALL_NUMBER])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with:&amp;nbsp; &lt;STRONG&gt;[ACTUAL_LOG_DATE]={"&amp;lt;$(vCriticalTime"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain what's going on a little better:&lt;/P&gt;&lt;P&gt;vCriticalTime = Timestamp(now()-0.1667, 'YYYY-MM-DD hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie vCriticalTime = '2014-07-23 10:46:37 '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count always comes out as 0 which is wrong.&lt;/P&gt;&lt;P&gt;Can anyone see where I'm going wrong when trying to determine if my vCriticalTime is less than the [ACTUAL_LOG_DATE]?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update fixed the missing ) , still having same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734861#M263078</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734862#M263079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Looks like you might have forgot a closing parenthesis:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[ACTUAL_LOG_DATE]={"&amp;lt;$(vCriticalTime)"}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734862#M263079</guid>
      <dc:creator />
      <dc:date>2014-07-23T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734863#M263080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try this &lt;/P&gt;&lt;P&gt;you didnot closed the variable bracket try below one&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({1&amp;lt;[CALL URGENCY]={'Critical'}, [CALL STATE]={'Open'}, [ACTUAL_LOG_DATE]={"&amp;gt;$(vCriticalTime)"}&amp;gt;} [CALL_NUMBER])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734863#M263080</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-07-23T13:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734864#M263081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I noticed that after I pasted it up, still doesn't fix it. The count is coming back as 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734864#M263081</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734865#M263082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you need to make sure &lt;/P&gt;&lt;P&gt;that both vCriticalTime and Actual_Log_Date have the same format &lt;/P&gt;&lt;P&gt;this is a reason why for those kind of formula i like to have my date fields as numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734865#M263082</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-07-23T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734866#M263083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734866#M263083</guid>
      <dc:creator />
      <dc:date>2014-07-23T14:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734867#M263084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few suggestions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Instead of the variable try hard-coding the value and see if the expression works fine&lt;/LI&gt;&lt;LI&gt;If it does, then next put the variable in a text box and see if you get the desired result&lt;/LI&gt;&lt;LI&gt;Probably while defining the variable in Settings &amp;gt; Variable overview you might have to use '=' then the expression&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Give it a whirl. If none of these work please attach a sample file for deeper investigation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734867#M263084</guid>
      <dc:creator />
      <dc:date>2014-07-23T14:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734868#M263085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Liron, I checked, they do have the same format here are examples of different values for them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual log date = 2014-07-22 10:40:23.000&lt;/P&gt;&lt;P&gt;Critical Time = 2014-07-23 11:08:47&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734868#M263085</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734869#M263086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your App ? it will be faster &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734869#M263086</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2014-07-23T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734870#M263087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I can't post a version of the app. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734870#M263087</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734871#M263088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are worry about data ? just leave in app like 10 records of data and one graph that you want to work&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not know how :&lt;/P&gt;&lt;P&gt;you need to click at: 'Use advanced editor' and there you can find option 'Attach' &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734871#M263088</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2014-07-23T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734872#M263089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to show records that have a &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[ACTUAL_LOG_DATE]&lt;/SPAN&gt; past the current time, is it possible that you don't have such records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734872#M263089</guid>
      <dc:creator />
      <dc:date>2014-07-23T14:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734873#M263090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ACTUAL LOG DATE]={"&amp;lt;$(=vCriticalTime)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the extra Equals sign&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734873#M263090</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-07-23T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734874#M263091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The records are there I have checked in the DB, at the minute there are 7 records.&lt;/P&gt;&lt;P&gt;The critical time is current time - 4 hours.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734874#M263091</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734875#M263092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, I tried it no joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734875#M263092</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734876#M263093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see my file. I have use Qlikview example data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; and its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734876#M263093</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2014-07-23T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734877#M263094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for taking the time to do that Anna.&lt;/P&gt;&lt;P&gt;The difference between yours and mine seems to be the format of the date.&lt;/P&gt;&lt;P&gt;Your vCriticalTime = Timestamp#(now()-0.1667)&lt;/P&gt;&lt;P&gt;Mine vCriticalTime = Timestamp(now()-0.1667, 'YYYY-MM-DD hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I should convert both Actual Log Date and Critical Time to be numerical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734877#M263094</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T15:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734878#M263095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be that yours is being evaluated as a string rather&amp;nbsp; than a timestamp. That's the fundamental difference between the timestamp and timestamp# functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734878#M263095</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-07-23T15:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734879#M263096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so I have tried converting to numerical for ACTUAL_LOG_DATE when loading it to the table:&lt;/P&gt;&lt;P&gt;Num(Date#(ACTUAL_LOG_DATE, 'YYYY-MM-DD hh:mm:ss')) AS ACTUAL_LOG_DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also converted my vCriticalTime to be numerical like so:&lt;/P&gt;&lt;P&gt;=Timestamp#(now()-0.1667, 'YYYY-MM-DD hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's still not taking into consideration this part:&lt;/P&gt;&lt;P&gt;[ACTUAL_LOG_DATE]={"&amp;lt;$(vCriticalTime)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the same result with:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;[CALL URGENCY]={'Critical'}, [CALL STATE]={'Open'}, [ACTUAL_LOG_DATE]={"&amp;lt;$(vCriticalTime)"}&amp;gt;} [CALL_NUMBER])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;[CALL URGENCY]={'Critical'}, [CALL STATE]={'Open'}&amp;gt;} [CALL_NUMBER])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which isn't correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 16:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734879#M263096</guid>
      <dc:creator>william_allen</dc:creator>
      <dc:date>2014-07-23T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - field &gt; a date format</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734880#M263097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another difference is here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimestampFormat='YYYY-MM-DD hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;please look at my code I comment standard version and put my version &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 17:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-field-gt-a-date-format/m-p/734880#M263097</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2014-07-23T17:25:05Z</dc:date>
    </item>
  </channel>
</rss>

