Binding Condition

Dashboard binding conditions are very similar to server binding conditions. However, binding conditions in dashboards may include two types of references:

See dashboard binding expressions for more information about dashboard component references.

Dashboard Binding Condition Example

cell({env/value}, "altDown") && (cell({env/value}, "keyCode") == 'A') - this expression will trigger a binding those activator is key typed event only if Alt-A key combination was pressed.

Was this page helpful?