<?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 Question on date formatting in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214562#M68105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you used date#() correctly?&lt;/P&gt;&lt;P&gt;It needs the format the date from the Firebird db is in to create a QV date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried exporting the data as a flat-file first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 21:10:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-15T21:10:32Z</dc:date>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214561#M68104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I do hope someone can help me with importing dates to Qlikview. I am using a Firebird db as source and importing budget data per store, per day into QV. The data seems to exist, but not displayed correctly.&lt;/P&gt;&lt;P&gt;As is showed in the screenshot, I can actually click and select a date and QV recognises it, but the I cannot see any dates&lt;/P&gt;&lt;P&gt;I tried unsuccessfully to format the date with Date( ), Date#( ), Day( ) etc, no luck.&lt;/P&gt;&lt;P&gt;Any help please?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-855_sourceID:855" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 19:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214561#M68104</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T19:09:33Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214562#M68105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you used date#() correctly?&lt;/P&gt;&lt;P&gt;It needs the format the date from the Firebird db is in to create a QV date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried exporting the data as a flat-file first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214562#M68105</guid>
      <dc:creator />
      <dc:date>2010-01-15T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214563#M68106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, are you sure if that is not a problem with the odbc driver? i'm saying this because some reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When you apply the functions date#() the value in the selector is null, but you are showing some values&lt;/LI&gt;&lt;LI&gt;The value (i mean the squares) is left aligned, when a date is valid this is right aligned (internally a number), unless you forced the alignment&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;my suggestions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have you tried read the data from another software? maybe is a problem with the driver or a configuration&lt;/LI&gt;&lt;LI&gt;can you show us the real value of the field? i mean, don't apply any functions. so we can check the format and help you with the functions or date#() format&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;my experience with AS/400&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The flag "Convert binary data to text" must be checked&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;rgds and good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214563#M68106</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-15T21:18:46Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214564#M68107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hector/Mark, thanks for the replies.&lt;/P&gt;&lt;P&gt;I used a sample flat file from the tutorials to test date imports - this works fine and I get Julian and mm/dd/yyyy dates in, and can format it.&lt;/P&gt;&lt;P&gt;Also exported the table to csv files from the original app - the date format in this file is dd/mm/yyyy. I could not see any manupulation actions to get the data to CSV, so I assume this is the format, and then the code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT "NB_STORE_ID",&lt;BR /&gt; //"NB_DATE",&lt;BR /&gt; Date#("NB_DATE" , 'dd/mm/yyyy' ) as "budate",&lt;BR /&gt; "NB_VALUE",&lt;BR /&gt; "NB_TARGET"&lt;BR /&gt;FROM "NK_BUDGETS";&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The commented part gives the results shown in my screenshot, the next line is my attempt at manipulating it - this gives an error though. Not changing the name does not help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214564#M68107</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T21:32:22Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214565#M68108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date#() is a QlikView function, so needs to be done outside of the SQL (which is just being passed to your DBMS, which has no idea what to do with it). In other words:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD *&lt;BR /&gt;,date#(NB_DATE,'DD/MM/YYYY') as budate&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt; "NB_STORE_ID"&lt;BR /&gt;,"NB_DATE"&lt;BR /&gt;,"NB_VALUE"&lt;BR /&gt;,"NB_TARGET"&lt;BR /&gt;FROM "NK_BUDGETS"&lt;BR /&gt;;&lt;BR /&gt;DROP FIELD NB_DATE&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;I don't guarantee that's the actual script you'll need, but it at least has the date#() in the right place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214565#M68108</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-15T21:38:53Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214566#M68109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John, at least I do not get errors anymore.Your code gives me the original result, so I will now try different date formats. Is there a way to specify Julian dates as the source for QV? (numeric dates e.g. 34566)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214566#M68109</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T21:49:16Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214567#M68110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, the dates show the same "squares" in the import wizard as well - when you preview the table in "Create Select statement" dialog. '&lt;/P&gt;&lt;P&gt;Driver issue then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214567#M68110</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T21:55:11Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214568#M68111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView doesn't have formatting codes for Julian dates, but you can still work it out with a more complicated expression. However, different people mean different things by Julian dates. What date is 34566? How is it read?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 21:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214568#M68111</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-15T21:55:29Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214569#M68112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand it to be a numeric representation of the date, x days from 1 Jan 1900 (I think). The same format as in the help file, when you search for date, the date&lt;/P&gt;&lt;P&gt;1997-08-06 is represented by 35648.&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 22:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214569#M68112</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T22:08:29Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214570#M68113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, if you have dates somewhere that are already in the QlikView numeric format, you don't need date#() at all. You just need to tell QlikView to interpret that number as a date, which should be date(YourInputDate) as YourDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 22:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214570#M68113</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-15T22:18:15Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214571#M68114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't have any dates in this app that works at the moment unfortunately. Tried other tables, with the same result.&lt;/P&gt;&lt;P&gt;Is there a way that I can import the information to see what it is? I tried now to convert this value to text, and num, using the load... format you gave, but get the same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 22:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214571#M68114</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-15T22:25:07Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214572#M68115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you DON'T have any dates in that format? And you apparently DON'T have any dates in the MM/DD/YYYY format? OK, I think I see where I got lost, then, which is that you only saw those two formats when reading in a sample flat file from the tutorials. These are NOT the date formats in your actual Firebird Database source? And one problem is that you don't KNOW what the format in your Firebird Database source is? So you would like to import the information to see what it looks like?&lt;/P&gt;&lt;P&gt;Well, if it's showing squares in the import wizard, I'm not sure there's any way to import it into QlikView to have a look, though I could be wrong. What I would suggest is looking to see how the field is defined in the Firebird Database. Is it a text field? An SQL date? A numeric field? If a numeric field, is it a simple integer? Floating point? Binary? Basically, you can't read it in until you know what it is. Mind you, I think we can be fairly confident that it isn't a text field or an integer, or we probably wouldn't be seeing boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 23:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214572#M68115</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-15T23:08:05Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214573#M68116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;When extracting data from the db I get the result, in a csv file, in DD/MM/YYYY format. Correct, I do not know what format is is stored in, getting the format shown here out on extracts lead me to believe that is the stored format.&lt;/P&gt;&lt;P&gt;Qlikview seems to "understand" it though - I can select and work with the dates in blocks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2010 18:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214573#M68116</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-17T18:17:03Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214574#M68117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to identify the dataformat in the preview-function of the filewizard?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2010 20:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214574#M68117</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-01-17T20:11:53Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214575#M68118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;Yes I checked the format in the preview, and get the same squares as in the screenshots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214575#M68118</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-18T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214576#M68119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about changing the ODBC-driver to a newer/older version?&lt;BR /&gt;On a quick check noticed on the Firebird-site that there might be some issues with certain data-types.&lt;BR /&gt;What about linking same tables into other databases (e.g. MS-Access)?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214576#M68119</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-01-18T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214577#M68120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you extract from the Firebird DB to a CSV file. In the CSV file, the date format is DD/MM/YYYY. You then load from the CSV file into a QlikView table. On that load, you would specify the input format in a date#() function, and possibly the output format in a date() function. For instance, if you wanted to convert from DD/MM/YYYY to MM/DD/YY, it would look like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date(date#(NB_DATE,'DD/MM/YYYY'),'MM/DD/YY') as NB_DATE,&lt;/P&gt;&lt;P&gt;That is then a QlikView date with a default format of MM/DD/YY. Then my understanding is that you store this as a QVD. The QVD will store it as a QlikView date with that default format. When you load it into your application from the QVD, it should be as simple as:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;NB_DATE,&lt;/P&gt;&lt;P&gt;It's already in the right storage and display format, so you only have to tell QlikView to load it.&lt;/P&gt;&lt;P&gt;I gather that things are going horribly wrong somewhere in this process, but I'm honestly not clear where and how, and am kind of out of ideas as far as debugging it through a forum goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 19:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214577#M68120</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-01-18T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214578#M68121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the Same driver to import into excel and see what you get.&lt;/P&gt;&lt;P&gt;Also check the CodePage(s) being used if your moving the data across timezones or different Harware/OS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 20:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214578#M68121</guid>
      <dc:creator />
      <dc:date>2010-01-18T20:04:44Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214579#M68122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks again for the input.&lt;/P&gt;&lt;P&gt;John, I connect directly to the firebird db to import data, trying to keep as close to the source as possible. Doing some searches, it looks like the fb normally uses one of 3 formats - DD.MM.YYYY, MM/DD/YYYY&lt;BR /&gt;YYYY-MM-DD. None of these worked&lt;/P&gt;&lt;P&gt;Then imported the data with the same odbc driver to Access - thanks ColinR - the format for the same NB_DATE I get here, is M/D/YYYY&lt;/P&gt;&lt;P&gt;Tried all the formats explained above, and still get the "blocks". I am totally confused.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 22:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214579#M68122</guid>
      <dc:creator>burgersurfer</dc:creator>
      <dc:date>2010-01-18T22:13:14Z</dc:date>
    </item>
    <item>
      <title>Question on date formatting in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214580#M68123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;M/D/YYYY is not a standard format i would expect Access to use by default so it is being told either by OS regional setting or the driver itself to override default behaviour, but now it is in access you can at least run some functions on it in access using access queries, try Len(),isdate(),isnum() Str() ltrim() trim() datepart() etc. and a export from access to csv with a file compare on the result using windiff to the original export file&lt;/P&gt;&lt;P&gt;find a record with todays date and check that the num() function returns the same value for num(Date()) as num(yourfield). just because it displays a formatted date doesnt mean its the correct one.&lt;/P&gt;&lt;P&gt;There has to be a reason QV cant display it (the significance of the box is invalid character) we are all expecting a number made up of 0-9 but perhaps its got Tabs or other delimiters in there .&lt;/P&gt;&lt;P&gt;change your regional Date settings, Check any regional settings in the Driver config (odbc options) and ensure the shortdate and timestamp settings are set the same way across all of them.&lt;/P&gt;&lt;P&gt;Another option may be to turn on odbc trace options if its set up as an ODBC DSN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 22:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-date-formatting-in-QV/m-p/214580#M68123</guid>
      <dc:creator />
      <dc:date>2010-01-18T22:41:27Z</dc:date>
    </item>
  </channel>
</rss>

