I have a Flowfield which sums all records where
(Document No.=FIELD(No.) AND
Invoice = ''
I also need to sum where another condition is met. It would be something like
Where (Document No.)=Field(No.) AND ((Invoice = '') OR (BillByPiece = True))
Is this possible in a CalcFormula? I can't seem to make it work.
Thanks in advance.
0
Comments
This field will evaluate like this: after you've done this, you'll have to base condition your calcformula on "mynewfield".
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks again.