📝
Komment - Qlik write-back extension
  • Welcome
  • Getting started
    • Installation
    • Load script
    • Configuration
    • Security rules
    • Multiple Qlik Sense sites
  • Features
    • Modes
    • Widgets
    • Audit trail
  • Optional Settings
    • Data Connection
    • Buttons
    • Show/hide
    • Conditional Write
    • Exclude null values
    • Mandatory
    • Freeze columns
    • Layout
    • Permission rules
    • Localization
    • Utilities
  • Qlik SaaS
    • Intro
    • QMC
    • Komment setup
    • Spaces
    • Kaptain
  • KAPTAIN ADMIN MODULE
    • Intro
    • Getting started
    • Admin options
    • User options
  • RELEASE NOTES
    • Release notes
Powered by GitBook
On this page

Was this helpful?

  1. Optional Settings

Show/hide

This section describes how the conditional show functionality works

PreviousButtonsNextConditional Write

Last updated 3 years ago

Was this helpful?

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

Conditional show formula