Boom, it worked.
Solved. Simplifiying is key!
Announcement
Collapse
No announcement yet.
Trouble with Formula
Collapse
X
-
Originally posted by Bjorn_K View PostLHS (Y/N)
RHS (Y/N)
Q_calc (Area) (where your family is reporting it's original number)
LHS_factor (number) if(LHS,1,0)
RHS_factor (number) if(RHS,1,0)
factor (number) = LHS_factor+RHS_factor
Q_report (Area) = Q_calc * factor
could be a bit less parameters if you nest the formula's.
Leave a comment:
-
LHS (Y/N)
RHS (Y/N)
Q_calc (Area) (where your family is reporting it's original number)
LHS_factor (number) if(LHS,1,0)
RHS_factor (number) if(RHS,1,0)
factor (number) = LHS_factor+RHS_factor
Q_report (Area) = Q_calc * factor
could be a bit less parameters if you nest the formula's.
Leave a comment:
-
Trouble with Formula
Hi All,
I have tried my hardest to deal with a simple enough formula, but cannot get the formatting correct for it to generate what I need.
I have a quantity parameter which I need to mutiply the amount by, depending on whether the LHS or RHS is on or they are both off. So I have 3 scenarios:
- Both on, which would require the quantity parameter to be x by 2.
- 1 on and 1 off, which require the quantity parameter to be x by 1. I.e no change from the quantity number
- Both off, which requires the quantity parameter to return a 0.
Can anyone help create the correct formula for this?
CheersTags: None
Related Topics
Collapse
-
I was hoping to get this working but am coming up empty. And I'm wondering why a Conditional Statement cannot contain non-numeric parameter names? It...
-
Channel: MEP - Family Creation
April 9, 2013, 02:27 PM -
-
I am trying to adjust one of the out of the box Revit's families (so called "Louvers with Trim"). I added height parameter and array parameter...
-
Channel: Architecture - Family Creation
July 21, 2014, 12:16 PM -
-
I have hit a brick wall with a formula, and last resort is to get some help!
I have two extrusions nested into one family file. The extrusions...-
Channel: Architecture - Family Creation
June 24, 2014, 10:40 AM -
-
Goodmorning,
I'm currently in the middle of designing a family of window bars.
My goal is to make is as adjustable as possible. This...-
Channel: Architecture - Family Creation
September 8, 2020, 09:23 AM -
-
Hey, I've got formula thats not quite working as expected and could do with a fresh pair off eyes to tell me where the syntax is wrong
and(and(Size_A...October 23, 2014, 04:21 PM
Leave a comment: