ContributionsMost RecentMost LikesSolutionsRe: Formula for Save button on mobileSorry - I did not get an answer to this. QB said what I wanted was not a native feature so could not advise. Good luck.Re: How do I hide the header at the top of a report that shows the number of records and the filtered by...?Has this technique stopped working for anyone else? It was hiding the header a few weeks ago and is not now. No changes made & code page is loading. Use this replacing the dbid of your table: $("table[qbdbid=bjzwp57js] tr:first").hide(); Formula for Save button on mobileHi, Does anyone know what the formula for the save button on mobiles is. These formulas from Kirk Trachy's magic buttons app work in desktop, but not mobile: Formula rich text: "<a class='Vibrant Primary' style=\"width:180px; text-align: center;\" onclick='DoSaveAdd()' href='#'>21B. Save</a>" Formula URL: "javascript:DoSaveAdd()" Thanks.Mobile - remove green plus to add new record and edit pencilDoes anyone know how to remove the green plus symbol on the left of mobile reports - the button that adds a new record. I tried iol, playing with addDetailRecordBtn but could not get it to work. I would also like to: - Remove the edit pencil at the top - rather than the 3 buttons (save, save and new, cancel), I would just like to use 2 buttons, so I want to remove the 'save and new' button only. I tried posting here ( https://community.quickbase.com/quickbase/topics/remove-buttons-on-mobile-page?topic-reply-list%5Bse... ), but may get missed as it as an old post. Very keen to get this done as it is holding up finishing the app. Really appreciate any help. Thanks. Re: remove buttons on mobile pageThanks - above is very helpful. Does anyone know how to remove the green plus symbol on the left of mobile reports - the button that adds a new record. I tried playing with addDetailRecordBtn but could not get it to work. I would also like to: - Remove the edit pencil at the top - On some pages, remove the save and new button only, not the other two (save, cancel) Thanks.Re: Hide Full report at the top of all reportsThanks Dan- I added this to the iol code page. I have 6 tabs with report in each- - Tabs 1,2 & 6 use table 1 & - Tabs 3,4 & 5 use table 2. Typing in the above, hid the report header from the first 2 tables in tabs 1 & 2 and not the others. Inactivating is nearly good as hiding if possible. Really appreciate how much help you give.Hide Full report at the top of all reportsI'm trying to hide the full report button at the top of reports. This iol technique from Dan works, but only hides 'Full Report' for the first report, and not any subsequent reports from the same table. I would like to hide it for about 5 reports from the same table. $("table[qbdbid=bjzwp57js] tr:first").hide(); https://community.quickbase.com/quickbase/topics/how-do-i-hide-the-header-at-the-top-of-a-report-tha... Re: How do I hide the header at the top of a report that shows the number of records and the filtered by...?Hi Dan, This works really well, however it only hides the header on the first report. I've embedded several reports in different tabs, so I want it to apply to all of them. If using different tables, this works for the first embedded report of each table, whether in same or different tabs. A click 'Full Report' and nothing happens out come is better in my situation, if it applies to all reports - previously disabled the 'More' button with your help (link below), but can't seem to get there for 'Full Report'. $("#ViewOtherOps").remove(); https://community.quickbase.com/quickbase/topics/hide-sorting-and-grouping-on-more-drop-list-of-a-re... Re: App token as a variableUsing the app token as a variable works fine. Thanks for the replies. App is not open to anyone on the internet. My understanding is that from a security perspective, if you use a variable, it still seems the same, as if the actual app token was entered directly into each button formula, and the app tokens themselves cannot be hidden ( https://community.quickbase.com/quickbase/topics/hide-apptoken-on-formula-rich-text-button-using-a-a... ). I was thinking this could be an easy way for an admin user, to change the app token, on all buttons if required, rather than having to go through each button. Re: App token as a variableThanks.