Displaying ReportName that is generated in ssrs tool
We are trying to display the report name in a label that is generated in the parameter section in ssrs. Let me know if any possibility is there to add a label in the parameter section for displaying...
View ArticleSQL 2012 SP1 Enterprise (SSRS in SharePoint mode): Reporting Services...
Hello,SSRS in SharePoint mode is driving me insane.We are recreating a SharePoint 2013 (SP1) farm in a test environment with the following set-up:2 SP Web FrontEnds2 SP Application Servers1 SQL...
View ArticleDisplay mean value in chart legend
I generated a line chart in SSDT 12 using the following query:SELECT FCP, NFS, TimeIndex FROM Controllers WHERE ControllerName LIKE 'Controller-A'Then I created a trend line using the guide here. In...
View ArticleGetting error : This operation is not supported on a report server that runs...
Hi,I have installed SQLServer2008 Standard Edition in my system.Using SSRS 2008.I have added http://<serverName>/ReportServer/ReportService2006.asmx as web reference in my project.If i consume...
View ArticleSSRS code not working properly
HiI am trying to use this code to calculate and give me a value representing a percentage of LoggedTerritoryGoal.Value of a specific month. But it is not working I am getting the full...
View Articlepass multi value parameter to sub report in Drill through report, ssrs
I have two reports 1 is subreport and other is main report. Date Field are placed in both reports. i have groups in main report, one group is task. In the task fields one persons is working in 3...
View ArticlePopulate chart using sql query
Hello,I have some sql queries that I run in a database. This queries uses the "Sum case" method.I'm trying to create a rdlc file in order to report a pie chart.But I don't know how can I configure the...
View ArticleWeather Forcast in SSRS report
Is there any way to show weather forecast in SSRS report?I know NDFD has a service for free to get weather information but the output is in XML. I am looking for a solution like "Google Static Map API"...
View ArticleAccess is denied if not local admin on server
I'm working on deploying SSRS. Currently, the only people that can access the reports are those who are local admins on the actual server. Anyone that is not a local admin on the server gets the...
View ArticleReporting Services in both SharePoint 2013 connected and native mode?
Is it possible to configure Reporting Services (SQL Server 2014) to support both SharePoint 2013 connected mode and local Report Server in native mode on the same server using multiple instances of...
View ArticleSSRS2012 : User '' does not have required permissions
I finished implementing the Microsoft SSRS2012 security/authorization extension sample as documented here.The Login seems to work but then right after login, I get authorization error on...
View ArticleHow can i get the rows which is opposite side of another ?
I want to get the rows is opposite side of another depending on column value in the same 'JV_REF'This is my example table ----------------------------------SET NOCOUNT ON; USE tempdb; GO CREATE TABLE...
View ArticleDebugging SSRS client side script
Hi ebI would appriciate your recomendations for debbuging SSRS client side functionalityespecially when it is embedded in web applications like performancepoint dashboards. Was any one succesfull in...
View ArticleSSRS 2012 Tabix
Hi All,Can anyone please give me the idea to create tablix report like below snapshot in SSRS 2012.Thanks in advanceParamesh G
View Articlecreate back button on preview page
I have parameterized report where im trying to input ID to get the data. How do we create back button next to view report on the preview page in SSRS. Any help much appreciated.
View ArticleHave Chart displayed but want tables when printing
I don't know if this is possible but I thought I would ask. I have create a chart Report/dashboard. When it runs it displays the data in a bar chart. What I would like is when the user prints this...
View ArticleHow can I extract text from a string
Hello,I have a name column that has both first name and last name joined together as a string. I want to separate them in two different columns as firstname and lastname.I use Report builder, please...
View Article'Value cannot be null. Parameter name : s' erro while running ssrs report...
Dear All,While running ssrs report from asp.net application using reportviewer I am getting error as 'Value cannot be null. Parameter name : s'. Also I have tried with ssrs report which doesn't contain...
View ArticleIssues connecting to SSRS 2012 SP2 through SharePoint 2013 SP1 Central Admin
When trying to open "system settings" for the SSRS Service application in Central Admin, I get the error "The remote server returned an error: (500) Internal Server Error."Also, when trying to create a...
View ArticleSSRS - Is there a multi thread safe way of displaying information from a...
In order to dynamically display data in the Report Header based in the current record of the Dataset, we started using Shared Variables, we initially used ReportItems!SomeTextbox.Value, but we noticed...
View Article