FJP
September 25, 2019, 8:25pm
1
Hi there,
I noticed the custom state type “numeric range”. I don’t quite understand what this type does and how the value is set?
For example can this be used to generate a range of number from 1-5? And is it possible to use and display this range in a repeating group?
Interesting! When I try it out, it looks like the answer is no. What would you like to do with it?
luke2
September 28, 2019, 12:08pm
3
If you want to generate a list of numbers setting the increment and range then just use the Toolbox plugin > List of Numbers
You can then set the RG to Number (type of content) and the data source being the List of Numbers. Within each cell would the ‘current cells number’.
Here is some information as to the Numeric Range content type:
Numerical range is only used if you’re using the Slider Input and set its type to range. That enables users to pick two numbers, and the these numbers are stored as a numerical range (like [1, 10]). You can then access the min and the max. It’s useful if you want your users to set a price range, or something like this.
Date interval is a way to quantify the difference between two dates. It/s the number of days/hours/minutes/etc between them. This is what gets returned when you do a minus betwee…
1 Like
FJP
September 28, 2019, 5:45pm
4
Hi @mike_verbruggen I was thinking about a way to not use the list of numbers plugin, whick I use now for pagination on a repeating group. But as @luke2 pointed out, I think I do should use this plugin, or use the database to generate and refresh page numbers, which will be much slower I suppose.
Good luck. Until now, I avoided the use of pagination.