For more information, please refer to this announcement explaining best practices for getting answers to questions.
Element entry audit report has been break down due to the column 'Run Result Value' in OTBI
Summary: We have a Element entry audit report in OTBI. Report has to pull the all records which is having amount more than 1000 in a single pay period. 'Payroll -Payroll Run Results Real Time' subject area has been used, we are trying to fetch the amount from 'Run Result Value' column, but this column is alphanumeric.
For achieving this condition (Run Result Value > 1000) , we are trying to convert Run Result Value to number as it's storing as string in subject area.
This subject area is having another column 'Amount' ,if we keep condition ,Amount is not null , Run Result Value gives numeric value with string data type, now if we try to convert this string in to number for putting the condition (Run Result Value > 1000) , result is throwing the error. Please find the attached sheet where I have captured whatever solution I have tried.