Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using CSV File on Qliksense and would like to add 3 days to the date field due to which i am first converting the date to num using the below code, but it results in blank values though order date has valid values, can someone help me on this issue
Num(Date("Order Date", 'DDMMYYYY')) AS NumericDate,
i did
try to convert the date to the date num and add the date that you want and if the data has a time stamp try to use the floor function then add the date you need then convert it to the date format
i used num#("Order Date") as num,
it gives me same value as OrderDate,
as i am using Qliksense i cannot change the format in front end on list box as in qlikview to check it actual format
its giving me blank values
can you share a sample