<?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 conditional statement problem in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7534759#M255810</link>
    <description>&lt;P&gt;Hi there....&lt;/P&gt;&lt;P&gt;There is something that looks a little bit nonsense in my area schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am scheduling different&amp;nbsp;type of units such as flat, maisonette and multi-storey house. Since either maisonette&amp;nbsp;and house areas are spread on different levels I've created a formula to calculate the total number of units correctly. i.e. a duplex has a total area which is the sum of the two areas on two different&amp;nbsp;floors and so, needs to be counted as 1 (area) instead of 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've assigned a value equal to the number of levels the area is spread on and then make the grand total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the formula: if(LEVEL=3,1/3,if(LEVEL=2,1/2,if(LEVEL=1,1,0))).&lt;/P&gt;&lt;P&gt;Where LEVEL is an input assigned to each area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I want to calculate the total number of RENTED units and I did the same process, but this time I combine a RENTED VALUE created like LEVEL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the weird thing, as I attached, the values per row are correct only if I don't make any calculation at the bottom. As soon as I calculate the total all value would&amp;nbsp;change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea about what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2017 16:45:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-10T16:45:19Z</dc:date>
    <item>
      <title>conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7534759#M255810</link>
      <description>&lt;P&gt;Hi there....&lt;/P&gt;&lt;P&gt;There is something that looks a little bit nonsense in my area schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am scheduling different&amp;nbsp;type of units such as flat, maisonette and multi-storey house. Since either maisonette&amp;nbsp;and house areas are spread on different levels I've created a formula to calculate the total number of units correctly. i.e. a duplex has a total area which is the sum of the two areas on two different&amp;nbsp;floors and so, needs to be counted as 1 (area) instead of 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've assigned a value equal to the number of levels the area is spread on and then make the grand total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the formula: if(LEVEL=3,1/3,if(LEVEL=2,1/2,if(LEVEL=1,1,0))).&lt;/P&gt;&lt;P&gt;Where LEVEL is an input assigned to each area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I want to calculate the total number of RENTED units and I did the same process, but this time I combine a RENTED VALUE created like LEVEL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the weird thing, as I attached, the values per row are correct only if I don't make any calculation at the bottom. As soon as I calculate the total all value would&amp;nbsp;change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea about what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:45:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7534759#M255810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T16:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7534931#M255811</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;Hi there....&lt;/P&gt;
&lt;P&gt;There is something that looks a little bit nonsense in my area schedule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am scheduling different&amp;nbsp;type of units such as flat, maisonette and multi-storey house. Since either maisonette&amp;nbsp;and house areas are spread on different levels I've created a formula to calculate the total number of units correctly. i.e. a duplex has a total area which is the sum of the two areas on two different&amp;nbsp;floors and so, needs to be counted as 1 (area) instead of 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Why don't you use Unit Name or Number assigned to Areas to count the units?&amp;nbsp; If you do that, it doesn't matter if an unit's areas spread on different levels, they are still identified as one unit.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've assigned a value equal to the number of levels the area is spread on and then make the grand total.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here the formula: if(LEVEL=3,1/3,if(LEVEL=2,1/2,if(LEVEL=1,1,0))).&lt;/P&gt;
&lt;P&gt;Where LEVEL is an input assigned to each area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, I want to calculate the total number of RENTED units and I did the same process, but this time I combine a RENTED VALUE created like LEVEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here the weird thing, as I attached, the values per row are correct only if I don't make any calculation at the bottom. As soon as I calculate the total all value would&amp;nbsp;change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea about what I am doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 17:42:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7534931#M255811</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-10T17:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7538556#M255812</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Why don't you use Unit Name or Number assigned to Areas to count the units?&amp;nbsp; If you do that, it doesn't matter if an unit's areas spread on different levels, they are still identified as one unit.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Names are already assigned to areas. But Revit doesn't calculate total name. In addition,&amp;nbsp;that wouldn't solve the issue when I need to pick up information&amp;nbsp;whichever unit's information and the relative unit to make a total. Does it make sense?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As I showed, it looks particularly odd that the calculation changes as soon as I make a total of the source.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:20:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7538556#M255812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-13T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7539971#M255813</link>
      <description>&lt;P&gt;Not sure why your formula is so complicated.&amp;nbsp; It can be as simple as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/425528i62F18A54A4DD4767/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:19:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7539971#M255813</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-13T17:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7539994#M255814</link>
      <description>&lt;P&gt;I would just say that your formula is more clever than mine.&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apart from that, I've tried your formula but the problem is still there. If you make a total from your UNIT COUNT's column the total would be wrong.&lt;/P&gt;&lt;P&gt;Perhaps, I haven't explained my problem well. The trouble is about making total, not the formula itself...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:29:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7539994#M255814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-13T17:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7540049#M255815</link>
      <description>&lt;P&gt;The reason is when you enter the Number of Level for a grouped Unit, you actually enter the value for all the rows of that Unit.&amp;nbsp; So when you calculate total, the value is not the same.&amp;nbsp; I will get back to this later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 425px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/425540i5F52684C282580C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7540049#M255815</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-13T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7540080#M255816</link>
      <description>&lt;P&gt;Here is another approach.&amp;nbsp; See the attached 2017 Revit file for formulas and settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 444px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/425547i4B9134573D31D498/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:53:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7540080#M255816</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-13T17:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7542903#M255817</link>
      <description>&lt;P&gt;ToanDN, thanks so much for explaining.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached two grand total calculations. The first one uses a formula I had set up before consulting the forum, the second one uses the one you suggested. When I select calculate totals the first one gives me the correct total whereas the second count each item as you said and so the total is wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for bothering you, but I can understand why the first one works and the second doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:49:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7542903#M255817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T14:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7542976#M255818</link>
      <description>Same explanation as above.  If you set the schedule to itemized every row you will understand.  Nonetheless, i have change my suggestion to a different approach.</description>
      <pubDate>Tue, 14 Nov 2017 15:06:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7542976#M255818</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-14T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543319#M255819</link>
      <description>&lt;P&gt;Thanks for that....it'd&amp;nbsp;take me a little bit more to understand it anyway.&lt;/P&gt;&lt;P&gt;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:35:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543319#M255819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543395#M255820</link>
      <description>&lt;P&gt;So you last example works, how come the one you posted initially did not?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:50:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543395#M255820</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-14T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543561#M255821</link>
      <description>&lt;P&gt;I've no idea, that's the thing!&lt;/P&gt;&lt;P&gt;I thought it was something like "Revit doesn't allow to make a calculation from another calculation"...I'll have a look at my massive schedule and get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for now&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:24:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543561#M255821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T17:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543580#M255822</link>
      <description>&lt;P&gt;I think if you itemize every row, enter 1 as the number of Level for every row, then un-itemize, the total count will be correct with your formula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached screenshots and Revit file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426155i870B435F83327F6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426156i78649C9E8256E35C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426157i6DE3F5FF0EFF824B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426158iBD025577155B94F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:44:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7543580#M255822</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-14T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7544523#M255823</link>
      <description>&lt;P&gt;I would suggest an alternative approach:&lt;/P&gt;
&lt;P&gt;Use a yes/no parameter to indicate the main entrance level (only 1 for each unit) and use a formula to convert it into 0 or 1 for the unit count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UnitCount1.PNG" style="width: 307px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426296i75590B06A2EB3712/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UnitCount1.PNG" alt="UnitCount1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&amp;nbsp; in the schedule you can use the Count parameter to get the number of internal levels per unit:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UnitCount2.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426297iBAA6C6FB3D06CA21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UnitCount2.PNG" alt="UnitCount2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UnitCount3.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426299iCB9AE6C82539C118/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UnitCount3.PNG" alt="UnitCount3.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UnitCount4.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426298i3D718981DDA9D42E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UnitCount4.PNG" alt="UnitCount4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 23:47:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7544523#M255823</guid>
      <dc:creator>FAIR59</dc:creator>
      <dc:date>2017-11-14T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7545400#M255824</link>
      <description>&lt;P&gt;That sounds great, thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it would possibly work around the calculation problem.&lt;/P&gt;&lt;P&gt;However, I am just wondering whether, working as a team, it may be a bit confusing. (i.e. everybody needs to know that only one of the area would be included in the schedule and be careful&amp;nbsp;when create/delete them).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;about to create a template with a default schedule to avoid all these problems. By the way, that is a great shout!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Going back to the previous suggestions, yesterday I tried again the others solutions and sometimes was fine sometimes it wasn't. I start thinking that there would be a sort of bug in Revit 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7545400#M255824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7545691#M255825</link>
      <description>&lt;P&gt;all the areas will be included in the schedule. Users have to check the IsMainEntranceLevel parameter for 1 area per Unit, and uncheck the others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:20:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7545691#M255825</guid>
      <dc:creator>FAIR59</dc:creator>
      <dc:date>2017-11-15T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7547057#M255826</link>
      <description>&lt;P&gt;I added the Count field to the schedule (thanks to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2083518"&gt;@FAIR59&lt;/a&gt;&amp;nbsp;suggestion), set it to Not calculate total, then the whole thing works as you asked without having a Yes/No parameter.&amp;nbsp; The total units are correct, the levels per unit are correct, the areas are correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 420px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/426694i8DFB426277BD5CD5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:10:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7547057#M255826</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2017-11-15T18:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: conditional statement problem</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7548841#M255827</link>
      <description>&lt;P&gt;Brilliant, it looks great!&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:25:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/conditional-statement-problem/m-p/7548841#M255827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T09:25:08Z</dc:date>
    </item>
  </channel>
</rss>

