Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am loading date from QVD which is holding a single value . Below is the script that i am using
abc :
LOAD MaxUpdatedDate
FROM
(qvd);
let p=FieldValue('MaxUpdatedDate',1); // It is coming fine
LET vMyVariable = TIMESTAMP(FieldValue('MaxUpdatedDate',1),'DD-MMM-YYYY hh:mm:ss.fff'); // having issue with this
I am not able to see vMyVariable on screen . Please help me
you're welcome, don't forget to close the thread