Is it possible to hide tables within documents even if they contain data?
Is it possible to hide tables within documents even if they contain data?
I have tried using a simple IF statement but this is not showing the data.
Any ideas??
-
Yes, just add style="display:none" to the table in the HTML view in the document editor.
So <table> becomes <table style="display:none">.
Hope that helps! If you need anything else just let us know.
Related posts:
-
Ah... no. You'll have to do this differently since the table is generated dynamically. Assuming 'ConvictionsTableAdditional' is the SystemID of the table you'd like to show/hide, you should use...
## IF([AdditionalDrivers1YesNo] = "Proposer Only", "[ConvictionsTableAdditional]", "") ##
Please sign in to leave a comment.
Comments
5 comments