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

ssrs drilldown report hide parent

I am creating a drilldown report in SSRS using pie chart. I have done the drilldown to the next chart but I also need to hide the parent chart once the child is visible. How can I achieve this? Please suggest. Thank you.
smukh
  • 81
  • 1
  • 12
0
votes
1 answer

drilldown tableview

I have a project I am working on and it requires drill down UITableView. i have adapted my code to storyboard and it drills down fine from the first UITableView to the second UITableView but when I select the rows in the second UITableView I only…
Adrian P
  • 6,479
  • 4
  • 38
  • 55
0
votes
1 answer

Highcharts Drilldown Y axis min and max

Can anybody give an example of drilldown chart that has min and max for the Y axis labels? Here is the jsfiddle of the example from the Highcharts website. I have been trying to figure out how to set a min and max for the Y axis labels. So for…
0
votes
1 answer

UIWebView & NavigationController crashes while loading

I have very weird problem I build a simple app with UIWebView and NavigationController but the problem is when the seconds page is loading and I go back to the first page and visited a link the APP crashes and the console says nothing Here is my…
Seder
  • 2,735
  • 2
  • 22
  • 43
0
votes
1 answer

Highcharts - column to spline drilldown with series data

Thanks to stackoverflow and other resources I've been able to manage having a column chart drilldown to a spline chart, as long as the spline chart only has one set of data. I now would like the column chart to drilldown to a spline with series data…
phdj
  • 199
  • 1
  • 12
0
votes
1 answer

Is there any way to disable magnifier's cursor in crystal reports

Crystal Reports shows magnifier cursor in group fields, which hide the header section. So I don't want to use this magnifier. So how can I disable this magnifier cursor?
Himanshu
  • 31,810
  • 31
  • 111
  • 133
0
votes
1 answer

Making an enormous list with duplicate data faster with AJAX

I am using a jQuery UI Selectmenu by the Filamentgroup to select questions from a database. The script is basically a fancy drill-menu using a list and a drop-down function. After a couple of tweaks (the script is beta) it works pretty good,…
mat
  • 1,619
  • 1
  • 15
  • 25
0
votes
2 answers

Creating an array from json to make drill down tableview

I am newbie for iOS programming. I'm trying to create an array of arrays from json for the drill down tableview. So I want to get this: blogsList --> blogPosts --> postDetailView. I've spent 2 days on it but still have no results. Help, please. Here…
pash3r
  • 141
  • 2
  • 13
0
votes
1 answer

Creating a drilldown menu in rails

I have a array of strings which look similar to: "folder1/filea/x1.png", "folder1/fileb/x2.png", "folder2/folder3/filec/x3.png" ..... And my goal is to create a drilldown menu like:…
Khallil Mangalji
  • 471
  • 5
  • 13
0
votes
1 answer

SSRS - Pass muliple hard coded drill down parameters

I am building an SSRS report using SSAS as the data source, and I need a drill down to include 4 of 6 account stages within my account population. The problem stems from not being able to use the [All] member because I only need 4 of the 6…
king conch
  • 337
  • 2
  • 3
  • 18
-1
votes
2 answers

Highchart drilldown dymanic

How can I implement dynamic drilldown charts? This is my problem : I have a list of series datas (pie) and I want to get data for clicked element from backend and after it, automat open drilldown. As an example: Stackoverflow and Google, both of…
dunivivi
  • 1
  • 3
-1
votes
1 answer

Drill down Angular chart

I want to create drill down option for Kendo pie chart in angular. with a single data source. In here I provided the link of the code below. I want to show the below data in the pie chart {kind: 'Asia', share: 0.175,parentID: '' }, {kind: 'America',…
Pra
  • 33
  • 8
-1
votes
1 answer

How to drill down data in one single click in excel?

I have a year progress table, and one of the columns include (+) Sign, what I want is when I click on (+) the rows from number 8 till 15 will drill down the data (Show Data) and the (+) sign in this case will be (-) Sign and, re click on (-) sign to…
Maya
  • 59
  • 6
-1
votes
1 answer

Highcharts: Drilldown from map to chart

Please consider Kuwait map: Kuwait Map I want when a user clicked on one state (for example - Al Jahrah) then a column chart appears for Al Jahrah series. For example: Category For: Al Jahrah Value For: Al Jahrah…
Arian
  • 12,793
  • 66
  • 176
  • 300
-1
votes
1 answer

Filter Data in Shiny by Clicking on Plot Data Point

I Want to filter data by click on data points of plot in Shiny, like we have in powerbi. i have developed a dashboard in powerbi i want to have a same effect in shiny, like if i click the data point of plot in shiny dashboard the other plots should…
geekzeus
  • 785
  • 5
  • 14
1 2 3
24
25