Hi guys,
I’m new to this and I need your help.
I have a range slider with min value 1 and max value 5.
In my database, I have a numeric filed as a list. For each entry a assigned numbers from 1 to 5.
How can I filter the repeating group so that it displays the entries with the numeric field that fit in between the min and max values of the slider?
Respectfully,
Cristian
Hi, why are you keeping the datatype as list if there will be only one assigned number against an entry in database?
@cristicoss
The “user” in the below example has a “numbers” list field
Hi @alan.thomas111997 ,
Thanks for your response.
I want some of the entries to occupy more than one position. Is there a way to share my work in progress here? It would be easier if I just show you.
Thank you, @cmarchan
I’ll give it a try.
Cristian
1 Like
This worked. Thank you.
I added two constraints. One for the max value and one for the min value and in works.
Thanks for the help