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
------------------------------
PushpakumarGna1
6 years agoQrew Assistant Captain
Hi 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
------------------------------
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
------------------------------