Hello,
I'm trying to figure out below formula to work. Sum related formula is working perfectly. And with that I want to update the Sum Related record created on current month. So I tried with below formula and it didn't work.
Appreciate your support to sort this matter.
I'm trying to figure out below formula to work. Sum related formula is working perfectly. And with that I want to update the Sum Related record created on current month. So I tried with below formula and it didn't work.
Code:
ifThen ( supply_dispatch.createdAt== datetime\month(), totalIssue = entity\sumRelated('supplyDispatchs', 'supply_dispatch.dispatchingUnits') );
Comment