2026-03-11 03:25 PM
I am creating a schedule that shows me the number of units in a residential building by floor. I need to resolve two issues: first, I need the number of units of the same type to appear in a single row according to the floors; second, I need it to count the numbers. In this case, on floor 15, it only shows me one unit with the following IF formula ( {Property:General Parameters/Home Story Name} = “LEVEL 15”, 1, 0), but it should count two. What should I do?
Operating system used: Windows
2026-03-11 03:40 PM - edited 2026-03-11 04:08 PM
Hi @FrankCv
What do you mean by "unit"? A zone/room type, apartment...?
Anyway, if you meant zone type, create a new string value property named Unit type, available for Space classification in the Property Manager.
In the new scheme settings stablish a criteria so only zones with a custom value for Unit type property are shown.
Then select the fields: Home Story Number, Unit type and Quantity.
Check Home Story Number as a group and Quantity as a sum.
2026-03-12 02:14 PM