<?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: Inconsistent results when the DateFormat variable set to null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944723#M325456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView struggled with the string-interpretation from those field-values and showed therefore some kind of placeholder but if you used num() or dual() qlikview will show the real values. I think it's quite similar to: &lt;A href="https://community.qlik.com/message/845508"&gt;Re: Problem with FieldValue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Sep 2015 14:45:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-09-27T14:45:56Z</dc:date>
    <item>
      <title>Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944721#M325454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While working on an earlier thread examining default field formats, something unexpected occurred and I thought I'd ask about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following script, just before a looped autogenerate, the initialization variable 'DateFormat' is set to null.&amp;nbsp; When I look at the output in various user-interface areas, the results appear somewhat inconsistent.&amp;nbsp; What I have questions about, or am not even really sure what to ask is, what is happening with the results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;EM&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;For&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;EM&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 10 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 20&lt;BR /&gt; [NULL_DATE_FORMAT]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() - &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;EM&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FIELD_TODAY&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1);&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;NEXT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100146_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Sep 2015 17:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944721#M325454</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-09-26T17:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944722#M325455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I think we are observing is indeed an inconsistent behaviour due to the fact that DateFormat is undefined and that QlikView is not handling a missing format appropriately and apparently handling it differently in different functions (which is quote common in software development &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; ).&lt;/P&gt;&lt;P&gt;You can call this a bug or defect in the software if you want and if you expect QlikView to handle a missing DateFormat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, any specific reasons you are nulling the DateFormat?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2015 11:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944722#M325455</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-27T11:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944723#M325456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView struggled with the string-interpretation from those field-values and showed therefore some kind of placeholder but if you used num() or dual() qlikview will show the real values. I think it's quite similar to: &lt;A href="https://community.qlik.com/message/845508"&gt;Re: Problem with FieldValue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2015 14:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944723#M325456</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-27T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944724#M325457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is definitely buggy behaviour. The value of FIELD_TODAY should not change when the sort order of F1 in the table box is changed. And it does here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2015 14:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944724#M325457</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-27T14:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944725#M325458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;swuehl wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Evan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just to clarify, any specific reasons you are nulling the DateFormat?&lt;/P&gt;






&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hello swuehl,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Yesterday there was discussion regarding assigning format types to columns, when concatenating multiple sources:&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/message/875475#875475"&gt;https://community.qlik.com/message/875475#875475&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;In demonstrating how the first format used within a concatenated field assigns it as the final format &lt;EM&gt;(and will override subsequent format requests),&lt;/EM&gt; I was testing a sequence like:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;EM&gt;&lt;STRONG&gt;DateFormat &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='M/D/YYYY';&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-size: 9.0pt; font-family: 'Courier New';"&gt;AS_OF_DATE&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1);&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;(),'MM-DD-YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-size: 9.0pt; font-family: 'Courier New';"&gt;AS_OF_DATE&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;(1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the next test, I wanted to see if clearing DateFormat would allow the field [AS_OF_DATE] to pick up the date format specified in the second load of this sequence.&amp;nbsp; It did not, and that’s when the behaviors were observed.&amp;nbsp; No apparent practical reasons for assigning DateFormat to null, but doing so does seem to have adverse effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;QlikView struggled with the string-interpretation from those field-values and showed therefore some kind of placeholder but if you used num() or dual() qlikview will show the real values. I think it's quite similar to: &lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="845508" data-objecttype="2" href="https://community.qlik.com/message/845508#845508"&gt;Re: Problem with FieldValue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;






&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;It does appear similar to Elena888’s ‘FieldValue()’ thread, in that functions which require either or both a textual and numeric component to complete a Dual() evaluation are looking for some way to return a result when not all necessary components are present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of ‘FieldValue()’, it appears the function says “I cannot fulfill the ‘Display’ side of my Dual() representation requirements, so here is a '?' to indicate there's a problem.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of&amp;nbsp; ‘null DateFormat’, the expression appears to resolve by reasoning "I don't have the ‘Display’ &amp;amp; ‘Numeric’ components needed, so let me reach out to other nearby elements to fill the gaps&lt;EM&gt;&amp;nbsp; (Even if that means reaching into an adjacent field or control)&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Gysbert wrote:&lt;BR /&gt;&lt;BR /&gt;This is definitely buggy behaviour. The value of FIELD_TODAY should not change when the sort order of F1 in the table box is changed. And it does here.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;Yes, thank you for pointing this out, I can confirm the same behavior.&amp;nbsp; Even when making selections in field F1, the Table Box rendering of the field [FIELD_TODAY] is behaving like a chart Last() function&lt;EM&gt;. (but inside a table box)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2015 16:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944725#M325458</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-09-27T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944726#M325459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gets funnier. The value of FIELD_TODAY in sheet objects changes when saving the document and different objects show different (corrupted) values. Did you report this issue in &lt;A href="https://community.qlik.com/group/1100"&gt;QlikBug&lt;/A&gt;‌ already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense also exhibits this bug. My guess is that some memory corruption is taking place. That in turn suggests at least the possibility of a vulnerability and that just might be exploitable. That's something that needs to be looked at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 06:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944726#M325459</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-28T06:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944727#M325460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Gysbert Wassenaar wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It gets funnier. The value of FIELD_TODAY in sheet objects changes when saving the document and different objects show different (corrupted) values. Did you report this issue in &lt;A _jive_internal="true" class="jivecontainerTT-hover-container jive-link-socialgroup-small" data-containerid="17" data-containertype="-2" data-objectid="1100" data-objecttype="700" href="https://community.qlik.com/groups/qlikbug"&gt;QlikBug&lt;/A&gt; already?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Qlik Sense also exhibits this bug. My guess is that some memory corruption is taking place. That in turn suggests at least the possibility of a vulnerability and that just might be exploitable. That's something that needs to be looked at.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put in a request to join QlikBug.&amp;nbsp; If that goes through, and there's a place to enter a new entry, I'll reference this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 13:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944727#M325460</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-09-28T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944728#M325461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logged @ QlikBug: &lt;A href="https://community.qlik.com/message/876430"&gt;Inconsistent results when the DateFormat variable set to null&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 00:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944728#M325461</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-09-29T00:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944729#M325462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However this is a bug or missing feature I suggest to run a consistent data format even if the sources have multiple formats. Since we do not have a client site localisation at all for formats (not to mention localized timezone values) you should decide which format to use. In multinational einvironments I would prefer ISO 8601.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 07:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944729#M325462</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2015-09-29T07:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent results when the DateFormat variable set to null</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944730#M325463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, the workaround is clear and easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this should be looked at imho. Suppose this is a bug and it is possible to create a document that exploits this in some way, be it denial of service or privilige escalation. Stranger things have happened. That's not the kind of document that should be uploaded in for example a Qlik Cloud installation. Better safe then sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 07:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistent-results-when-the-DateFormat-variable-set-to-null/m-p/944730#M325463</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-29T07:42:04Z</dc:date>
    </item>
  </channel>
</rss>

