I’m having a Quiver in which I’m using Vega Plot. The selection on the Vega plot is producing a Transform Table with 2 ranges columns “Number Ranges”.
I want to filter my original Object set with those ranges.
e.g. propertyyA = 10, 20, 30 on 3 different objects
I display them in a Vega plot
The user can select via a rectangle [10, 25]
I want to filter my base object set so that I get only the object for which propertA is in range [10,25]
Hover over the Transform Table cell to “pop out” the numeric range value
Convert the numeric range into a “range start” and “range end” value via the next actions menu
Filter the original object set using the start and end values as parameters, with the “between” filter option
There’s also a fix in progress which will allow you use a “within” filter option, and directly insert the numeric range there (without having to split it into start and end dates)
Quiver now includes a “within range” filter type, so you can instead follow these two steps:
Hover over the Transform Table cell to “pop out” the numeric range value
Use an “Object set filter” card to filter the original object set. Use a “within range” filter option, inputting the range from step 1 as the parameter