CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 6071

CAD tip CAD tip # 12181:

   
Question CAD 
 %  platform  category 
Q - question

Using a YES/NO parameter in Revit schedules.

A - answer If you want to use a logical (boolean) parameter of the type YES/NO in a Revit schedule so that it displays as a text or symbol - i.e. to show "YES" or "NO" or an adequate graphic symbol (e.g. a checkmark or a tick) in the schedule, you will need to create a calculated column with an expression.

First add the given logical parameter to your schedule and then add one more column, wher you will use the expression. This expression will convert the parameter value to a text or a symbol available in the font you are using (e.g. in Arial Unicode you can use the "Ballot box" from the Character Map). Examples:

if(EPS,'Yes','No')
if(EPS,'X','')
if(EPS,'☑','☐')
if(EPS,'✔','')

Then you can suppress the original column.

Revit
100% *  CAD 
28.3.2019    23751×  
Prices - CAD eShop:
applies to: Revit ·

See also:
Tip 13409:How to create Revit Window and Door schedules with legend views?
Tip 11705:Split and join multi-column schedules on Revit drawing sheets.
Tip 10918:How to avoid (disable) automatic restart after Windows Update?
Tip 8019:How to schedule nested families in Revit?
Tip 8005:Revit - divide parts into layers.


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Increase your productivity with our set of BIM add-on functions for Autodesk Revit
CADstudio Revit Tools More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist