Does anyone see a problem with this formula?
totalCash = number\round(entity\sumRelated('items', 'amountConverted', 'reportFilter60240609c337304d8'), 2);
Im using a invoice entity and invoice item entity for a deposit module. (https://prnt.sc/z08yd9)
I have the above formula in the invoice entity formula section and NOT the Invoice Item entity.
The issue is its calculating all line items regardless of this report (https://prnt.sc/z09a3x). So the calculation is working. It just doesn't seem to be using the reporting extension as a filter. As you can see here its calculating 1000 when it should be calculating 500.00 based on the list report (https://prnt.sc/z09ge9)
totalCash = number\round(entity\sumRelated('items', 'amountConverted', 'reportFilter60240609c337304d8'), 2);
Im using a invoice entity and invoice item entity for a deposit module. (https://prnt.sc/z08yd9)
I have the above formula in the invoice entity formula section and NOT the Invoice Item entity.
The issue is its calculating all line items regardless of this report (https://prnt.sc/z09a3x). So the calculation is working. It just doesn't seem to be using the reporting extension as a filter. As you can see here its calculating 1000 when it should be calculating 500.00 based on the list report (https://prnt.sc/z09ge9)
Comment