I think I know the answer to this and it is not the answer I want. So I have a sortsheet that filters the selected customer and their job between two dates. So I have all their data sorted and filtered how I want. I was hoping to make a pdf out of this information. But as many people I can’t get more than one row when I use a :
It sounds doable, but you need to give more details about your challenge like.. what is the table(s) structure, printscreen from your sample data, details from your slice etc. so we could give some suggestions how to do it.
This is my table structure it is a lot bigger than what I can take a screenshot of. But it is this customer’s data that I have filtered out of child records.
This is where the user sets what customer they want to look at. this is linked to the table up above. I want to use the table up above as my pdf file table. But there is an uneven amount of rows so it is not like your typical table with records that has a list of unique IDS
In the other tables that I am pulling the data from, yes? I have filter formulas in this spreadsheet that aren’t through appsheet. Just a =filter() so not as necessary for a key column.
Yeah it is not like a normal table with an even amount of entries. If I do that it only pulls one row or says that it should generate a list and that list should be a ref type.
It sounds you should do the filtering in the app or on the template. If your sheetformula filters the key column’s value, the app/Bot is not able to find those rows.