patricks
2012-02-14, 04:29 PM
Is there a way to have a text field in a schedule display the numerical value from another field through a formula?
I'm trying to get my occupancy schedule's Area/Occupant column to display "N/A" for fixed seating areas. Thought I could do it through a calculated value set to Text, but it's saying Inconsistent Units.
The formula is if((S.F.PerPerson > 0), S.F.PerPerson, Comments) which basically says if the area per occupant is greater than 0, just display the area per occupant number. Otherwise, use the value of the Comments field which I have set to N/A for area functions with fixed seating.
I'm trying to get my occupancy schedule's Area/Occupant column to display "N/A" for fixed seating areas. Thought I could do it through a calculated value set to Text, but it's saying Inconsistent Units.
The formula is if((S.F.PerPerson > 0), S.F.PerPerson, Comments) which basically says if the area per occupant is greater than 0, just display the area per occupant number. Otherwise, use the value of the Comments field which I have set to N/A for area functions with fixed seating.