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
3
votes
1 answer

SSRS Passing Parameters in an Action Expression based on contents of grid/cell

In my main table, I have a fairly complex query pulling 2 kinds of data and displaying them in one grid. Currently, if the user clicks on a value, they will be able to drill down into a breakdown of the data they clicked on. The problem is that I…
tvoytko
  • 93
  • 1
  • 6
3
votes
0 answers

How to do drilldown d3 topojson map

I have started working on D3 recently. Start with, I want to load country level map with just showing country boundary, states and bubble in the centre of each state, with summarised value. When user click on to specific state, map will smoothly…
microchip78
  • 2,040
  • 2
  • 28
  • 39
3
votes
2 answers

Highcharts --- Change sliced color on drilldown pie chart

I am trying to change the sliced point colour on pie chart. When it is drilled down, the colour couldn't be changed using the select function on the slice. The colour is always changed back to the colour of its parent slice. For example, when a…
Touma
  • 55
  • 5
3
votes
1 answer

Highcharts column drilldown

From my php file, my array prints something this: Array ( [2011] => Array ( [name] => 2011 [total] => 963 [drilldown] => true ) [2012] => Array ( [name] => 2012 [total] => 1997 [drilldown]…
3
votes
1 answer

Best method for true drill-down navigation in Navigation Drawer

I know EXACTLY what I want to do, but am new to android programming. I have gone through countless tutorials and searched everywhere, but cannot find any code examples of how to use multiple listviews (or other method, if there's a better way) in…
3
votes
1 answer

Yii Bootstrap Thumbail - image drilldown

Iam a yii newbie (started a week ago) and i want to use the yii Bootstrap Thumbnail grid in order to display some countries images, and then i want to drill in each country and display the cities, etc, without reloading the entire screen, just the…
user1768715
2
votes
3 answers

ASP.NET (MVC) - Drill down with hash

I'm currently working on a drilldown filter in MVC but I don't really know how to make this the fastest and most flexible as possible. click here Now my question is, how do you think they are doing this? I've really no idea how to make this kind of…
Julian
  • 1,105
  • 2
  • 26
  • 57
2
votes
2 answers

Android Listview Drill Down - Do I use one activity or multiple activities?

I need to have a 3 level 'drill down' listview in my Android app with the back button used to go 'up' a level and wanted to know what's the best practice to do this. The data will be coming from a local SQLite database. From what I've read, I think…
NiVZ
  • 21
  • 4
2
votes
1 answer

SSRS Reports: Drill down with custom columns in each sub-grouping

I want to be able to group information (no problem) but be able to show a completely different set of columns when the grouping icon ('+') is selected. For Instance, lets say the top level report is: DEPARTMENT | MANAGER | BUDGET # | TOTAL…
Susan
  • 1,822
  • 8
  • 47
  • 69
2
votes
1 answer

Choosing R Highcharter colours for each drilldown level graph in Rshiny

I am creating a drill down in Rshiny similar to the solution in this question but I have 6 drill-down levels whereas the original question has 3 levels. Is there a way to specify the colours for each drill-down level? E.g. using the referenced…
Thandi
  • 225
  • 1
  • 2
  • 9
2
votes
0 answers

Drill Down Charts for iOS Swift and Android

We want to implement drill down charts for our iOS Swift App and Android App, we have done some research & implementation of different charts For iOS https://github.com/danielgindi/Charts For Android https://github.com/PhilJay/MPAndroidChart but we…
iAj
  • 3,787
  • 1
  • 31
  • 34
2
votes
1 answer

Microsoft Power BI drillthrough from one table report to another (each uses different datasets)

I am fairly new to Power BI reporting. My question may be somewhat pedestrian. I have this situation below: I have a Category report in a table in Page 1 of Power BI desktop; this Category report is developed from Categories dataset. I have a…
user3812887
  • 439
  • 12
  • 33
2
votes
1 answer

Java, drilldown an ArrayList of HashMaps

I have an ArrayList>. I'd like to quickly extract from this a new ArrayList comprising all the keys. How do I do this?
Ken
  • 30,811
  • 34
  • 116
  • 155
2
votes
0 answers

highcharts sunburst datalabels not showing after drilldown or drillup

The highcharts sunburst chart is great, but it doesn't show the dataLabels after you drilldown or drillup This is the stock example: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/sunburst/ Notice…
user1758908
  • 146
  • 1
  • 11
2
votes
0 answers

Highcharts (HighMap) showing cities on county click

http://www.highcharts.com/maps/demo/map-drilldown In High chart Maps, when we click on state it shows all of its county. Is there a way that i click on a county and it shows all of it cities? Is there any way of accomplishing it. I want to do it for…
Sana Ahmed
  • 462
  • 3
  • 25
1
2
3
24 25