Hi all
My โlittleโ appsheet project is starting to become bigger than Ben-Hur.
I have an appsheet table with many rows, but only a few columns which I need to print.
To avoid spanning too many pages, I was hoping to take advantage of the Column feature in Google Docs. To avoid confusion with this feature name, I have included a screenshot below.
Frustratingly, this feature doesnโt seem to work with apphsheet.
My workaround is to create a 2 cell x 1 row table in Google Docs and then put my appsheet table within each cell of the Google Docs table.
Iโve worked out that I have room for 29 rows. This means I can use TOP(MyListExpression, 29) for the left cell.
The right cell has me stumped. -I wish there was a Middle function, like MIDDLE(MyListExpression, 30, 58).
Can anyone think of a way to display the next 29 rows (30 to 58) from a list?
Iโm open to other solutions/workarounds. -Ideally, if someone knows of a way to make the Google Docs Column feature work with appsheet, that would be awesome. Or perhaps some other workaround that I havenโt thought of.
Thanks in advance
Stel
Solved! Go to Solution.
Hi all, I ended up with my home-brew 2 cell x 1 row table option.
@Suvrutt_Gurjar, provided the (real) expression to replace my (fake) MIDDLE function here:
In summary, the expression is:
TOP ( [SortedList]- (TOP ( [SortedList] , [From]-1) ), [To] - [From]+1)
Hope this helps anyone else.
Stel
Iโm curious to see what responses you get. I have been less than impressed with AppSheets โreportingโ capabilities.
Hi all, I ended up with my home-brew 2 cell x 1 row table option.
@Suvrutt_Gurjar, provided the (real) expression to replace my (fake) MIDDLE function here:
In summary, the expression is:
TOP ( [SortedList]- (TOP ( [SortedList] , [From]-1) ), [To] - [From]+1)
Hope this helps anyone else.
Stel
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |