Message 1 of 8
Schedule Conditional Format returning unexpected 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a schedule of occupant loads that calculated occupant load via formula (Area / Occupant Load Factor). All is well here.
I've set up an Occupant Override parameter (number). I'm trying to create a calculated parameter in the schedule that returns either the original Occupant Load, OR the Occupancy Override if a value is present in the Occupant Override field.
My formula unfortunately returns all zeros, rather than the calculated Occupant Load. What am I missing in my formula?
Actual Occupant formula: if((Occupancy Override = 0), (Area / OLF / 1 SF), Occupancy Override)