Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

supress box when repeated

Status
Not open for further replies.

ianholmes

Programmer
Mar 24, 2001
61
GB
My XI report has a detail line which consists of 2 fields from an SP, and a box, which was drawn using the Insert function. I need to suppress this detail line if it is repeated. I can suppress each of the 2 fields OK, but not the box. If I right click on it, I can Format Box, but I can only Suppress, I cannot suppress when duplicated. I have also tried Section Expert, but it too does not allow Suppress when Duplicated.
Is there any other way to suppress such a line ?
Many thanks in advance.
 
What criteria are you using to determine duplication? You should be able to suppress the entire section, including the box, based on a particular criterion, e.g.,

{table.ID} = Previous({table.ID})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top