This is more like a technical question. I was trying to migrate one OTBI report to OAC and one of the condition I was trying to create is
when cdl.reversed_flag is not null or cdl.line_num_reversed is not null then 'Y' else 'N' end cdl_net_zero (Currently used condition in OTBI report).
I can find the corresponding column for cdl.line_num_reversed in OAC which is "PPM - Project Costs"."Cost Distributions"."Reversed Line Number" , but not cdl.reversed_flag.
Is this possible to help me with the logic I can use to write this?