Convert date (numeric value in milliseconds) to DD/MM/YYYY in QVD
Hi guys,
To speed up performance I'd like to move the date conversions from the QVW to the QVD's. Below the code done in the QVW script, which should be converted to work in the QVD.
[CODE]date#(date(num(rslt_CreationTime)-2415020,'DD/MM/YYYY'),'DD/MM/YYYY') as [Result Creation Time][/CODE]
Unfortunately, I can't get it working.
FYI: maybe it's interessinting to know that we are connecting on a Progress database.