I need to suppress the 'label'(text field) of a database column field where that column field is suppressed if duplicate. The both fields are in the detail section.
However, if i attempt formulas for the suppression of the label such as isnull({field}), this is not successful as the actual database field for the row is not in fact null, it has just been suppressed as it is a duplicate of the row before it! The same goes for length < 1 etc etc.
How can i create a formula for my 'label' field suppression such that it is only displayed if my database field is not a duplicate?
Thanks in advance.
However, if i attempt formulas for the suppression of the label such as isnull({field}), this is not successful as the actual database field for the row is not in fact null, it has just been suppressed as it is a duplicate of the row before it! The same goes for length < 1 etc etc.
How can i create a formula for my 'label' field suppression such that it is only displayed if my database field is not a duplicate?
Thanks in advance.