
Not applicable
2013-02-01
04:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct date format in XML file
I have some XML files that I am loading into Qlikview. Here's a fragment from a node:
<Exclusion><StartDate>17/01/2003 00:00:00</StartDate><EndDate>24/01/2003 00:00:00</EndDate></Exclusion>
I've loaded them in but it looks like Qlikview is treating the date as a number rather than a proper date / time value - how should I format the XML so that Qlikview loads it properly?
- Tags:
- new_to_qlikview
- xml
1,462 Views
4 Replies


Partner - Champion III
2013-02-01
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried to format date after loading with date(xxxxxxx,"dd/MM/yyyy")
738 Views

Not applicable
2013-02-01
04:34 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do I need to do that in the loadscript, or in the QV designer?
738 Views


Partner - Champion III
2013-02-01
05:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the loading
738 Views

Not applicable
2013-02-01
08:06 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
U can use this date(xxxxxxx,"dd/MM/yyyy") in both.
If u use this in QV designer, it creates performance issue.
If U use this in Load script , it increase the performance.
Regards,
KabilanK.
738 Views
