how can i do it ?
Module dimensions : time , lines , zone
Goal : display lines following this rule
Tagged:
0
Answers
-
Hi @Kairi ,
What is the add line boolean for?
If you have a selection between 1-4 which is number/list driven. (Say line item - User Selection)
You can have the list lines A/B/C etc in a sys module with a rank sequential formula applied to it.
The final filter would then say rank < = User Selection + 1
So A would have rank as 1 which will always be < = 1 and shown and same for others.0