Revit IF formula with check box

Revit IF formula with check box

jonathan_petitclerc
Enthusiast Enthusiast
4,673 Views
1 Reply
Message 1 of 2

Revit IF formula with check box

jonathan_petitclerc
Enthusiast
Enthusiast

Hi, 

I am trying to create an IF formula that I can't seem to find any workaroung to make it work.

 

I tried something like that :

 

if(PARAMETERNAME, IFYES, IFNO)

 

But what I want is that if a certain parameter "PARAMETERNAME" is checked, the checkbox with the formula is unchecked and if the other parameter is unchecked the checkbox is available to check (but not automatically checked)...

 

As an overview, I want that if I check the checkbox it "locks" a series of checkboxes. 

 

Thanks!

0 Likes
4,674 Views
1 Reply
Reply (1)
Message 2 of 2

aleksei.tkachenko
Collaborator
Collaborator

Hello

 

You can lock a series of checkboxes by checking one if you use "not()". See the example. However this command does not make other checkboxes available to check.

image.png

0 Likes