allocated room area (Space Inventory & Performance)

How much space (both space-wise and time-wise) is allocated to a particular instance of use and is therefore billed to the corresponding department.

The Workspace Transaction table (the rmpct table) stores each instance of the percentages of space use and time use. Each instance is calculated as:

rmpct.area_rm = (the corresponding room’s area) * (pct_space / 100) * (pct_time / 100)

This data is summed to the room level in the Allocated Area field of the Rooms table:

rm.area_alloc = SUM(rmpct.area_rm)

For example, suppose the following:

In this case, room 101 has the following properties:

 

Copyright © 1984-2020, Archibus, Inc. All rights reserved.