<?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: Adding percentage to Zone Area schedule in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359317#M10962</link>
    <description>&lt;P&gt;He used an expression to calculate the zone percentage for each zone. The difference was that you have to manually enter the sum of all the zones, taken from the schedule total, into a custom property. The Python script calculates the totals automatically and eliminates the custom property as unnecessary.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 22:12:10 GMT</pubDate>
    <dc:creator>poco2013</dc:creator>
    <dc:date>2022-10-20T22:12:10Z</dc:date>
    <item>
      <title>Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342977#M10935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do you add a percentage column to a zone area schedule? Where each zone/area is a percentage of the total site area?&lt;/P&gt;
&lt;P&gt;Please see attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="percent Area analysis.jpg" style="width: 601px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/55068i8AA1F6C946006695/image-dimensions/601x401?v=v2" width="601" height="401" role="button" title="percent Area analysis.jpg" alt="percent Area analysis.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 23:48:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342977#M10935</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2025-06-02T23:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342984#M10936</link>
      <description>&lt;P&gt;I think you’d have to create a new property expression and a zone for the entire building or site area to calculate it or have a property which defines the overall area figure then use an expression to calculate the percentage of each zone based on that figure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 14:22:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342984#M10936</guid>
      <dc:creator>Lee Hankins</dc:creator>
      <dc:date>2022-07-03T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342990#M10937</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/16017"&gt;@Lee Hankins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do this correctly, &amp;nbsp;you need to somehow collect all the data about the zones in one object, because formulas (property expressions) work at the individual element level. How can you do it?&lt;BR /&gt;In this case, it's probably possible to create an property for overall zone to have a total area figure, and then use an expression to calculate the percentage of each zone based on this figure, but this is a semi-automatic method.&amp;nbsp;For complex projects, this is not a very suitable solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the truth is that it's better to export this schedule to Excel, add a percentage column, and then import it back into Archicad.&lt;BR /&gt;Maybe you know how to do it differently?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 07:48:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342990#M10937</guid>
      <dc:creator>Andrii Levko</dc:creator>
      <dc:date>2022-07-04T07:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342995#M10938</link>
      <description>&lt;P&gt;Zones can not talk to each other and schedules can not do calculations, so you have to set it up with properties with expressions as Lee mentioned.&lt;/P&gt;
&lt;P&gt;You need to create a fixed property for zones where you can manually set that property value to the overall area of all of your zones.&lt;/P&gt;
&lt;P&gt;Then set up your percentage expression, based on the actual zone area as a percentage of the total area property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the Help reference for a similar example ... &lt;A href="https://help.graphisoft.com/AC/25/INT/index.htm?rhcsh=1&amp;amp;rhnewwnd=0&amp;amp;rhmapid=#t=_AC25_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-20.htm%23XREF_60633_Display_Regulation&amp;amp;rhsearch=expression&amp;amp;rhsyns=%20" target="_blank"&gt;https://help.graphisoft.com/AC/25/INT/index.htm?rhcsh=1&amp;amp;rhnewwnd=0&amp;amp;rhmapid=#t=_AC25_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-20.htm%23XREF_60633_Display_Regulation&amp;amp;rhsearch=expression&amp;amp;rhsyns=%20&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Except is it not quite the same - the 'mandatory glazed area' which is a fixed value, will become your 'total zone area' fixed value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your total zone area ever changes, you will have to manually adjust that fixed value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 01:09:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342995#M10938</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-07-04T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342996#M10939</link>
      <description>&lt;P&gt;is there a simpler way?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 01:46:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342996#M10939</guid>
      <dc:creator>ryejuan</dc:creator>
      <dc:date>2022-07-04T01:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342997#M10940</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/5029"&gt;@ryejuan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;is there a simpler way?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Manually doing the calculations yourself.&lt;/P&gt;
&lt;P&gt;Or exporting the zone areas to an external spreadsheet you have set up that can do the calculations for you - but I wouldn't say that is easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 02:23:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342997#M10940</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-07-04T02:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342998#M10941</link>
      <description>&lt;P&gt;Python Script ???&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 02:35:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342998#M10941</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-07-04T02:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342999#M10942</link>
      <description>&lt;P&gt;Hi Barry,&lt;/P&gt;&lt;P&gt;I've created a new property in "General Rating", but it's like the schedule can read the property to populated it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use "Calc Area" --&amp;gt; convert unit to String --&amp;gt; convert to Number ...&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/55070i295CFCCFB67E58EA/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2022-07-04 123707.jpg" title="Screenshot 2022-07-04 123707.jpg" /&gt;</description>
      <pubDate>Mon, 04 Jul 2022 02:41:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/342999#M10942</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2022-07-04T02:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343000#M10943</link>
      <description>&lt;P&gt;In a way that's what I'm currently doing for most projects. Prone to error specially if you are rushing things and might overlook certain items. Am not sure how difficult it is for Graphisoft to incorporate this kind of things in their built in schedules (wishing that there is a button to press with % or show all FFL or Glass symbol for your door and windows schedules.)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 02:48:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343000#M10943</guid>
      <dc:creator>ryejuan</dc:creator>
      <dc:date>2022-07-04T02:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343002#M10944</link>
      <description>&lt;P&gt;This is what you need to do.&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="zone_areas_1.jpg" style="width: 720px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/30762i921446CF03617E8D/image-dimensions/720x561?v=v2" width="720" height="561" role="button" title="zone_areas_1.jpg" alt="zone_areas_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zone_areas_2.jpg" style="width: 721px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/30763i7F3F8ECE7B54BF03/image-dimensions/721x562?v=v2" width="721" height="562" role="button" title="zone_areas_2.jpg" alt="zone_areas_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zone_areas_3.jpg" style="width: 720px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/30764i66FE99D71416A103/image-dimensions/720x592?v=v2" width="720" height="592" role="button" title="zone_areas_3.jpg" alt="zone_areas_3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 23:46:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343002#M10944</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2025-06-02T23:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343018#M10945</link>
      <description>&lt;P&gt;Thanks Barry. I managed to get it. (See attached).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-07-04 175143.jpg" style="width: 639px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/55074iBB1BD467CFA6A017/image-dimensions/639x316?v=v2" width="639" height="316" role="button" title="Screenshot 2022-07-04 175143.jpg" alt="Screenshot 2022-07-04 175143.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 23:48:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343018#M10945</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2025-06-02T23:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343019#M10946</link>
      <description>&lt;P&gt;It just seems a very convoluted way to determine simple percentages from the model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 07:57:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343019#M10946</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2022-07-04T07:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343020#M10947</link>
      <description>&lt;P&gt;I've been asked to do it this way, where I'm gleaning data direct from the model.&lt;/P&gt;&lt;P&gt;I have not been show this method (before now) by the person who asked me to do it. so I'm assuming it could have been done.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 08:00:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343020#M10947</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2022-07-04T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343028#M10948</link>
      <description>&lt;P&gt;I know and saw the revit dept here in our office can do computations in schedules vs Archicad well its always an on going debate which is best but trying to make it work is also another story.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Showing the&amp;nbsp; plot ratio (Proposed GFA / Site Area) is also a simple yet manual task in Archicad, there's no way I can generate it automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 09:14:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343028#M10948</guid>
      <dc:creator>ryejuan</dc:creator>
      <dc:date>2022-07-04T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343029#M10949</link>
      <description>&lt;P&gt;I wish everyone has time to fiddle and learn with several on going projects at hand not that easy...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_without_mouth:"&gt;😶&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 09:19:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343029#M10949</guid>
      <dc:creator>ryejuan</dc:creator>
      <dc:date>2022-07-04T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343030#M10950</link>
      <description>&lt;P&gt;Yes. I'm a Revit User also, and percentages of site areas can be collated easily.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 09:24:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/343030#M10950</guid>
      <dc:creator>cadsph</dc:creator>
      <dc:date>2022-07-04T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359161#M10951</link>
      <description>&lt;P&gt;Hi all, i'm wondering if anyone can help. i can't seem to get the property manager zone areas to work as the above. I've setup the zone property as the above posts but it doesn't seem to be picking up the zone areas. I've done a quick example in Archicad 26.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to make an automated site coverage note for my site plans.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zones 01.JPG" style="width: 720px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/55532i541E8ACD4377406C/image-dimensions/720x711?v=v2" width="720" height="711" role="button" title="zones 01.JPG" alt="zones 01.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zones 02.JPG" style="width: 600px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/55533i7C70899B5001743C/image-dimensions/600x928?v=v2" width="600" height="928" role="button" title="zones 02.JPG" alt="zones 02.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 23:47:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359161#M10951</guid>
      <dc:creator>tomyg</dc:creator>
      <dc:date>2025-06-02T23:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359203#M10952</link>
      <description>&lt;P&gt;Area Analysis using zones and a Python script is a relatively straight forward and easy procedure.&amp;nbsp; However, it seems that everyone calculates it differently and has their own ideas as how to define it. I doubt if you'll get any definitive suggestions without knowing your specifications, it is just impossible to guess your needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exactly, what do you need to calculate and from what relationships?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 03:40:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359203#M10952</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-10-20T03:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359208#M10953</link>
      <description>&lt;P&gt;Hey Gerry,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used the base Aus select template in Archicad with no changes for this very reason. It's as basic as it comes out of the box. if you look at the previous solution to this thread, you'll see it seems pretty straight forward but for some reason I can't get it to work in the same manor.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 04:26:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359208#M10953</guid>
      <dc:creator>tomyg</dc:creator>
      <dc:date>2022-10-20T04:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding percentage to Zone Area schedule</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359210#M10954</link>
      <description>&lt;P&gt;I&amp;nbsp; have no idea what the AUS template is: And the accepted solution uses a manual total area calculation , as I see it. I thought I idea was not to have to be entering a sum manually. But -- Whatever?? That is the essence of the problem - what is going to constitute the&amp;nbsp; reference areas and how to obtain that? But manual entry works too.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 04:47:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Adding-percentage-to-Zone-Area-schedule/m-p/359210#M10954</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-10-20T04:47:47Z</dc:date>
    </item>
  </channel>
</rss>

