Hi
I have written below code in source Expression . It is giving Syntax Error
"Amount" - "Total Amount" where Status = 'Open'
Thanks
*This post is locked for comments
Hi
I have written below code in source Expression . It is giving Syntax Error
"Amount" - "Total Amount" where Status = 'Open'
Thanks
*This post is locked for comments
It depends on what you want to do.
You can for example create a function that performs the calculation you want and that returns a decimal result. Then you can place this function as SourceExpression of your field.
Or, you can create Total Amount as flowfield (SUM Amount where Status = open) and then create a new field where SourceExpression is Amount - Total Amount.
Hi
ok . what is the alternative
Thanks
In SourceExpression you can't place a where clause.
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