How to use NVL in Custom Measures
Hi
Client wants to create a custom measure showing the budget available, which is CurBudgetRawCost - RawCost - TotalCommittedCost. If all those 3 columns have a value, the calculation is correct, but if there is no budget or no actual cost, the budget available remains blank. The calculation does not appear on the page.
I tried to populate the column using NVL, e.g. NVL(CurBudgetRawCost,0) in case there is no budget. However I am not able to save the custom measure as NVL is not a DB name.The custom measure is a computed measure.
Has anybody come across this issue, and has a solution?