Hello,
I’m using tap forms to prepare coaching sessions.
I have a “session” table which is related to “activity” table.
Each session has several activities which are numbered in the order I want to do them.
From there, I am trying to prepare a “session summary” printout to give to the client where all activities and their descriptions are listed in the correct order.
So I made a new presentation (I’m sorry if the word is not right, I’m using the French translation).
My problem is I manage to display the “activity” table within the page, but its content is of course cropped in a way that makes it unusable.
How can I make a well designed text list of the activities related to my “session” record?
-
This topic was modified 8 hours, 10 minutes ago by
Brendan.
Hi Sybille,
On your custom layout, you can adjust the widths of the columns on your Link to Form field to make the related table look a bit nicer. You may also want to print in landscape orientation so you can get more space on the page for your columns.
What does it currently look like? Can you post a screenshot?
Thanks,
Brendan
P.S. I’m moving this topic out of the Scripting Talk forum because it doesn’t have anything to do with scripting as far as I can tell.
Thank you for your reply.
Yes I figured I could change the column width, but my problem is that the fields I’d like to display have several lines and I can only get to see the first one.
See screenshot here: https://snipboard.io/G6RrNd.jpg
Is there a way to fetch the info from each activity and display their content as a list?
Thanks for your help!