Updateable BAQ Dashboard

Is there a way to make a column updateable based on a condition? I want a column of checkboxes that are default to checked to only be updateable if they are checked, so they can be unchecked. Once unchecked, it should no longer be possible to update to become checked again.

Maybe a row rule, that disable the field based on your condition ?

1 Like

You can use the validation to check for that. In the UBAQ you set the field to raise events, then you can put BPM’s on the validation. This fires every time you change the field. You return true or false, and that tells the UI whether or not that change is allowed. In the BAQ you click on the V to test run it, the dashboard does it automatically.

validation

The downside of this, is the user doesn’t know it’s read only until they click on it, but upside, is that this security is not on it wherever you use the BAQ.

Probably a combination of this, and the row rules that @mbilodeau suggestion is the best solution.

1 Like

How would a rule for this look like and where exactly would it be placed?

Something like that: