I have a classic Dashboard im trying to uplift to Kinetic… i have it working as expected less how it refreshes data.
In classic i have a dashboard with the main data pull of multiple tabs each tab is pulling from the same BAQ and then filters that data set in a different way on each tab… clicking between the tabs does not force the BAQ to re-pull the data each time
In Kinetic it looks like the tab view is handled by View options as a drop down and thats fine.
My problem is each time i select a new view option it reruns the data pull.
Does anyone know if i can force one main data point and use the view options as pure filters off that data set?
Here is a example of the first view option each of the others are set the same with different Filters.
Yeah, this is how it works natively. To do otherwise, you would probably have to get hacky. I’ve never done this, so I’m just theorizing, but you would probably need to create your own combo box with the filter names, then create an event that watches for a combo change and fire the dataview-filter widget.
I was really really hoping that was not the answer… and i that is lame lol
Thanks so much Hannah… was hoping i was just missing something. The struggle is real with uplifts from simple things in classic
I just played with this because I was curious and it’s not so bad to set up. Not much more work than defining the views, in my opinion and it’s faster.
My default setting works as i expect… but the middle one how i would expect it to work is when my transview field = Hold it would fire that condition… and the data does not filter…any one worked with switches before am i missing something?