Filter Tabs/Menu by signed-in user

I don’t currently have a public app with this functionality, but essentially it’s just a URL that you place in a column and view as a link in the app. So essentially you can create a dynamic PDF view of one of your sheets without opening up google sheets. For example, I’ve included two links that point to the NotesDetails sheet in my Concepts app. The first link creates a PDF, but the second link opens a Google Docs viewer to view the spreadsheet. The PDF and Viewer both show data that’s currently on the sheet as of the time you open the link. If you look closely at both links you can see the SpreadsheetID and the SheetID (gid) are part of the URL.

https://docs.google.com/spreadsheets/d/191-c-NXW38hq9h7i7Fe5FlB8pP3e_mfeQHLUGsgwMYU/export?gid=1839695007&exportFormat=pdf&format=pdf&portrait=true&single=true&size=0&fitw=false

https://docs.google.com/viewer?url=https://docs.google.com/spreadsheets/d/191-c-NXW38hq9h7i7Fe5FlB8pP3e_mfeQHLUGsgwMYU/export?gid=1839695007&exportFormat=pdf&format=pdf&portrait=true&single=true&size=0&fitw=false