I am new to Dynamic 365 CRM and am having issue with the formula in calculated fields. The calculated field is a sum of 5 currency fields and it shows up as NULL if any one of the currency field is NULL. From my research it looks like I have only 2 options
1) Create a workflow to update these fields to $0 on create/update entities.
Note: This may not be ideal for all situations to store $0 for NULLS in all the entities. Also we may need to update the existing records.
2) Create a calculated field for each of the NULL field to store $0 instead of NULL and use the new calculated fields in the formula instead of the original fields.
Note: This sounds logical but adding additional calculated fields for each field in a formula seems to be redundant.
I looked at the available formulas in the calculated fields but looks like there is none for the currency fields. Both these approach has pros and cons, is there a better way to handle NULL's in the calculated fields.
Thanks.
*This post is locked for comments
I have the same question (0)