dhidalgo
2007-10-15, 02:39 PM
I'm trying to create a room parameter for Occupancy Load based on the Occupancy parameter. The goal is to create a tag that shows the Occupancy and Occupancy Load. I created an Occupancy Load shared parameter that I added to the room properties as a Project Paramaeter. When I try to enter a formula for the Occupancy Load parameter I get an error that says:
"The following string cannot be recognized: Occupancy. Formulas cannot refer to other parameters. Only constant expressions are supported."
This is my first attempt at entering a formula so I may be missing something obvious but isn't the purpose of a formula to calculate one parameter by using other parameters? I also tried a simple formula for the Area and got the same error.
This is the formula i tried (though I intend on stringing more conditional statements for other Occupancy types):
=IF(Occupancy=Storage, 300,0)
Anyone know what I'm missing here?
"The following string cannot be recognized: Occupancy. Formulas cannot refer to other parameters. Only constant expressions are supported."
This is my first attempt at entering a formula so I may be missing something obvious but isn't the purpose of a formula to calculate one parameter by using other parameters? I also tried a simple formula for the Area and got the same error.
This is the formula i tried (though I intend on stringing more conditional statements for other Occupancy types):
=IF(Occupancy=Storage, 300,0)
Anyone know what I'm missing here?