Check the booleand based on the list formated line item

Hey team,

i emp dimesion and anothe same list formated line item another is boolean . if selcte the the emp 1 at list formated line itemn then i should check the box

Best Answer

  • BenjaminNiel
    Answer ✓

    Hi @143kishornaidu,

    There should be multiple ways to do it, here is one:

    1. In your module, create a boolean formatted line item, which is always true (function TRUE)
    2. Create another module and use the function aggregation function ANY
    3. In your first module, just reference the line item from the other module

    Module 1:

    Module 2:

    Hope this helps!

Answers