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

Use text parameter in a calculated field

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
ryley.g.h
204 Views, 2 Replies

Use text parameter in a calculated field

I am setting up a material takeoff schedule for floors, but we have some floors that we must specify in linear ft instead of square feet. I need to calculate only the "tape" floor type as linear feet, while leaving everything else blank, or zero. I tried an if statement for this, but I can't seem to get the calculation to work. How can I achieve what I am trying to get?

 

ryleygh_0-1640020144641.png

 

2 REPLIES 2
Message 2 of 3
RDAOU
in reply to: ryley.g.h

@ryley.g.h 

 

 

You cannot use Text as an IF condition. 

You need to use another type of parameter...example: Integer. to represent each type of material.

 

IE:

  • Instead of IF(Text Parameter ="Text", Value1, Value2)
  • Your calculated value would be IF(Integer Parameter = 1, Value1, Value2)

 

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


Message 3 of 3
ryley.g.h
in reply to: RDAOU

Worked like a charm.

 

ryleygh_0-1640024561597.png

 

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