We are trying to put the condition on 'Run Result Value' from the subject area 'Payroll -Payroll Run Results Real Time' in OTBI report.
Condition is that Run Result Value > 1000 , for achieving this condition we are trying to convert Run Result Value to number as it's storing as string in subject area. Tried to_number ,double function but it's not working.
WE have tried (CAST("Payroll Run Results"."Run Result Value" as DOUBLE)) ,it's not working