Forum Discussion
EverettPatterso
6 years agoQrew Captain
I use script to hide those on summary reports
td:nth-child(3) - should be the last column number
------------------------------
Everett Patterson
------------------------------
//hide 3rd column on report $("#tableid td:nth-child(3)").hide(); //hide bottom row $(".totals").hide();#tableid - HTML table id, usually VR_dbid_reportid
td:nth-child(3) - should be the last column number
------------------------------
Everett Patterson
------------------------------
- PushpakumarGna16 years agoQrew Assistant CaptainHi Everett,
Could you please kindly let me know the procedure to use the above script.
Can you please give step by step information.
Thanks a lot in advance.
------------------------------
Pushpakumar Gnanadurai
------------------------------ - DonLarson6 years agoQrew EliteEverett,
I am curious how you deployed the script. Is this IOL? Some other technique?
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------- AustinK6 years agoQrew CommanderThere should be multiple ways to do it. IOL is nice because it works for pretty much everyone and they don't need to install anything or even know it is happening. You could also do it via something like TamperMonkey, I have some personal scripts that run on certain pages that make QuickBase a better user experience for me or add additional functionality.