We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-07-03 02:13 AM
Hi,
How do you add a percentage column to a zone area schedule? Where each zone/area is a percentage of the total site area?
Please see attached.
Solved! Go to Solution.
2022-07-04 05:23 AM - edited 2022-10-20 08:12 AM
This is what you need to do.
Barry.
2022-07-03 04:22 PM
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.
2022-07-03 11:36 PM - edited 2022-07-04 09:48 AM
To do this correctly, 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?
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. For complex projects, this is not a very suitable solution.
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.
Maybe you know how to do it differently?
2022-07-04 03:09 AM
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.
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.
Then set up your percentage expression, based on the actual zone area as a percentage of the total area property.
See the Help reference for a similar example ... https://help.graphisoft.com/AC/25/INT/index.htm?rhcsh=1&rhnewwnd=0&rhmapid=#t=_AC25_Help%2F045_Prope...
Except is it not quite the same - the 'mandatory glazed area' which is a fixed value, will become your 'total zone area' fixed value.
If your total zone area ever changes, you will have to manually adjust that fixed value.
Barry.
2022-07-04 03:46 AM
is there a simpler way?
2022-07-04 04:23 AM
@ryejuan wrote:
is there a simpler way?
Manually doing the calculations yourself.
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.
Barry.
2022-07-04 04:35 AM
Python Script ???
2022-07-04 04:41 AM
Hi Barry,
I've created a new property in "General Rating", but it's like the schedule can read the property to populated it?
Please find attached.
Use "Calc Area" --> convert unit to String --> convert to Number ...
2022-07-04 04:48 AM
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.)
2022-07-04 05:23 AM - edited 2022-10-20 08:12 AM
This is what you need to do.
Barry.