Is the function for getting system date for BRIO operating within
Redbrick DB is:
getDate();
and for Oracle is:
SysDate();
I am trying to run a report (operating in Redbrick DB) which
captures PAST THREE MONTHS. This report has to run EVERY WEEK.
So my logic is to find out TODAY's DATE and MINUS 3 months.
Also, what is the syntax or formula to MINUS 3 months???
sysDate() - 90 ?
please assist.
Thanks.
Anton