|
|
Home | Forums |
Downloads | Gallery |
News & Articles | Resources |
Jobs | FAQ |
| Join |
Welcome !
|
75 Users Online (74 Members):
Show Users Online
- Most ever was 626 - Mon, Jan 12, 2015 at 2:00:17 PM |
Forums
Forums >> Revit Building >> Technical Support >> Formula - 2 x 'if' conditions in one line?
|
|
active
Joined: Thu, Jun 23, 2016
0 Posts No Rating |
Hello,
Please help me wrap my head around this:
I currently have an 'if' formula that states a standard height condition.
if(Height = 260 mm, Result if True A ,Result if False B)
however I want to ADD another if statement that reads:
if(Item, Result if True C, Result if False B).
Can I put the two in one? so that the component will adjust accordingly to Height, AND/OR Item(yes/no)
|
This user is offline |
|
|
|
active
Joined: Wed, Aug 19, 2015
0 Posts
|
You can do something like this
if(or(Height = 260mm, Item = ???), A, B)
The first thing in an if statement is a conditional and you can use or, and, not statements for this conditional.
See your help
Edited on: Thu, Dec 1, 2016 at 7:23:00 AM
|
This user is offline |
|
|
|
Similar Threads |
Numerate 'Sheet Number' parameter for match line family |
Revit Building >> Technical Support
|
Mon, Apr 28, 2014 at 10:17:51 AM
|
7
|
Creating a 'Jogged' Section Line |
Revit Building >> Tips & Tricks
|
Tue, Dec 11, 2007 at 8:26:06 AM
|
2
|
Changing paramaters of 'Title with line' |
Community >> The Studio
|
Wed, Sep 20, 2006 at 9:47:18 PM
|
2
|
''Visibility grafics'' and ''create parts'' problem when mak |
Revit Building >> Technical Support
|
Fri, Mar 19, 2021 at 11:45:46 AM
|
8
|
Adding line styles to Revit's Default styles |
Revit Building >> Technical Support
|
Mon, Apr 26, 2010 at 11:29:50 AM
|
3
|
|
|
Site Stats
Members: | 2051160 | Objects: | 23063 | Forum Posts: | 152223 | Job Listings: | 3 |
|