Categories | Question details Back To List | ||
Filter how to do range operations for filters like >21000 <22104? -Thanks Answer posted by Support on Nov 04, 2008 03:24 Only #numeric_filter have support for such kind of operations. If you need to create a custom filter with similar functionality, you can use function as filtering parameter and describe any logic in it. |