• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    Active Member
    Posts: 7
    Registered: ‎03-01-2012

    Storm Structure Table Style

    181 Views, 2 Replies
    12-28-2012 08:26 AM

    I have set up a table style to display the type of structure, top of casting, and invert in and out elevations. I have also added a column to display the depth (rim to sump height). When the structure is a headwall, no depth is needed; however, the table displays this data as "???". Is there a way to only show depths greater than zero within the table editor for rim to sump height?

    Please use plain text.
    *Pro
    Posts: 1,390
    Registered: ‎12-14-2006

    Re: Storm Structure Table Style

    12-28-2012 01:21 PM in reply to: jahunt05

    you might be able to build an expression that shrinks the text really small when a certain condition exists therefore making it look as if it's not there.

     

    Also if only 1 or 2 structures have the question marks why not just use a wipeout to cover them.

     

     

    Dan

    Civil 3D 2013
    Win 7 Pro x64
    Intel Xeon 2.0GHz
    6Gb Ram
    ATI Firepro 4800
    Dell T5500
    www.preinnewhof.com
    Please use plain text.
    *Expert Elite*
    BrianHailey
    Posts: 2,390
    Registered: ‎04-27-2005

    Re: Storm Structure Table Style

    12-30-2012 08:20 PM in reply to: dgordon

    dgordon wrote:

    you might be able to build an expression that shrinks the text really small when a certain condition exists therefore making it look as if it's not there.

     

    Also if only 1 or 2 structures have the question marks why not just use a wipeout to cover them.

     

     


    Unfortunately, you can't use an expression for the height of the text within a table. It works just fine within a label style, just won't work for a table. You can use the expression within the table however. I was hoping an expression like IF({Rim to Sump Height},{Rim to Sump Height},-1) and simply tell the text component to hide negative values but that doesn't seem to work. It seems that if there is no {Rim to Sump Height} it simply returns ??? if that value is ever querried.

    Please use plain text.