Kinetic Dashboard View Options refresh

Sorry if the Topic is vague.

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.

image

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.

1 Like

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.

I might use this going forward. :thinking:

1 Like

Thanks for the suggestion… though im trying to get the Switch condition to work as i have alot to check.

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?

I can confirm that filter does work if i place it in the default… but none of my other options seem to work on the switch

Try 1 instead of true.

It was me being dump… i forgot to place the value on the switch itself.

image

Thanks again for all your help

1 Like