a report grouping and SUM challenge
I am not sure how to best communicate my challenge without the following image. I have a number of report groupings, child/parent/adjacent etc. The report groups the information by State "DE" at the...
View ArticleT-SQL / SUM() OVER PARTITION differences
Hello there,spends 3 days of my life and to ask here seems to be my last chance.I created an invoice (DECIMAL(10,2) on every stage) for our company that should be used to pay the employees. I am...
View ArticleSum Min Values?
I have a report with one row group. In one of the fields I am displaying a Min valueIn the totals row of my report is there a way I can Sum up all of the Min values?Category Limit X 3 Y...
View ArticleTotals for Year
Hi using SSRS 05 I am trying to count the number of invoices by country then company and show the total and percentage each company has of the total. It's works in TSQL when I manually enter the dates...
View ArticleSSRS: User Entered Date Range
I am creating a program that generates 2 tables from the same data source but different data sets. The 2 tables represent 2 different assembly lines. I want the user to be able to select a specific...
View ArticleRepeatColumnHeaders doesn't work.
I have a very simple report developed in VS2012, viewing it on a form in a ReportViewer control.I have set RepeatColumnHeaders of the Tablix to True, however when the report runs it does not repeat the...
View Articlehow could I hide some part of series Line
Hi,I have created a line graph which have three series. and its categorised by month (1,2,3....12).1) Actual data2) Forcasted data3) target dathere I have to shoe target date for whole year ie...
View ArticleSSRS 2005 - Call custom code on input parameter
On my report the user enters a SSN parameter. I need to call custom code to Encrypt the value to match with the database value.To display the SSN on the report I call custom code to Decrypt it.Is this...
View Articleenumerating through, and displaying tooltips, which are database driven
Hi Ladies and Gents,I've made a new report which has a table in it. This table has various columns e.g. 'Apple Count', 'Organges Count', 'Gummybear Ratio'.I've made it so that there is a tooltip on the...
View ArticleSplitting a column based on values in another column
Hey All,My current table looks like this:Id VAL Name SNum State Count 1 $100 Lkt43 1294 S 7 1 $100 Lkt43 6321 S 7 1 $100 Lkt43 1897 S 7 1 $100 Lkt43 1344 S 7 1 $100 Lkt43 1122 S 7 1 $100 Lkt43 9890 U 7...
View ArticleCannot read the next data row for the Dataset1: Report error
convert(DATE,CONVERT(VARCHAR(10),@EnterStartYear) + '-' + CONVERT(VARCHAR(10),@EnterStartPeriod) + '-01') AS StartOfMonth, DATEADD(dd,-1,CONVERT(DATE,CONVERT(VARCHAR(10),@EnterStartYear) + '-' +...
View ArticleExporting background images to word
I found this post that is similar to my problem. In my SSRS 2008 report I need to have a image in the header where I need to place a text with an expression inside the...
View ArticlePowerView Data Not updating?
Hi,Forgive me, I'm new to PowerView.I installed POwerView, works fine. I created a new PowerPivot worksheet connected to my SQL12 DB. Also works fine.I then create a Dashboard in PowerView using a Map...
View ArticleSubscription Failures
As of this morning, subscriptions that had been running successfully for more than 2 years stopped working. I got the following error:Failure sending mail: At least one of the From or Sender fields is...
View ArticleReports failing with rsReportServerDatabaseError.
Hi,Some of my Report subscriptions are failing with rsReportServerDatabaseError and this happens randomly. I have observed that these reports fail after ~120secs.select *,DATEDIFF(SS,TimeStart,TimeEnd)...
View ArticleBacking up the Encryption Key with Powershell
Hi,I need to automate the backup of the encryption key of SSRS with Powershell. I tried wrapping the application rskymgmt with no success. Then I found out that you could do it with the WMI class as...
View ArticleSSRS 2008 Sending Multi-Value Parameter to Another Report only send a few of...
Scenario:I have a matrix with column values of EventDate, which is grouped by EventWeekI have EventType in my row value.I've successfully created links from the matrix to a drill through report for...
View ArticleExpanded Heading using a Matrix
I have a very basic matrix report that I want to create to display inventory usage by month.I would like the report to show some basic inventory product information and then the monthly usage...
View Articlemanaging SSRS 2012 Service Application in Sharepoint 2013 returs internal...
Hello At first ...Sorry for my not very well EnglishI Installed SQL Reporting services 2012 service with sharepoint 2013 ... and started it with succesI followed the microsoft's procedure -->...
View Article#Error when DateTime field is NULL
HiWhen Fields!DOM_PORT_DATE.Value is NULL in the database, the report returns #ERRORis the date is populated, then it outputs Fields!DOM_PORT_DATE.Value minus 10 days , which is...
View Article