Suppress Printing of Repeated Values in Report Detail Band

F

Fons Ponsioen

Hi Mike.
You cna achieve this by setting the hide duplicate value
property to yes. This is a property of the textbox.
Hope this helps.
Fons
 
M

Mike Thomas

Thanks Fons - that approach can cause problems - sometimes values which
appear to be duplicates are really valid values - what if the quantity on
one line was 100, and the next line's quantity were also 100, even though
the ID key had changed? The second 100 would not print, even though it
should print.

Thanks
Mike Thomas
 
F

Fons Ponsioen

The way to prevent this is set the underlying query to
unique values only, this way if any field within the data
line changes the record will be displayed.
Take care.
Fons
 
Top