We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-10-04 01:25 PM - last edited on 2024-10-05 12:37 AM by Laszlo Nagy
Hi all.
I would just like to know if anyone had experience in creating a schedule like this before?
I would like to have the amounts next to descriptions, per floor, and then a total of each item at the end... As per the pic.
Operating system used: Windows 11
Solved! Go to Solution.
2024-10-07 03:19 PM
@Laszlo Nagy The official Quantity works here.
@johanSR You need to have a column for each level/story property if you want the result in reference. You can't use the home story name for this kind of result. I don't understand the Classification part, did you create a classification for each story? You only need to make the properties available to the elements you want to schedule.
2024-10-07 03:39 PM
I think I might not be as clever as you guys... 😉
This is way too complicated for me...
I added those properties under the property manager. I thought you would need to add it to a classification to be able to reference it?
2024-10-07 03:52 PM - last edited on 2024-10-07 04:03 PM by Laszlo Nagy
Urghhhhh.
Just as I replied I got the structure correct!!!
Now I just need the values to show up...
2024-10-07 03:53 PM - edited 2024-10-07 03:54 PM
My mistake, the classification seems good.
You need to have 1 story property for 1 column and then the Quantity at the end. The pameters for each column is to help you concatenate the value on on line.
2024-10-07 03:57 PM
It looks like that your element don't have the correct classification to access the property.
2024-10-07 04:40 PM - last edited on 2024-10-07 04:44 PM by Laszlo Nagy
It's showing a value, but it seems to be different all around and not the correct values.
They are assigned to a classification though...
2024-10-07 05:11 PM
The "---" result is clearly a non accessed property problem.
Check each "---" value by selecting the element in the schedule then using the "select in 2D" schedule command
If you want to have everything on the same line (as it is in your example), you can remove the flag
2024-10-07 06:29 PM
Thanks!
I'll check those objects for the classification...
But why are some objects showing 0, when there are more than that?
2024-10-07 06:32 PM - edited 2024-10-07 06:33 PM
Because for each story property, you have to modify the formula: for example:
IF(Home Story Number = 4;1;0) for the fourth floor,
IF(Home Story Number = 5;1;0) for the fifth floor...
You wrote the same formula for each story, so the property verify if the object is in the ground floor each time
2024-10-10 02:45 PM
Thanks Mathias!!!
That did the trick. Everything is working perfectly!!