Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My dates come into qlikview as 06/09/2011 but the data in the CSV is 6/9/2011. I want my dates to use the CSV format of 6/9/2011. I used
M/D/YYY in my date#() function and still the leading zero shows up in qlikview.
Try Date() instead of Date#()
Hi debbiepy ,
Try like this..
Date(DateFieldName,'M/D/YYYY')