report+2 labels

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J.J.

    report+2 labels

    hi
    i must have on my report 2 labels (R1 or R2) but only one visible depending
    which customer_id is.
    can anyone help?
    thanks
    J.J.


  • fredg

    #2
    Re: report+2 labels

    On Wed, 11 Aug 2004 17:04:53 +0200, J.J. wrote:
    [color=blue]
    > hi
    > i must have on my report 2 labels (R1 or R2) but only one visible depending
    > which customer_id is.
    > can anyone help?
    > thanks
    > J.J.[/color]

    In the Report Section Format Event that the Customer_ID field is shown
    in:
    R1.Visible = [customer_ID] = 123
    R2.Visible = Not [Customer_ID] = 123


    R1 will be visible only when the ID is 123
    R2 will be visible always except when ID = 123
    --
    Fred
    Please only reply to this newsgroup.
    I do not reply to personal email.

    Comment

    Working...