Revit MEP Forum
Welcome to Autodesk’s Revit MEP Forums. Share your knowledge, ask questions, and explore popular Revit MEP topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to replace zeros with empty cells or NA or -?

3 REPLIES 3
Reply
Message 1 of 4
Mehdi.Kardehi
2703 Views, 3 Replies

How to replace zeros with empty cells or NA or -?

Hi All,

 

I am preparing a schedule of fancoils.

 

Revit by default put 0 for numbers that have not been entered. How could they be replaced by empty cells or something appropriate like NA or - in the schedule?

 

 

 

Regards,

M

3 REPLIES 3
Message 2 of 4
CoreyDaun
in reply to: Mehdi.Kardehi

You can force those cells to be blank if that Parameter does not exist in the element. If removing this Parameter from the Family is not an option or the Parameter in question is a Project Parameter, you are pretty much out of luck.

 

If revit could a Number value as a text string, it would be easy using a Calculated Value (Text) with the formula:

= if( [NumberParam] > 0, [NumberParam], "")

But alas, Revit cannot do this. Smiley Frustrated

 

If there are a limited number of possible values for your Number parameter, then you could use a C.V. (Text) with the formula:

= if( [NumberParam] = 1, "1", if( [NumberParam] = 2, "2", if( [NumberParam] = 3, "3", "")))

But this is impractical and downright silly. Smiley Frustrated

Corey D.                                                                                                                  ADSK_Logo_EE_2013.png    AutoCAD 2014 User  Revit 2014 User
──────────────────────────────────────────────────────────────────────
⁞|⁞ Please use Mark Solutions!.Accept as Solution and Give Kudos!Give Kudos as appropriate to further enhance these forums. Thank you!
Message 3 of 4
russellvee
in reply to: Mehdi.Kardehi

You can use conditional formatting to fill the box in black if the value is zero.

Message 4 of 4
MPanutsosU7NXZ
in reply to: russellvee

How?!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report


Autodesk Design & Make Report