2020-12-13 07:52 AM
2020-12-13 08:38 AM
2020-12-13 10:13 AM
atfonit wrote:
[list=]I would like to create a new property group listing the name of occupants and the rooms they occupy.
[list=]I have created the group named coordination --> inside this I will have the new property called occupants.
HOW DO I ASSIGN A PERSON TO A ROOM? Please....
2020-12-13 10:16 AM
atfonit wrote:
Would also like to add a 2nd Property:
Air Conditioning to be added (IF room is a kitchen or a Bedroom)
Thanks ....
I know so much as this one is an IF formula but, I cant seem to add the logic for the rooms...so air con is added only to 2 rooms
2020-12-13 10:32 AM
2020-12-13 10:40 AM
2020-12-13 10:58 AM
IF ( {Property:Zone/Zone Name} <> "Bedroom", IF ( {Property:Zone/Zone Name} <> "Kitchen", IF ( {Property:Zone/Zone Name} <> "Living Room", FALSE, TRUE ), TRUE ), TRUE )
2020-12-13 11:06 AM
2020-12-13 11:10 AM
atfonit wrote:You cannot assign a Zone to a Property available for a Person because Person is not an element type in Archicad.
Laszlo :
Regarding Occupants - the Option set list is set up - but how do i then assign a room to each person ?
2020-12-13 11:11 AM
2020-12-13 11:41 AM
2020-12-13 12:11 PM