Forum Discussion

GaryBoyd's avatar
GaryBoyd
Qrew Assistant Captain
7 years ago

Hide Full report at the top of all reports

I'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...
  • GaryBoyd's avatar
    GaryBoyd
    Qrew Assistant Captain
    Thanks 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.