If I understand what you are doing. . .it should be simple.
Why not subtotal your cost at group level (record number) and set select criteria as
Sum ({Table.Field}, {Table.GroupedField}) > 0.00
for example:
Sum ({CList_ttx.ProjNum}, {PList_ttx.ProjNum}) > 0.00
I usually create formula: DAYSDIFF
{TableA.Date2} - {TableA.Date1}
Criteria is then
DAYSDIFF >= 30 and
{TableA.Date3} <> Date(0, 0, 0)
However, I may not have read your question correctly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.