I have two fields in a Universe.I need to show the value of these value field as a Debit or credit.
These are running against oracle databases
My field indicator is either DR or CR.
I would imagine the select statment in the universe to be
SUM(amount) * -1 where DRCR indicator like 'CR' else SUMAmount).
Can anyone advise please
These are running against oracle databases
My field indicator is either DR or CR.
I would imagine the select statment in the universe to be
SUM(amount) * -1 where DRCR indicator like 'CR' else SUMAmount).
Can anyone advise please