cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically setting values of the text fields in header fields

former_member191528
Participant
0 Kudos

Hello All,

Can you please recommend a way of dynamically setting values in the table header or the master page level. The condition is as follows :

That OrderID should be the header on every page.(I have implemented page brerak so that all rows related to a order id are on a single page) The order id is same for some dynamic set of rows and when it changes the header should change.

Thanks.

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

NoJo
Active Participant
0 Kudos

hi,

do you have one table (items) in your hierarchy at the moment and a conditional break if the orderId changes?

in this case get the actual order id and read a second table (header) with the order id. do this by scripting.

but you could use nested tables, header and items. And if you change the header you do a page break. if you use a ddic interface you can have a condition in the context

norbert

Answers (0)