cancel
Showing results for 
Search instead for 
Did you mean: 

2 Tables in one PDF

frank_bork
Participant
0 Kudos

Dear SFP-specialists,

I have to build a PDF-output with 2 interleave tables.

e.g first table have the customer number and name and second table have different branch offices per customer

Example:

4711 Customer1

Detroit

Liverpool

Munich

4712 Customer2

Dallas

Chicago

London

Is it possible to do it like the example above?

Kind regards

Frank

Accepted Solutions (0)

Answers (2)

Answers (2)

frank_bork
Participant
0 Kudos

Many Thanks for your quick help.

BenPatterson
Participant
0 Kudos

Hi Frank,

yes you can do this. You would simply embed a table within a field of a table, both in the form interface and in the form layout.

You can then bind the customer table rows to the data[] of the customer table in the context and bind the branch table rows to the data[] of the branch table embedded in the customer table of the data context.

Of course you will need to make sure that the data supplied to the form in the customer table has a table of the respective branches within the row for a given customer.

Please let me know if this makes sense.

Ben.