Quick Question About Grouping Spaces by Floor

Hi guys,
Hope you’re all doing great!

Quick question: is it possible to group the spaces in the tables based on the floor they belong to?
It would definitely help make things easier to read.
Also, would it be possible to add a label like Total on the total row? Just to make it a bit clearer at a glance.
Thanks a lot in advance!

Best,
Alessandro

Hi @Alessandro_Barbisan this has a short and a long answer.

Short answer: no.
Long answer: you can sort the items in the table according to a property field, but it is not possible to group them with this division lines like in your screenshot, or displaying the value in that first column with the text aligned vertically.

Also take into account that the Level where an object is located does not exist as a property/parameter. So you will need to create a custom parameter for that, and then assign the corresponding value to each object.
The following Grasshopper definition will help you automate this process (creating a new parameter, and assigning the corresponding value to each object):
Level Parameter.gh (12.7 KB)
(You need to click on the Update Property button, in the Update Property component.

In order to show the term “Total” in the last row of the table, you can just type that text in the Total label field, in the table styles dialog:

@fsalla Thanks a lot for your reply, it really helped me! Have a great day!