Hi
Can we create Calcfield like this in table for a field . I have Balance Amount field . I want Calcfield should be like this
Sum(Amount) - Sum(Receipt Amount)
Thanks
*This post is locked for comments
Hi
Can we create Calcfield like this in table for a field . I have Balance Amount field . I want Calcfield should be like this
Sum(Amount) - Sum(Receipt Amount)
Thanks
*This post is locked for comments
You cannot do that.
Take the CALCIFIELD fields in variable and try
Record.CALCIFIELD(Amount);
AmtVariable:=Record.Amount;
........
same for Receipt Amt
Balance:=AmtVariable - RecptAmtVariable)
No you can't. You need to create separate flowfields for the two sums (A and B) and then handling the A-B in code (you can create a field in your Page that has SourceExpression = A - B.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156