Hi Guys
I have been trying to solve this issue and having no luck. Reaching out if anyone had a similar issue and was able to solve it with clever tricks
Module 1:- dimensioned by the user ( native user list)

A user enters no of lines as a numeric value
Module 2 :- Dimenshioned by List 1 and List 2. Please note that this is not dimensioned by user list

List 2 has items numbers 1 - 15
Question :- I want to filter this module based on the number of line entered by user in module 1 . In my show ( boolean) i have a simple formula . Show is dimensioned by List 2 and users ( native)
if value(name(item)) >= module1.no of lines then true else false |
Caveats
I cannot dimension module 2 by user
I would like to avoid FAKE user list
Does anyone has a clever way of acheiving this ?
Thanks