IF/THEN Formula Problems

IF/THEN Formula Problems

middas.co.uk
Explorer Explorer
735 Views
6 Replies
Message 1 of 7

IF/THEN Formula Problems

middas.co.uk
Explorer
Explorer

Hi Everyone,

 

I've been having some troubles writing what I thought  would be a simple formula to control the visibility parameter based on the dimensional parameter that I've already got in place.

Basically, I wish for the visibility to remain on unless the glazing offset is greater than 175mm. so this is how I have tried to formulate this -

if(Glazing Offset, 175 mm, Standard Glazing, 1 < 2, 1 < 0)

 

If somebody could point out where i am going wrong that would be greatly appreciated.

0 Likes
Accepted solutions (2)
736 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
Accepted solution

If (Glazing Offset>175mm, 1=1, 1=0)

Message 3 of 7

martijn_pater
Advisor
Advisor

You need to use your if statement correctly; IF , THEN , ELSE
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2014/EN...
IF (Length < 3000mm  ,   200mm   ,   300mm )

too many statements here;  if(Glazing Offset     ,      175 mm    ,     Standard Glazing    ,     1 < 2    ,     1 < 0    )

Message 4 of 7

middas.co.uk
Explorer
Explorer

Thanks for your help, the formula worked perfectly.

0 Likes
Message 5 of 7

middas.co.uk
Explorer
Explorer

Thanks for this, hopefully over time I will get a better grasp of how to construct the statements.

0 Likes
Message 6 of 7

bin
Advisor
Advisor
Accepted solution

Or you can use “not(Glazing Offset>175)”

Message 7 of 7

ToanDN
Consultant
Consultant