Jump to content

Recommended Posts

Posted

Hi All, hope you guys can give me some solution for scenario below

Payment_ID   Payment_Amount        Invoice_ID             Amount_Applied

A                       $1000                            INV-2015-01          $980

A                       $1000                            INV-2015-02          $20

How can I hide one of the payment_id and payment_amount in ireport if the payment_id is same but applied to 2 different invoice ?

 

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

You can use variable which contain previous value of $F{Payment_ID} and set print when expression for detail section if previous value equal current.
Now I don't remember way to save previous value, but it exist in answers. You can find it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...