Use hidden table columns for page breaks
I'm using SQL Server Development Tools 2012 in Visual Studio. I have a Reporting Services report containing a table with some columns that are optional, based on selections from a multivalued...
View ArticleHow to link two tablices from different datasets into one List?
I am developing an RDL with 2008 R2. I was able to create an RDL with two matrices and two datasets. Each matrix uses a separate dataset. Now I need to combine these two matrices into one List....
View ArticleTitle: Error 1639 Reporting Services - Native failed with errors SQL Server 2012
I get Error 1639 when attempting to install SQL Server 2012 Reporting Services. My research, conclusion, and question about a resolution are all outlined below. Thank you in advance for your...
View ArticleDynamically Add/Remove columns ssrs at runtime according to my select query
Hi All,Today,i came with a problem which is common but i am unable to find any proper solution of this, so here i describe it,I want to Add/remove columns from ssrs report, according to user...
View ArticleHow to hide Main report row if Subreport returns no data in SSRS 2008
I have a Main report column say ColumnA, which contains a sub-report. When the sub-report returns no data, I want to hide the entire row in the main report. My main report and the sub report run on...
View Articlereset Serial Number when group change in SSRS Report
how to reset record number when a group changes in ssrsi have a code to generate a SrNo. dim Counter as integer=0 public function getGroupCounter() as Integer Counter=Counter+1 return Counter end...
View ArticleSchedule Reports with Dynamic DateTime values
Hi,I was trying to schedule a report this morning (not built by me, but by another company) that would send/generate the report to our business team on a weekly basis (instead of daily) and was...
View ArticleGroupby and page break by that group
Hello,I currently have a SSRS report as follows:CategoryTotalClaimsSumofClaimAmounts154 6950.452 32 3240.253 0 0I have a requirement to add department to this report and page break by department.This...
View ArticleSSRS - Braking Changes
Hi,After upgrade from SSRS 2005 to 2008 R2. If you fail to restart the server. The Report are printed in a differnt font. The fonts appeared to be stretched and fatter giving an odd appearance. After...
View ArticleUser input for SQL Server 2008 R2 Reporting
I was trying below report which was OK. What I wanted collection value e.g. '5000000C' is to be as user input.************SELECT arp.DisplayName0, sys.User_Name0, sys.Netbios_Name0, arp.Publisher0,...
View ArticleError When Using an Indicator in Report Field
I'm getting an error for some indicators in my SSRS report. The weird thing is that I don't get this error for all indicators, even though they are basically doing the same thing. The error...
View ArticlePowerView Dashboards vs PPS Dashboards
I have SharePoint 2013 and SQL Server 2012. I have need to create dashboards.1) What is main differences of functionalities of PowerView Dashboards vs PPS Dashboards?2) What is main differences of...
View ArticleI got this error after I paste a string
I can not get the correct data if I paste a string into textbox SSRS. It looks like there are some spaces behind the string, but I did try use substring, replace, rtrim to get rid of spaces, and...
View ArticleIs there any option to display page footer of a subreport?
We have a main report which has 3 subreports. and we would like to show the page footer for each subreport. Page footer will have one field called "SubTitle" which will have different values for...
View ArticleSSRS Cache Reresh plans with parameters
HiSorry this may be a very basic question, but I am fairly new at SSRS...I have a report that has multiple parameters and returns large amount of data, which makes reporting execution slightly slow.I...
View ArticleSSRS 2012 In sharepoint integration mode
Hi Guys, I am trying to install a SQL ssrs 2012 in a sharepoint integration mode. I already have 4 servers in these sharepoint farm and I am trying to add the 5th one which will be use...
View ArticleGet milliseconds from DateTime report parameter
To simplify the situation, let's say I have a report, in which I pass a DateTime parameter. The value is with milliseconds. This al works well, the milliseconds are in the report subsystem and can be...
View ArticleReporting Services 2012 loosed NULL default after server deployment
Hi.I try to use a text parameter with (NULL) as default value. In SSDT the report flags the NULL checkbox for the text parameter after execution automatically. After deployment to SSRS server the NULL...
View ArticleSSRS Dashboards vs PPS Dashboards
I have SharePoint 2013 and SQL Server 2012. I have need to create dashboards.What are differenced of functionalities of Reporting Services Dashboards vs PPS Dashboards?Strenghts and weekness?Kenny_I
View ArticleSSRS Report not opening in a new window.
Hi guysI've built a report that has links to an internal ticket desk system. The link is the ticket ID number which brings the user of the report directly to the ticket live on our ticket desk server....
View Article