Message 1 of 2
Revit IF formula with check box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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!