HH:MM format which converting from SSRS to excel
Hi All;Below is my query for converting minutes to hh:mm format which runs finect.new_totalhours AS 'Total Hours', CAST(ct.new_totalhours / 60 AS VARCHAR(10)) + ':' + RIGHT('0' +...
View ArticleHow to find the maximum of group sums within a specific column using report...
HiFor each part number I am trying to find out in which week of a month did the largest daily shipment occur... so using report builder 3.0 in SSRS 2012 I can find daily, weekly and monthly totals for...
View ArticleSSRS report execution much slower than SSMS
Hi,When the below query is executed in SSMS it takes about 25 seconds to run:DECLARE @FINANCIALYEAR VARCHAR(4) DECLARE @FINPERIOD VARCHAR(4) SET @FINANCIALYEAR = '2013' SET @FINPERIOD = '10' SELECT...
View ArticleSSRS Dynamic percentage column value
Hi. I have an SSRS report. Within a Tablix how do I create a percentage column that works out the result based on two other values with the table?See below:In the % Total Demand column how do I for...
View ArticleReport Builder 2.0 Hiding rows with blank Subreports
Hello SSRS Experts,I have subreport in a table of my main report. The row that I have placed this subreport sometimes returns no data. Hence I want to hide this row if there is no data from the...
View ArticleMoving SSRS Reports to Sharepoint
Hi!Our organisation is implementing Sharepoint in about a month and Ive been asked to change our system so that our SSRS reports run from sharepoint instead of the normal report manager that we...
View Articlessrs 2008 r2 writingmode=rotate270 font is bold on report server
In a ssrs 2008 r2 report, I am using writingmode=rotate270 to change the direction of header columns for detailed data on the SSRS report. The font in visual studio is 'light'. However when the report...
View ArticleDrill Down only the Middle Row in the Row Group
Friends,I am having difficulties in implementing drill down for one row group. This is my requirement.The Dataset would be returning say the following columns - Eg, Account #, Admit Date, Discharge...
View ArticleReportService2005.GetReportParameters
Hi all,I have written a program that uses the ReportService2005 web service deploy reports to our client's SSRS servers - I have come across an issue where the Report Server's Parameter Prompt User...
View ArticlePassing the name of a column in a parent report to a child report
I want to reference a column in a parent report for a report Heading in a child report - its a drill through report. The issue now is that this column is not accessible to me from the child report.Part...
View ArticleSSRS 2012 Charts not rendering
Hi, We recently upgraded from SQL 2008 R2 to SQL 2012, and since then, all of the charts in our reports will not render. They appear on the report server with a red "x". When running the reports in...
View ArticleSSRS filter a dataset if parameter is "Yes"
hello i have a report as belowwith date Parameters this all works fine! date from date too 01/01/2011 21/02/2013 name amount date test1100 01/01/2012test2...
View ArticleNull Parameters
Hi Friends, I have two parameters in my report, like startdate and enddate and based on the date the data is filtered. My question is If I pass start date as null and enddate as null it...
View Articlereplace , with new line feed for an coloumn data
my table returns result as A,B,C,DI want to replace , with NewLine in my result of the ssrs textbox.Expected , to replace with new lineABCDShanmugaRaj
View ArticleConvert Crystal formula to SSRS expression
I am converting a crystal report to SSRS reports, I am having trouble converting two of the formulas for my report that I have tried a few ways and a third formula that I have no clue where to even...
View ArticleHow to Export SSRS report into Excel format using query string
Hello all,I am new to SSRS world.Last night i was trying to add a hyperlink on the SSRS report (.rdl) file, by clicking which we can export the report into "Excel" format, but with no luck.Can anybody...
View ArticleHow to print the report directly without previewing (report viewer) using c#...
Hi,Currently, we are using crystal report to all of our reporting applications, but since I/users have encountered some issues about CR's speed to load only a simple report, maybe it is now time for us...
View ArticleCalculated Field formula not appearing in Power View Field List panel
Hi,On Power View1 sheet of this workbook, the two PowerPivot calculated Field formulas (First Visit and First date of FY) are not appearing in the Power View Fields panel on the right hand side.I want...
View ArticleSQL Server Reporting Services Configuration Error(Subscription)
I have just deployed a new project on the server and i can successfully run report from the BI Site; [Server Name]\Reports and no issue there. But when i try to create Subscription for the same report;...
View ArticleMatrix row header overlaid by values during scrooling
i have a matrix and have set the row and column headers to be visible when scrolling. when I scroll to right the row heading stays visible but as the column values scroll left, they overlay the...
View Article