Page 1 of 1

How to define a variable fed by another one

Posted: Tue Feb 28, 2023 6:08 pm
by fortiaBA
I want to print values of a single object in my database in my header.
The user would input the Id of my object (e.g. product with Id = 1)
what I want is to be able to print in the header band the product name, product category, etc... of the chosen object.

I can't use a filter and a databand as I normally would because i'm in a header.

How could I do this ?

Re: How to define a variable fed by another one

Posted: Tue Feb 28, 2023 8:13 pm
by Lech Kulikowski
Hello,

You can use the DataBand with filtering (id=1) instead of the Header band. Or you can place DataBand with filtering (id=1)on the Panel on the Header.

Thank you.

Re: How to define a variable fed by another one

Posted: Wed Mar 01, 2023 2:44 pm
by fortiaBA
Thank you, it worked, I was missing the Panel.

Re: How to define a variable fed by another one

Posted: Wed Mar 01, 2023 7:09 pm
by Lech Kulikowski
Hello,

You are welcome.