Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I would like to ask for your help with these timestamps:
As you can see when I convert to timestamp MaxLoadTime I get wrong output.
I attached the raw and converted data in the table.
Can someone tell me what did I do wrong?
Thanks
The date portion of your format mask should be upper case: DD.MM.YYYY. "mm" is minutes.
-Rob
when you use max() or min() then qlik convert date into number format.
You have to use timestamp() before max() or min(). like
timestamp(max(datefieldName))
Regards,
Prashant Sangle
I understand that, but as you can see in the red square
The date portion of your format mask should be upper case: DD.MM.YYYY. "mm" is minutes.
-Rob