starbird2273
IS-IT--Management
ok, I have seen several great ideas that get me part way to my need, but nothing that seems to get me what I am looking for.
Here are the fields I am using
State
Vendor
Product
amt_Identified
amt_Closed
amt_Recovered
amt_Balance
Recovery_Reason
I want my output to look like this, grouped by Vendor, Product, State, Sum on the others.
I can't seem to get the part in bold to work. it is the same field I want to calc on, but only if the reason fld is something that begins with DOA
any help would be appreciated.
Here are the fields I am using
State
Vendor
Product
amt_Identified
amt_Closed
amt_Recovered
amt_Balance
Recovery_Reason
I want my output to look like this, grouped by Vendor, Product, State, Sum on the others.
Code:
Vendor
Product
State
amt_Identified
amt_Closed
amt_Recovered
amt_Balance
[b]amt_Recovered [i]for Recovery_Reason that begins with DOA[/i][/b]
any help would be appreciated.