#67 💠Using Vizlib VizTips to update all your charts on hover and drill down in Qlik Sense
Vizlib Legends had been revealed, and I'm really happy to be part of it!
A good opportunity to resume good habits and post a tip 😉
VizTips is a feature that allow you to display a custom tooltip based on KPI Designer be just hovering a value in a chart
Behind the scene, it fills a value in variable that is reused in your Set Analysis expression
It's not obvious, but you can reuse this Set Analysis in all other objects! 😎
Wanna drill down to details easily?
You can get values from VizTips context and trigger actions like selecting and navigating right from KPI
How to
VizTips provides two variables :
👉 vl_viztipsSet is a full set analysis that is used like :
sum($(vl_viztipsSet)[Strokes to Par])
👉 vl_viztipsInlineSet can be added inside an existing set analysis
Sum({$<Par={'3'} $(vl_viztipsInlineSet)>} [Strokes to Par])
Cheers