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

How to drill down charts with ChartJS?

I was very surprised that I found almost no information about this topic. I have a ChartJS pie chart that I want to drill down into after clicking a slice of the pie. How would you do that? Thank you
AlonBA
  • 444
  • 1
  • 4
  • 18
13
votes
2 answers

Drilldown in highmaps - how to remove a series

I am currently trying to create a drilldown map on Highmaps using this example: http://www.highcharts.com/maps/demo/map-drilldown I have got this to work with my own data for a different country correctly. The code from this example is: …
Maeve90
  • 345
  • 1
  • 6
  • 14
10
votes
3 answers

Show UITabBar when UIViewController pushed

Here's my situation : I have a UINavigationController inside a UITabBarController. When I drill down the navigation controller, at some point I have to hide the UITabBar because I want the view to have as much space as possible. I do that by using…
kombucha
  • 1,424
  • 1
  • 11
  • 19
6
votes
3 answers

How do I implement drill down (list)view?

I'd like to implement drill down view in Android. Currently, onListItemClick, I refill the same list view with different data. questions: any other suggestions? Something like the way it is done using UITableView on iPhone? is it possible to…
HiQuLABS
  • 121
  • 2
  • 6
5
votes
1 answer

Highcharts drilldown - when useing setData chart doesn't stay drilled down

I've got a highcharts chart with the drilldown module which works just fine. At some point I'd like to update the chart with a new set of data. I use chart.options.drilldown.series = drilldownSeries; //This forces the chart to go back to level one…
Richard Deurwaarder
  • 2,023
  • 1
  • 26
  • 40
4
votes
1 answer

Visual Studio 2010: Visual Debugger Drill down into collection pain

When I am debugging a collection visually in Visual Studio 2010 I have to drill down quite a few levels before I get to the actual items in the collection. The image attached below is of an ObservableCollection and you can see the hoops…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
4
votes
2 answers

Drill down chart in angular

I want to have a column chart in my angular app that could be drilled down to a line chart. I think the main problem is to be able to handle click event on each column that I could not find it highchart nor angular-chart. Can you tell me a way to…
RezKesh
  • 2,861
  • 2
  • 24
  • 35
4
votes
1 answer

Drilldown on category group for stacked chart - ssrs 2008?

Is it possible to include drill down or link to report functionality in the category group (x-axis) for a stacked bar chart report?
4
votes
1 answer

Drill down heat map chart

I have a requirement of drill down heat map chart. I need some javascript framework. I have checked extjs, highcharts. But nothing appealing as such till now. What I want is exactly like Google Analytics. First a world map Once I click on USA, I…
Some Java Guy
  • 4,992
  • 19
  • 71
  • 108
4
votes
3 answers

Highcharts, Can you change the chart type for drilldowns?

Highcharts, Can you change the chart type for drilldowns? I would like to present a standard "column" chart initially and then drilldown to a "bar" chart, I have tried everything I could think of.... I assumed it would be set in the drilldown code,…
3
votes
1 answer

Mondrian Olap drilldown algorithm

I didn't found but may be someone could me explain - OLAP cube is a combination of all possible aggregation, so related to Mondrian - leaf level is data in fact table or it is a minimum aggregate (cell) ? Thanks.
user710818
  • 23,228
  • 58
  • 149
  • 207
3
votes
1 answer

Linq to Entities - Drill down filter (Asp.net)

I've been searching for a good way of doing multiple "where" filters on an entity collection from linq. There are lots of sites that use a filter for their searches on the side, like ebay. The technique used is called a "drill down" filter. Now I'm…
Julian
  • 1,105
  • 2
  • 26
  • 57
3
votes
1 answer

Is it possible to create a hierarchy (drill-down structure) based on other flat hierarchies in icCube?

I would like to build hierarchies with as much as depth possible to offer users "navigation paths" to their data. Often, I am blocked as the metadata can not be properly placed into multilevel hierarchies due to source data constraints. Or if I…
Arthur
  • 1,692
  • 10
  • 14
3
votes
1 answer

Foundation 6 data-responsive-menu parameters

I'm building a responsive navigation with foundation 6, integrated in wordpress. I'd like to use data-responsive-menu attribute in order to trigger the drilldown plugin on small screens. Easy. The problem is that I don't want any of the other…
Marco
  • 712
  • 1
  • 10
  • 23
3
votes
0 answers

Highcharts multiple selection without using Shift+click/Ctrl+click

I have created a chart using Highcharts, which drilldown in the second click to show more information. In the first click, I can also select multiple charts using Shift+click or Ctrl+click. I also implemented a little div which appears when the user…
Ferran Buireu
  • 28,630
  • 6
  • 39
  • 67
1
2 3
24 25