License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2024-12-05 10:47 AM
I make multiple calculations with schedules, mainly calculating areas per story level.
Is it possible to extract the SUM of a schedule as an Autotext, so that it automatically updates on my layout? Otherwise I need to transfer the data manually, which sometimes can be labor intensive.
Thank you.
Operating system used: Windows 10
2024-12-05 03:35 PM
Sadly not in that way. But of course you can place the the schedule on your layout, and cut up the whole thing to just show your sum.
2024-12-05 04:26 PM
The only work around that I see is to use Python script to put the sum in a zone custom property and retrieve this value with a label.
I made some time ago this script: https://community.graphisoft.com/t5/Archicad-Python-API/PYTHON-Sum-area-script/m-p/634934#M1054
2024-12-05 04:58 PM
Well, there are also things like the TOP-Stempel (DACH version of Archicad), if OP looks for something like that, i.e. tailored to Zones.
Then there is this add-on by @Bernd - Archi-XT.
But it's not a general purpose solution.