Questions tagged [drillthrough]

81 questions
0
votes
1 answer

Mondrian drill through table in oracle shows integer values with comma

I have a problem using mondrian and JPivot The problem is that when I connect my application with an Oracle database, and access to the drill through table, all the values are shown with the format 2.010,00 that refers to the year 2010. This problem…
sebasto
  • 1
  • 1
0
votes
1 answer

RDLC Report grouped by month and year in ASP.NET

I have a ASP.NET MVC 4 app with an ASP.NET Web Form with a ReportViewer control. I'm using Entity Framework. I want to display a table with Orders(id, date_add, name,quantity, price) 1 | 2011-12-08 | apples | 4 | 0.99 2 | 2012-01-07 | oranges |…
Misi
  • 748
  • 5
  • 21
  • 46
-1
votes
0 answers

SSRS drill through report using same period as parent

I have created a SSRS drill through report, main report has a table which contains columns like server name, expection, expection count, last expection date, a parameter is set to expection count when clicked on exception count it will open a…
Shaan
  • 1
-1
votes
1 answer

ignore slicer value for only on column

I have a table where it show nr of clients per practitioners. and a slicer from a Date table. THis is the table i want to drill through IAPT Clients to another table ( see below ) and be able to see the Cient ID and All Sessions and Eligible Session…
-1
votes
1 answer

SSRS - Passing parameter to run stored procedure

I have set up a report in SSRS which drills through to a 2nd report. The data in the second report is a stored procedure that has a parameter declared, as in: CREATE PROCEDURE [dbo].[Procedure] (@Parameter VARCHAR(max)) AS..... In the first report I…
-1
votes
1 answer

Sort Drillthrough report

I've got a problem with the Drillthrough Action is SSAS 2008. I want to set the sort order of the Drillthrough Report by a specific drillthrough column, but I can't find a solution for the problem. I was searching for it, but couldn't find…
1 2 3 4 5
6