Hey there,
I’m looking for a Range Slider Widget that would output the lower and upper selected values as variables. Basically the same behaviour as the Slider Widget but for a range.
I tried the Interactive Ranger Slider Filter Widget but this one does not output any variables. I would need use those variables in a Rule Based Row filter. Also the Interactive Ranger Slider Filter Widget does not seem to work when connected to Table View (only Table View JavaScript seems to work).
Here’s a way to create flow variables. There’s probably a more elegant way, but this seems to work. Can’t help with the view problem. I’ve had similar issues myself. Interactive Filter Widget.knwf (124.2 KB)
I think you didn’t understand the structure of the workflow. The scatter plot does nothing. I just added it as a visual QA check. The key is the workflow creates upper and lower bound flow variables which can be used downstream as you need. Try this: Interactive Filter Widget rev 1.knwf (150.8 KB)
Hi everyone,
I’m also trying to create a range slider widget to output lower and upper values as variables for filtering multiple columns. I’ve explored the Interactive Range Slider Filter Widget but faced similar issues with variable output and table view compatibility.
Is there a way to modify the widget or combine components to achieve this functionality?
Here’s a workflow with filters for single and multiple columns. You can choose either a standard row filter or Expression Row Filter if you’re using KAP 5.4. You can delete what you don’t want. It also employs the Table View node. Interactive Filter Widget rev 2.knwf (216.8 KB)