View VMF_Room

Card of view VMF_Room

Name

VMF_Room

Comment

See documentation on MF_Room in the StarsSpaceDiagram package.

Dimensional Type

Fact


SQL query of the view VMF_Room

SELECT
MD_Room_SurrogateKey,
MD_Building_SurrogateKey,
MD_CarlDept_SurrogateKey,
MF_Room_Area,
MF_Room_Capacity,
MF_Room_Count
FROM
MF_Room


List of outgoing view references of the view VMF_Room

Name

Parent Table/View

ViewReference_142

VMD_Building (Shortcut)

ViewReference_143

VMD_Room (Shortcut)

ViewReference_144

VMD_CarletonDepartment (Shortcut)


List of diagrams containing the view VMF_Room

Name

ViewsSpaceDiagram


List of permissions of the view VMF_Room

Grant

User

SELECT,VIEW DEFINITION

EnergyReader

SELECT,VIEW DEFINITION

SpaceReader


List of view columns of the view VMF_Room

Name

Data Type

Comment

Length

MD_Room_SurrogateKey

numeric

 

 

MD_Building_SurrogateKey

numeric

 

 

MD_CarlDept_SurrogateKey

numeric

 

 

MF_Room_Area

int

Room area in square feet. May be NULL, since not all rooms/spaces have area values entered into Colleague.

 

MF_Room_Capacity

int

Room capacity in people (i.e., an integer count). May be NULL, since not all rooms actually have capacities marked in Colleague.

 

MF_Room_Count

int

Count of applicable rooms. Do not use as the divisor in average area and capacity calculations, since the area and/or capacity may be null.