How to filter Rp group by numeric range using two inputs, one for the min range and the other for max range. I’m trying to filter by age range with two inputs but I am not sure how.
Hey there!
You just need to add two constraints. You can do it like this:
Age ≥ input a's value
Age ≤ input b's value
If by any chance you’re using a numeric range instead of two values e.g. lowest age and highest age, you could use Age is in numeric range
Anyone else know the solution, I need help.
Anyone can help me?
Do this with two constraints
I’m not being given those option’s. The only options im being given are those in the image below. Remember it’s a numeric range between two inputs, a min and a max range.
Nevermind, I foundt a workaround thanks for your help.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.