Forum

Ralf
Participant
    4 years, 6 months ago #25404
    Up
    0
    Down
    ::

    Thx Vitali,

    but that’s the other direction.

    I want the X in the key field without any process logic. i have more than 20 checkboxes to fill and every condition to select makes it more lowly

    {= ${variableHolder>/USER_STRUCT/allowed} ? 'X' : ''} <– this is the way i want to go (see checkbox-key)

    But this one is looking for the state of  /USER_STRUCT/allowed and i want to look for state of ‘this.checkbox.id.selected’ to set key as ‘X’ or ”.

    the key of checkbox used in the process ui action to fill a variable or do anything else (see  ui-action-key)

    i don’t want to create a boolean variable to save the checkbox selected, because i don’t need this value. i only need the key value X or not

    I don´t know how the syntax is in the Simplifier UI field?

    Attachments:
    You must be logged in to view attached files.