Jump to content

wgroth

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wgroth's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I found this code can work in the header to hide columns in tabular reports, but stops working for me if other text in the header is modified. Of course, the footer code is also needed. <style> #target table:nth-of-type(1) td:nth-of-type(2) {display: none;} #target table:nth-of-type(1) th:nth-of-type(2) {display: none;} #target table:nth-of-type(1) td:nth-of-type(4) {display: none;} #target table:nth-of-type(1) th:nth-of-type(4) {display: none;} </style> </header> <div id="target"> <header> I think the order of our "coding" effects Caspio's code builder and found this procedure works to keep the above column hiding code working: 1) In Advanced tab, uncheck the HTML editor 2) In Standard tab, "cut" the above code from the header if it is already there 3) In Advanced tab, check the HTML editor 4) In Standard tab, do whatever changes you want to the text in the header 5) In Advanced tab, uncheck the HTML editor 6) In Standard tab, "paste" the above header code in the very top of the page 7) "Finish"
×
×
  • Create New...