Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have date fieldname having datetime datatype but when I load qvd data is dilsplaing with decimals not in date format.
how i load this data.Administrator
Hi
Have you loaded the data as below;
timestamp( A,'YYYY-MM-DD hh.mm')
Where A is your data field.
Regards
Steve
Hi
Have you loaded the data as below;
timestamp( A,'YYYY-MM-DD hh.mm')
Where A is your data field.
Regards
Steve
Hi Pankaj.
use Date#() and Date() function in in load script to format the date accordingly.
read in help file about these functions.