Show/hide

This section describes how the conditional show functionality works

As a developer you can set specific rules for showing or hiding the Komment widgets and buttons. This could be to only let certain users see certain widgets or to make widget display dependent on data selections or date entered in other widgets.

The Conditional Show settings are found in the Advanced Settings for each widget:

For the conditional show formula to work correct use "-1" as the value for when the condition is true. E.g. like in the below example where the widget will be visible when "da" is the initials of the user:

=if(subfield(osuser(),'Id=',2)='da',-1,0)

he easiest way to always hide a widget is to just set the value in the Conditional Show to 0

Last updated