ListView Search Field by Range?

0
Hi – is it possible to search a ListView by range, e.g., amount between lower/upper bound or date between lower/upper bound?
asked
1 answers
0

I don't think there is a standard function to do this. You can however create static ranges from a dropdown menu by using the dropdown filter that is available within the List view controls widget, but that depends on your requirements. 

Another option would be to use a simple object dataview where you would define the ranges in some attributes and then run a data source MF for the listview within that dataview to retrieve the list based on the values. 

answered