Print Step with scrolling data

hello @jquinton, welcome to the Tulip Community!! it would be great if you could introduce yourself at: Welcome to the Community, let's meet!!

regarding your question, there are several ways to solve this. I’ll suggest one here, but I’m curious to hear if users have other suggestions. the basic idea is to create several Table Queries and then paginate the Table data into several Steps that are then included in a Step Group to be printed.

here’s the guide:

  1. add an Index to the data in the Table data:

  2. create Queries that Filter by the Index (depending on how many you’d like displayed):


  3. add the Table Queries to the App:

  4. display the Table Queries in several Steps into a Step Group:

  5. Print the entire Step Group:

result: Tulip Player.pdf (33.2 KB)

let me know your thoughts on this solution!!