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

Using Hyperlink Type ReportExecution in JasperReports Server

All I want to do is create a Drill down report from say report "one" to report "two" I can't find ANY documentation or examples on how to use Hyperlink Type ReportExecution for JasperReports Server It all seems straight forward but it doesn't work…
Andre
  • 661
  • 7
  • 14
  • 29
0
votes
1 answer

Cognos drill-through

How to strip off the first word from a measure being selected in a chart in a source report and pass it to a target report so that it is consumed by a crosstab in that 2nd (target) report? So, for example, my Source report has a measure called [High…
0
votes
1 answer

How to skip input control screen in Jasperserver (Using Hyperlink from Drill report)

Ok so I created a Drill down Report (lets call it DrillONE) which uses a hyperlink to drill down to a other report (lets call it DrillTWO) the drill down report (DrillTWO) doesn't have Input controls because it gets all its info from the report that…
Andre
  • 661
  • 7
  • 14
  • 29
0
votes
1 answer

How to create a multi y-axis chart with drill down in Highcharts

http://jsfiddle.net/cgelinas78/pLDeq/54/ A few things... Why aren't the dollar amounts showing up on the left y-axis? When one drills down on the 1st column and then comes back - why does the "Budget" series turn black? Here's my code: …
Cat G.
  • 11
  • 5
0
votes
1 answer

Highcharts piechart with slice animation and drilldown on click together throws exception in chart and breaks the pie chart

I have a pie chart here. On click event it drills down and on mouseover it does the slice animation. The slice animation is copied from an answer here from Pawel Fus The events I have on pie chart point are as below, mouseOut: function () { …
G G
  • 1,614
  • 1
  • 12
  • 12
0
votes
1 answer

Need to do 2 group in Crystal report

Hello i need to do a report in crystal report with 2 group, first groug: hourbyproject and the second: expence. i need them separeted and i need too have a detail for each one when i double clic for the drilldown exemple : Group 1 Project : …
0
votes
1 answer

drill down without using code

I am quite new to xcode and app production. I have just finished watching a youtube video which uses storyboard to drill down without using any code. It involves using several Tableview controllers and creating a segue between tableview controllers…
Shayno
  • 788
  • 9
  • 26
0
votes
1 answer

iOS: Data Driven Drilldown Reference App

I'm looking to create a reference app for iOS that drills-down through categories to display a Detail viewcontroller containing the topic information. I've been studying Xcode for a while but can't quite find the advice I need to focus my study in…
0
votes
0 answers

Drill-Down DevExpress Using Stored Procedure

Well, I am trying to create a drill-down DevExpress report with a stored procedure in SQL Server but the drilled data are same in every row, do anybody have the solution? thanks. Here is the stored procedure: BEGIN SELECT a.ID_Sl_Invoice AS…
daniel d
  • 23
  • 3
0
votes
1 answer

Better method of designing sqlite menu tree

I've built an iOS application around an sqlite database. One of the tables assigns a drill down tables values, order they are to be displayed in the table, and then the menus that follow. A basic tree I suppose. The way i've built it, the only way…
davidcondrey
  • 34,416
  • 17
  • 114
  • 136
0
votes
1 answer

Not able to go back to original state after drill down in highcharts

I am not able to go back to the original state of my charts after I have drilled down to the second level. Point to be noted is that I was able to do that when I was not generating multiple columns(one for open and one for closed state), I was…
Bhaskar
  • 347
  • 5
  • 10
0
votes
1 answer

Highcharts, MYSQL and Drilldown

I really need to be able to perform a drill down for columns of data. Note there will be 4 columns of data per month. I have also seen examples of the drill down column on the Highcharts website site. I do understand how it works if the data is…
Mike
  • 11
  • 2
  • 4
0
votes
1 answer

Highcharts remove labels after chart creation / drilldown

I have a graph in highcharts that has 2 sets of drill down data plus the top level. When I get to the last graph, there are as many as 100 xAxis categories. Because of this the labels become unreadable. I am running this snippet of code to try and…
Citris
  • 79
  • 1
  • 9
0
votes
1 answer

How to construct a menu with a drill down table pointing to other ViewControllers in Xcode

I'm new to Objective-C, I like it, I'm developping a free application for the local firefighters. The app does nothing really hard, but I have a big problem with the main menu: I have already created a table content all the section of my…
Redauser
  • 159
  • 2
  • 10
0
votes
1 answer

Update/Refresh a hidden parameter in SSRS after action operation in line chart

I am new to SSRS report. I have a SSRS report in which have a main report with Line chart and a sub report to show the detail. In line chart on click of the data point(series property) have to update the sub report detail on the basis of the data…
supriya khamesra
  • 133
  • 3
  • 18