JamesFlowers
Programmer
hi.
I have a recordset that needs to suppress data based upon a line in the database. Normally, I would group by the description. but in this case the data is entered in by hand as below;
This quote is for the labour listed below. null
Engineering Eng Rate 0
Engineering Remote O/T Rate 0
Engineering O/T Rate 0
Engineering Technical Tech Rate 0
Engineering Remote 0
Engineering Technical 0
Handset M3904 100
Headset GN 100
Items Listed Below Require Customer Selection null
10216 IP115 handset 1 20
10199 IP212K handset 1 20
10197 IP230 handset 1 20
10146 IP560 handset 1 20
what I want to do is turn the records after the 'Items Listed Below Require Customer Selection ' from 20's into 0's and (which will contribute to a subtotal , and then suppress them, but leaving the descriptions intact.
each line has a different unique key_id against it.
NOTE I cannot group as there is no fields by which to do so.
MTIA
James
James Flowers
Crystal Consultant
I have a recordset that needs to suppress data based upon a line in the database. Normally, I would group by the description. but in this case the data is entered in by hand as below;
This quote is for the labour listed below. null
Engineering Eng Rate 0
Engineering Remote O/T Rate 0
Engineering O/T Rate 0
Engineering Technical Tech Rate 0
Engineering Remote 0
Engineering Technical 0
Handset M3904 100
Headset GN 100
Items Listed Below Require Customer Selection null
10216 IP115 handset 1 20
10199 IP212K handset 1 20
10197 IP230 handset 1 20
10146 IP560 handset 1 20
what I want to do is turn the records after the 'Items Listed Below Require Customer Selection ' from 20's into 0's and (which will contribute to a subtotal , and then suppress them, but leaving the descriptions intact.
each line has a different unique key_id against it.
NOTE I cannot group as there is no fields by which to do so.
MTIA
James
James Flowers
Crystal Consultant