Printing multiple tables

Printing multiple tables

mbornmborn Posts: 44Questions: 17Answers: 0

I have a screen with two tables. The fields in the table are identical (the data just comes from different sources). I know the "trick" about appending the second table to the print view, but is it instead possible to append the rows from the second table to the print view?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @mborn ,

    This example from this thread should help - it's showing how to add a single row to the print view. You could traverse the other table, adding all those rows to the one you want to print.

    Cheers,

    Colin

  • mbornmborn Posts: 44Questions: 17Answers: 0
    edited September 2019

    .

  • mbornmborn Posts: 44Questions: 17Answers: 0

    Colin,

    Thanks for the response. Being a beginner, I more or less see how you are appending the row. If you could provide any guidance on how to do so using a second table as opposed to hard-coded values, I would be appreciative.

    Regards,
    Mike

  • mbornmborn Posts: 44Questions: 17Answers: 0

    Never mind, got it! Again, thanks so much!

This discussion has been closed.