StephHansen
Programmer
I (finally!) got the detail records to split based on product or material by having two sep. detail fields. If I add two more detail fields, one above materials, one above products, and added a text field to each, how would i tell it to only display that value once?
So it would be like this:
Detail A: Materials Text
Detail b: Materials
Detail c: Product Text
Detail d: Products
and I want it to read out like
Materials
Mat 1
Mat 2
Mat 3
Products
Prod a
Prod b
I am already suppressing the detail layers by whether it is a prod or a mat but am wondering how to suppress duplicates. Previous suppressed all the materials header text.
Previous ({Orders.Materials_T.Type})= {Orders.Materials_T.Type}
Thanks! Stephanie
So it would be like this:
Detail A: Materials Text
Detail b: Materials
Detail c: Product Text
Detail d: Products
and I want it to read out like
Materials
Mat 1
Mat 2
Mat 3
Products
Prod a
Prod b
I am already suppressing the detail layers by whether it is a prod or a mat but am wondering how to suppress duplicates. Previous suppressed all the materials header text.
Previous ({Orders.Materials_T.Type})= {Orders.Materials_T.Type}
Thanks! Stephanie