Hi! I want to build a report like a pivot table from google sheets where I can add different filters that shows me exactly what I’m looking for.
I think Pivot Table like reports are not possible in appsheet. But i have made a summary view in Appsheet with help of pivot table with fixed filters, columns and rows as you cannot modify the columns once the table is added in appsheet unless you regenerate the columns everytime.
1 Like
Seems similar to what I was looking for. Can u show me how can I do this?
- Create the PIVOT Table in Google Sheet with the required Rows and Columns based on how you want the Summary to look like
- Create another static table with same structure as the PIVOT Table (Column Names as you want in the App and Rows in First Column with the items to be shown in summary)
- Use Vlookup to fill this Table from PIVOT Table
- Add this static table to appsheet and create UX and Format Rules as needed to attain the final view
3 Likes
In fact I have added several PIVOT Tables in a single Google Sheet and then combined all those together into a summary table (for appsheet). The summary table fetches the data from different pivot tables using Vlookup as needed
Nice approach @jyothis_m
The summary table looks elegant.
1 Like
Thank you ![]()
1 Like

