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
0
Best Answer
-
Hi @143kishornaidu,
There should be multiple ways to do it, here is one:
- In your module, create a boolean formatted line item, which is always true (function TRUE)
- Create another module and use the function aggregation function ANY
- In your first module, just reference the line item from the other module
Module 1:
Module 2:
Hope this helps!
0
Answers
-
Thanks for the solution
1