Drill To Buttons
our userss have complained that having to teach people how to right click and find the drill feature, they'd instead like a button at the top of the visual where they can click and it applies the drill function. i'm sure there is a jaql query or implementation we could do for this??
liamcameron
Posted 2 years ago·Last reply 1 year ago
7 comments
Ido Darnell
·1 year agoHi All liamcameron gwolfe HQ_Dev_Prod and everyone else!
tl;dr - QBeeQ have a powerful Widget Controller plugin which can solve the initial request above and improve end user UX to do more on their own
End uses are expecting to do more with their analytics, the "data appetites" of these viewers which we build our dashboards for are constantly growing, and the UX expectations too.
This is something that has come up often with our customers' end users, they want to have more flexibility to do more on their own, to be masters of their own adhoc analytics, while reducing their dependance on the data builders, the dashboard designers.
This is the main reason why we created our powerful Self Service Analytics PowerUp for Sisense.
One of the more powerful, yet simplistic, plugins available their is our Widget Controller which allows designers to add new sets of controls to any widget, native visuals, tables, maps, or any of our powerful Advanced Data Viz PowerUp plugins.
Specifically, it allows for adding dimensions and measure controls to widgets, for this conversation I believe what can solve the original question is our Dimension Switcher. It basically allows viewers to completely switch the entire dimension to any other, from within the UI of the widget, without having to go into the widget editor, and without having to request for a change iteration from the dashboard designers, something that can take a while.
The great thing about it is that it';s right there in the widget UI so no hidden UI or need for enablement or training. Plus the designers have complete control over what dimensions and measures to allow for use, so the viewers are not fully exposed to the entire data schema (oy vey..)
All our plugins are no-code and super easy to set up, no need for long scripts, or to maintain them, for multiple dashboards, widgets etc, just a few clicks and viola!
Compared to other solutions available out there, our Widget Controller includes a dimension switcher, measure switcher, break by switcher, chart type switcher ALL IN ONE! (other solutions require 4 or more plugins to achieve these functionalities)
Feel free to reach out for more info or if we can help in any way!
Don't hesitate to reach out!
Ido from QBeeQ
QBeeQ - Gold Sisense Implementation and Development Partner
Feel free to subscribe to our newsletter to stay up to date with what we're up to
info@qbeeq.io
Assaf Hanina
·2 years agohey liamcameron and gwolfe ,
Based on the screenshot provided, it appears that the goal is to identify the widgets that have the drill hierarchies feature, allowing end users to utilize this functionality.
Having an Indication of Drill can be set up Using the Script Below.
Generally, the Drill Hierarchy feature offers two options:
See Related Screenshot
Script Overview
For Automatically including the hierarchy - the element exist only after selecting a hierarchy, otherwise the script will not indicate that the widget can be drilled.
Steps to Follow:
- Add the dimension column
- save the widget
- right click on hierarchy and click on drill
- Hierarchies/activeHierarchies element will be available and the Icon will appear.
For Selected Hierarchies
- Add the Dimension Column
- Select the Hierarchy
- Hierarchy element will be available
Include an icon indicating drill functionality in the widget title:
Add a guide for the end user to the widget description:
Implementation
Dashboard Script
Best Regards
HQ_Dev_Prod
·1 year agoIs it possible for this to be automatic? Meaning, If I click on a bar in a chart to create the filter, can it also automatically drill into the next level in the hierarchy without me having to right click into the drill down?
Assaf Hanina
·1 year agohey HQ_Dev_Prod ,
The Script Doesn't support it and Natively it's not supported.
it might be possible using Script but required additional development and Checks.
Additionally, not sure if that's the best user experience to Filter and Drill at the Same time as it's missing the Primary Category.
Alternatively, Consider having Blox Action to Add Secondary Dimension which can behave as Drill and can provide more User Experience. Please find a community example for Pivot table.
Best Regards
Tri Anthony
·2 years agoHi liamcameron and gwolfe,
Since drilling is typically performed on a single data point (by right clicking the data point), or several data points (by highlighting / dragging and dropping using the left mouse button) of interest, having "drill" buttons at the top of the widget will not achieve the same effect as the out-of-the-box drill feature.
Let's say we have a widget that shows Revenue by Age Range and the users can drill into one of these four columns: Year, Gender, Country, and Product Category. A typical drill flow would involve selecting a specific age range of interest, such as "35-44", and then drilling down into another dimension, like countries.
If the drill options were added as buttons at the top of the widget (like shown in the screenshot below), how would users choose which data point to drill from? Would the drilling be performed on all age ranges? If so, this is effectively the same as replacing the widget's category column from Age Range to the selected drill column.
If the requirement here is to just add additional granularity into the widget by adding and switching a second category (or Break By column), it can be achieved with a widget script. See examples below.
Gender as the second category:
Year as the second category:
You can find below the widget script for this example. If you'd like to reuse this script, you can update the drillOptionXTitle and drillOptionXJAQL constants with your own titles and JAQLs. Note that you need to manually add a second category (could be one of the drilling options) to the widget first before applying the script.
I also attached an example dashboard below. Note that our community site doesn't currently support .dash file attachments, so please change the file extension from .txt to .dash before you import the dashboard.
Rose Holmes-Minton
·1 year agoI tried to modify the above code but, it didn't work.
Garrett Wolfe
·2 years agoI would also like to know how to do this.