Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to sum values within a range of accountnumbers, and exclude some accountnumbers
this expression goves results
=Sum({$<A3XMCD={">$(=400000)<$(=799999)"}>}Amount)
but when i want to exclude an accountnumber with this expression :
=Sum({$<A3XMCD={">$(=400000)<$(=799999)"},A3XMCD-={404010}>}Amount)
I don't get any results
Both expressions were made with the set analysis wizzard
And still strugling with set analysis syntax
Try =Sum({$<A3XMCD={">400000<799999"}-{404010}>}Amount)
Try
=Sum({$<A3XMCD={">$(=400000)<$(=799999)"} - {404010}>} Amount)
No two field modifiers for the same field, please![]()
Thank you both. did not know this. Still learning![]()
chk dis tooo
You are welcome.
If your issue is resolved, please consider closing this thread by marking helpful and correct answers.