Apartment Tag - displaying sum total of rooms

Apartment Tag - displaying sum total of rooms

Anonymous
Not applicable
1,471 Views
5 Replies
Message 1 of 6

Apartment Tag - displaying sum total of rooms

Anonymous
Not applicable

Hello,

I have an Apartment (Room) Tag, which displays the apartment number, bedroom count, and total area.

I also have individual Room Tags which feed into a Room Area Schedule and are sorted by Apartment number. 

For the Apartment total area, I need to create a Calculated Value which queries the sum total area of all rooms sharing the same apartment number as the room I am tagging. Right now we are manually reading our Room Area Schedule totals and typing it into the Apartment Tag. 

 

I suppose this is an 'if' statement but not sure about the syntax. Please advise on writing this calculated value formula. Thank you and apologies if the solution is obvious!

Thanks!

Michael 

 

michaelWMBQT4_0-1635878504553.png

0 Likes
1,472 Views
5 Replies
Replies (5)
Message 2 of 6

barthbradley
Consultant
Consultant

You can get there in a Schedule, but you can't extract that value back into the Room Tag.  

 

Room112.png

Message 3 of 6

ToanDN
Consultant
Consultant

There is no built-in solution in Revit.  Workarounds:

 

- Create Area Plans and use Area Tags

- Use Spaces in lieu of Rooms and Zones for a group of Rooms, then use Zones Tag

- Use Dynamo to collect the Room Area Sum and write it to a shared parameter in the Room Tag

- Format Room Schedule to show only Area Sum for each Apartment, place it on sheet over the Room Tag.

Message 4 of 6

Anonymous
Not applicable

Yeah, that we have. Thanks.

0 Likes
Message 5 of 6

Anonymous
Not applicable

Ok. Thank you. I did not think it was necessary to work through Dynamo but I will look into it. 

0 Likes
Message 6 of 6

RDAOU
Mentor
Mentor

@Anonymous 

 

If you do not want to use Dynamo, AND you do not want to use any Addins...you would then need to use

  1. Spaces
  2. Zones

=> Add spaces to replace rooms >>> then create a Zone per Apartment (ie: HVAC Zone) >>> add the spaces to the Zone

 

Tagging the Zone, it can fetch the gross are of the Zones added to it See Below

RDAOU_0-1635973593541.png

 

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes