Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
please for a little help.
I am taking data from sql database (from a view) and i need to write trunc(sysdate)-90. Qlik Sense doesn't understand this format for a date.
How will I change it?
Thanks
Jasmina
You can use Date#(sysdate,'YourDateFormat')
can you post your script where you are trying this ?
trunc(sysdate)-90
Select statement of your SQL or Load statement?