I want to display via iframe on my website a report returning only certain information. This information should be able to be slightly manifpulated from the report view, by visitors to the website.
For instance:
1. I have 1 main sheet with all the columns and rows of information possible, but I don't want all of that displayed
2. I use a report to filter down to the columns I want to display
3. I filter the rows of the people who are relevant
4. I embed an iframe of this report view into my website, but it is read only
*5. I would like these people to be able to interact with this view by checking boxes next to the rows displayed on my website.
I don't want to display the actual sheet in an iframe because this would show all the information in the sheet. If I filter the columns in the sheet view, when I embed an iframe, the filters don't apply.
Can someone help? Thank you! mm