Dear Experts,
I am currently working with a Custom CDS APP where I am consuming the view I_MfgOrderWithStatus. As per the requirements, I need to create a new field in the Custom CDS View using the following formula:
NewField = ((I_MfgOrderWithStatus.ActualDeliveredQuantity / I_MfgOrderWithStatus.MfgOrderPlannedTotalQty) * 100) - 100
Unfortunately, I encountered an error while trying to implement this calculation:
"Amounts and quantities are not allowed in expression - SD_EXPRESSION/095"
Is there anyway to achieve the result?
Thank you in advance!