TIMESTAMPDIFF function in OBIEE Answers
sivausinJun 15 2010 — edited Jun 15 2010Hi experts,
I have a Answers report, where I have included a column and changing the fx formula to find out the time diff ..
TIMESTAMPDIFF(SQL_TSI_DAY, "Bank Transactions - Payor Aging".AccountingDate, "Bank Transactions - Payor Aging".AccountingDate)
here I want the second "Bank Transactions - Payor Aging".AccountingDate to be replaces with any date like as below
TIMESTAMPDIFF(SQL_TSI_DAY, "Bank Transactions - Payor Aging".AccountingDate, '06/02/2010') for June-02-2010.
But, the above date format is working... can any suggest what format I have give here to work.
Thanks in Advance
S