PDA

View Full Version : 2015 Calculating Room Population



eduardo_boarati690764
2015-01-29, 06:13 PM
Hi everyone, I'm new in this forum, so i may do something wrong.

I need to calculate a population for rooms. Its there a way to do a calculated value for rooms?? Like.....Divide the area by a value to get a number of people by room??

When i try to do it, i get inconstent Unitys.

I created a Parameter under Identity data to input my value, but i cannot divide my area by this value...

thanks

Steve_Stafford
2015-01-29, 09:15 PM
Inconsistent units is a quirky software issue because you are doing math on values based on two different kinds of units; area and integer (which is sort of unitless). To resolve the warning just divide by 1 (in some cases multiply by 1). If your formula looks like this: Area / Population and you get the warning, try: (Area / Population)/1