How to filter on a range of value

Answered

Hi,
I would like to achieve the following: make a filter on a field, for example only see the positive value of a specific field.
{
“Product”: “Coca-Cola”,
“Inventory”: 0
},
{
“Product”: “Fanta”,
“Inventory”: 5
}
I want to be able to make a filter  like Inventory>0
 
But
-It seems that I can only filter by value and it is not easy to only select positive value with the UI too
-If I had a calculated field which takes a value 0 or 1, i can’t filter it either.
 
Thanks for your help
 
Marc

1 answer

WebDataRocks Team WebDataRocks November 18, 2019

Hello, Marc,
 
Thank you for your question.
 
The described feature is not implemented in WebDataRocks current version. We recommend checking out Flexmonster Pivot, which is the premium product developed by the same team.
 
Flexmonster provides filtering by the value that is easy to adjust both through UI and using the filter object.
Please check out an example we made for you: https://jsfiddle.net/flexmonster/wa5Lps4b/12/.
More about filter object by the link: https://www.flexmonster.com/api/filter-object/.
 
Kind Regards,
WebDataRocks Team