Jump to content
  • 0

Passing Aggregate Value As A Parameter To Next Page


Accountability

Question

6 answers to this question

Recommended Posts

  • 0

Hello P_barton,

 

As far as I know, you can use a JavaScript code (the code at the end of the post) to hide a column or another way:

 

1) Add Header&Footer elemenet, on the Advacned tab, disable HTML Editor for both elements.

2) Add the following code to the Header:

<style>
#target td:nth-of-type(3) {display: none;}
#target th:nth-of-type(3) {display: none;}
</style>
<div id="target">

"3" - is the number of the column that will be hidden.

 

3) Add the following code to the Footer:

</div>

I hope, it helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...