Hi! I'm struggling with formatting a PDF template. I'm attempting to create a multirow PDF that groups each row in its own square for printing labels. I know I'm missing an expression but I haven't been able to figure it out using other posts. I've included the template I was attempting to use . Instead of it populating each square with a row, it lists them all in that first square. The data has its own table so there's no need for sorting or filtering. Thank you!
current template
You may want to mention if
Generally if you take the START and END statements outside the cell and other fields inside the cell, the contents will repeat in one records in each cell one below the other.
So something like
<<START: Label List[VIN]>>
<<Last 6>> <<Date Purchased>> etc. |
<<END>>
For some weird reason when I did the <<start>> above the table and <<end>> below, it only populated the first and last square on the left side, then created more pages with a random one on the second page. ๐ But they were in their own separate boxes!
As for the clarifications, I do want the exact dimensions of this table so they line up with the labels we use. Sometimes we will only need to print 2 labels, sometimes 6, but they will need to be evenly spaced in this table. with no extra pages. We are using sheet style labels, so the line up is important.
@NorthstateAutoB wrote:
As for the clarifications, I do want the exact dimensions of this table so they line up with the labels we use. Sometimes we will only need to print 2 labels, sometimes 6,
The above is not very easy in AppSheet.
@NorthstateAutoB wrote:
For some weird reason when I did the <<start>> above the table and <<end>> below, it only populated the first and last square on the left side, then created more pages with a random one on the second page.
But they were in their own separate boxes!
For this only have one cell in the template. It will automatically created as many cells as there are records in the START statement. The template needs to be simply something like below, with just a single cell.
<<START: Label List[VIN]>>
<<Last 6>> <<Date Purchased>> etc. |
<<END>>
Hi Suvrutt, could you please advise how can we do a row with 2 columns instad of 1 column as your mentioned solution (it works great) ? Thanks
Did you find any solution for this? If yes, could you please share me the solution?
Thank You
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |