Questions tagged [drilldown]

To drill down means to move from summary information to detailed data by focusing in on something. In a GUI-environment, "drilling-down" may involve clicking on some representation in order to reveal more detail.

From Wikipedia's article on drill down:

To drill down through a series of folders, for example, on a desktop means to move through the hierarchy of folders (from the top downwards) to find a specific file or to click through drop-down menus in a GUI. Clicking on an item moves you to a level of greater detail. When an online user accesses more and more pages of the website, he or she may delve deeper into the content of the site. As a web-surfer goes further into a website, he or she goes deeper into the back pages and thus deeper into data. (Of course, he or she could also begin—for example via an external search engine—at a detailed view, and drill up to the front page of the site.)

Drilling down through a database involves accessing information by starting with a general category and moving through the hierarchy: from category to file/table to record to field. When one drills down, one performs de facto data analysis on a parent attribute. Drilling down provides a method of exploring multidimensional data by moving from one level of detail to the next. Drill-down levels depend on the data granularity.

372 questions
1
vote
1 answer

(Grafana Table) ${__cell} containing an apostrophe/single quote breaks the Query String to Kibana

In Grafana I've got a table panel which contains some names (one each row), that, if clicked, open a new window on Kibana passing via URL the name the user clicked (${__cell}) in order to Drill-Down that particular name. This use to works fine, but…
gigapico00
  • 417
  • 1
  • 7
  • 24
1
vote
1 answer

Synchronize two highcharts to drill down at once

I have two highcharts in my application and one is a column graph and the other is a pie chart. In first column chart I'm displaying car sales over years and upon drill down on a year it shows sales y quarters. Then there is a separate pie chart…
1
vote
1 answer

Multiple series in drilldown

I am creating a drilldown graph in R and want one of the layers to be a line graph with multiple groups. I have figured out how to create the line graph, but i can't seem to be able to drilldown from a single to a multiple series. If i link two…
gulhamster
  • 21
  • 1
  • 5
1
vote
1 answer

SSRS Drill down report not using same credentials as parent report

I have created a drill down SSRS report where I have put text boxes and 5 sub reports and one as main report.For main report datasource I have selected "Display the following text to prompt user for a user name and password:" and have checked "Use…
1
vote
1 answer

How to implement Asynchronous drilldown in area charts in HIghcharts?

I have added the following code to implement asynchronous drilldown in area charts using highcharts.js. But the drill down functionality is not working. The event is not getting triggered. i have also exported the highchartsfactory with drill down.…
Mrunalini
  • 59
  • 1
  • 1
  • 8
1
vote
0 answers

How do I implement asynchronous drilldown in area charts. Below is my code

Below is my code for asynchronous drill down in area charts. The drill down is not happening. Does anyone know how if this is the right way to do it? I have implement the asynchronous drill down as shown below. Can you suggest how to implement…
Mrunalini
  • 59
  • 1
  • 1
  • 8
1
vote
1 answer

pentaho dashboard drill down

I'm working on pentaho dashboard drill down option passing parameter. While clicking on the first dashboard chart it's giving alert messages and also it's moving to dashboard. But in the second dashboard it's showing empty data. I don't know where…
Bharathi
  • 21
  • 4
1
vote
1 answer

Create new value in legend for 2nd and 3rd drilldown

I have create graph 3 level drilldown and want to show legend of 3rd level follow with color. Highcharts.chart('container', { chart: { type: 'column' }, title: { text: 'Stacked bar chart' }, xAxis: { …
1
vote
1 answer

Drill Through/ Drill Linking/ Drill Down using Pentaho Report Designer

I'm using Pentaho Report Designer Version: 8.0.0.0-28. I have one summary report (1) and one detailed report (2). Let's say I have this scenario: I have these columns in (1): Employees, Total hours (2): Employees, Day, Total hours per day I…
1
vote
1 answer

Highcharts conditional DrillDown not hiding DrillUp Button

I'm trying to avoid the chart's drilldown when the user clicks the x-Axis label, but, unless I'm doing something wrong, the DrillUpButton doesn't dissapear completly when I cancel the event: chart: { type: "column", …
Pakopub
  • 63
  • 6
1
vote
1 answer

How to add an extra level in a drill down pie chart?

I have a nicely working drill down chart using d3.js, but I would like to add one (or more) deeper levels. I can see how there's a level 0 (starting state) and a level 1 (one click deeper), but I can't seem to figure out how to implement that to a…
Ferdinand
  • 11
  • 3
1
vote
1 answer

UINavigationController Drill Down with Table View

I have a UITableView which lists the contents of my document directory. I have some zip files in that. If I touch a file in the UITableView, the corresponding zip file is unzipped and extracted in a temporary directory (NSTemporaryDirectory()). The…
iOS
  • 3,526
  • 3
  • 37
  • 82
1
vote
1 answer

How to make a good structure of array in Yii2?

I have table like this These are the codes: Controller : https://pastebin.com/7vf9zRrY View : https://pastebin.com/1tLCjHsH Why did I get error when I try to run those codes? This is the message error: What may I do to fix that? Thank you
r34627673
  • 293
  • 3
  • 18
1
vote
0 answers

Drill into CATEGORY CALCULATED MEMBER

with following MDX WITH SET [My Countries] as [Customers].[Geography].[Country] CATEGORY CALCULATED MEMBER [Customers].[Geography].[Europe].[Benchmark] AS {[Customers].[Geography].[Country].&[FRA], [Customers].[Geography].[Country].&[ITA],…
Bertrand Miot
  • 929
  • 5
  • 12
1
vote
1 answer

Highcharts: How to create a drilldown pie of agegroup, gender, visits?

Is it possible to create a drilldown pie with highcharts for a csv dataset that has age group, gender and visits as data? I have been trying to do this like that, but all I got is a mess with just errors. var options = { chart: { type:…
Shadowcaster
  • 111
  • 8