<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Simple Conditional Formula Help?! in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3350139#M352017</link>
    <description>&lt;P&gt;See the attached illustrations, showing the two states, equal, and unequal.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2012 15:02:39 GMT</pubDate>
    <dc:creator>Alfredo_Medina</dc:creator>
    <dc:date>2012-02-28T15:02:39Z</dc:date>
    <item>
      <title>Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3349525#M352015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I please get some help on formulas. I haven’t really done&amp;nbsp;anything complex before and I thought that this one was pretty simple but I still can’t get it to work. I basically want a yes/no parameter that if ticked by a user will result in the door&amp;nbsp;leafs becoming equal widths. This is what I have done so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leaf Width One &lt;STRONG&gt;&lt;EM&gt;(instance) length parameter)&lt;/EM&gt;&lt;/STRONG&gt;: &lt;EM&gt;tied to dimension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Leaf Width Two &lt;STRONG&gt;&lt;EM&gt;(instance) length parameter)&lt;/EM&gt;&lt;/STRONG&gt;: &lt;EM&gt;tied to dimension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Equal Width &lt;STRONG&gt;&lt;EM&gt;(instance) (yes/no parameter)&lt;/EM&gt;&lt;/STRONG&gt;:&lt;EM&gt; (ticked or unticked)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Width Equal &lt;STRONG&gt;&lt;EM&gt;(instance) (length parameter)&lt;/EM&gt;&lt;/STRONG&gt;: if(Equal Width, Leaf Width One = Leaf Width Two, not(Leaf Width One = Leaf Width Two))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the inconsistent units error, I also tried using Leaf Width One / 1 but no difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m probably going about this the wrong way, so I really could use some help please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 06:32:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3349525#M352015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-28T06:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3349563#M352016</link>
      <description>&lt;P&gt;Hmm, I didn't have Width Equal parameter connected to anything, so I've tried inserting the formula below into the Leaf Width Secondary parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Equal Width, Leaf Width Secondary = Leaf Width, not(Leaf Width Secondary = Leaf Width)) Still getting the inconsistant units error though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached the family (no formula inserted, I can't save it because of the inconsistent units error!). Sorry for the parameter name changes between posts, didn't mean to cause confusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 07:49:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3349563#M352016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-28T07:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3350139#M352017</link>
      <description>&lt;P&gt;See the attached illustrations, showing the two states, equal, and unequal.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 15:02:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3350139#M352017</guid>
      <dc:creator>Alfredo_Medina</dc:creator>
      <dc:date>2012-02-28T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3351229#M352018</link>
      <description>&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The method pictured didn't work because it relied on an overall width driving the size whereas in my example I needed the panels to drive the overall size. But with some help from the AUGI forum (&lt;A target="_blank" href="http://forums.augi.com/showthread.php?p=1162695#post1162695"&gt;here&lt;/A&gt;)&amp;nbsp;&amp;nbsp;I got to the bottom of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to enter too much (incorrect) info. For those interested, I ended up using (with some parameter name changes again!):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Equal Width, Leaf One Width, Leaf Two Width)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the parameter Leaf Width Secondary&amp;nbsp;field that was dimensioning the secondary leaf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It now works exactly as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 03:43:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3351229#M352018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T03:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3351745#M352019</link>
      <description>&lt;P&gt;Your original post contained this description:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;&amp;nbsp;I basically want a yes/no parameter that if ticked by a user will result in the door&amp;nbsp;leafs becoming equal widths"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Based on that description, how can anyone infer that you "&lt;/SPAN&gt;needed the panels to drive the overall size"? You should have said that in the original post.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 13:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3351745#M352019</guid>
      <dc:creator>Alfredo_Medina</dc:creator>
      <dc:date>2012-02-29T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352827#M352020</link>
      <description>&lt;P&gt;Sorry Alfredo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't mean to confuse things. That is why I uploaded the family soon after my first post, I guess I knew I hadn't provided enough detail and thought that any required info could be obtained from the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was not my intention to waste your time. Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 21:48:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352827#M352020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T21:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352875#M352021</link>
      <description>&lt;P&gt;No problem. I am glad that you found a solution.:)&lt;/P&gt;&lt;P&gt;It happens often at work, too, when a client requests a familiy, but the specs are not clearly defined. That is why It is important to specify the expected behaviour of the family.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 22:25:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352875#M352021</guid>
      <dc:creator>Alfredo_Medina</dc:creator>
      <dc:date>2012-02-29T22:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352885#M352022</link>
      <description>&lt;P&gt;Yes, you'd think I'd know better seeing as I am on the recieving end of that&amp;nbsp;too. Lack of information is one of the biggest causes of delay and disruption in our industry!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lesson learned. No matter how much of a rush I'm in, especially if I'm asking for help, take the time to give a detailed description!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 22:31:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/3352885#M352022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T22:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Formula Help?!</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/5659887#M352023</link>
      <description>&lt;P&gt;I have a formula similiar to this that I would like some help on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in my door schedule. I have a field for Single or Pair&lt;/P&gt;
&lt;P&gt;using the formula&amp;nbsp;&lt;STRONG&gt;if(or(Width &amp;lt; 4', Width &amp;gt; 7' - 0' 6"), "SGL", "PR")&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But in some cases I have overhead doors that don't use either, what would be the best way I can override that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 17:59:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/simple-conditional-formula-help/m-p/5659887#M352023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-01T17:59:58Z</dc:date>
    </item>
  </channel>
</rss>

