Is it possible to hide tables within documents even if they contain data?

Comments

5 comments

  • Avatar
    Adam Bishop

    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:

    0
    Comment actions Permalink
  • Avatar
    Richard Thorne

    Hi Adam,

    I am trying to remove the data from the document when a certain question is answered.

    Am i to use this as follows?

    ## IF([AdditionalDrivers1YesNo]= "Proposer Only",[ConvictionsTableAdditional_style=display:none])## 

    Regards

     

    0
    Comment actions Permalink
  • Avatar
    Adam Bishop

    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]", "") ##

    0
    Comment actions Permalink
  • Avatar
    Richard Thorne

    Hi Adam,

    I have tried this and am having trouble getting this to work?

    Any ideas?

    0
    Comment actions Permalink
  • Avatar
    Chris

    Hi Richard,

    If your having further problems with this, if you can raise this as a support ticket ill gladly investigatie this further for you and see what's going on.

    Kind regards,

    Chris

    0
    Comment actions Permalink

Please sign in to leave a comment.