need a little help. I have an operable wall that I can show the wall open or closed. where I am having trouble is I'm trying to show 2 passage doors in different positions along the wall. trying to figure out the formula so that if the panel_vis is on, I have the options to turn door1 on or off as well as door2, but obviously when the panel_vis is off, both doors are off.
any ideas?
thank you.
PassageDoorVis1=if(Panel_Vis, Not(PassageDoorVis2),PassageDoorVis2)
where Panel_Vis is assigned to visibility parameter for PassageDoorVis2
@barthbradley wrote:
where Panel_Vis is assigned to visibility parameter for PassageDoorVis2
should read: "where Panel_Vis is assigned to visibility parameter for Passage Door 2"
barthbradley,
not was i was looking for BUT this is how I got it to work.
added 2 extra parameters.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.