cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Vaa
Participant

expression-based property and zone area

 

Hi everyone,

I’m trying to set up an expression-based property in Archicad that automatically labels apartments depending on the size of a zone.

For example, I would like the property to return “2-Bedroom Apartment” if the zone area is within a certain range (say 70–90 m²), otherwise leave it blank or return another label.

I’ve tried using an IF statement like this:

 

IF ( AND ( {Property:Zone/Measured Area} >= 70 , {Property:Zone/Measured Area} < 90 ) , "2-Bedroom Apartment"
 
It seems straightforward, but I’m not sure if I’m referencing the zone area correctly, or if there’s a better way to handle ranges and apartment classification.
 

Has anyone set up something similar, or can point me in the right direction? Ideally, I’d like this property to show up in schedules so that each apartment can be categorized automatically.

Thanks in advance!

1 Reply 1
Yves
Expert

You must specify the unit here m2 and add the value false
Try with this formula

 

IF ( AND ( {Property:Zone/Measured Area} >= 70m2 , {Property:Zone/Measured Area} < 90m2 ) , "2-Bedroom Apartment" , "")

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!