SSRS Parameter should contain a operator
Hi I have a doubt regarding the parameters selection.Case 1: If i am working in bank industries i have check details report which having a checkAmount parameter actually what we do isSELECT * FROM...
View ArticleReport not working from Report server
I have modified an existing report and repeployed it to out QA report Server. After selecting the required fields for the parameters from drop downs and clicking on view report. We get a loading...
View ArticleSSRS Filter is not working for me
1) I created a parameter called TemporaryPermanent2) I created a dataset called DatasetTemporaryPermanent which would only contain a possible value for TemporaryPermanent (0, 1)3) In my parameter...
View ArticleInsert data into a table from an SSRS report
Hi everybody, Is there a way in SSRS 2008 R2 to write data in a SQL Server table. My customer wants to get information about the users who use the reports and the data they are interested in. Let's...
View ArticlePage Number Reset issue
I have a report in SSRS 2008R2 that consists of a tablix and a footer inside a List object. The reason for the list is that each area (tablix header, details, tablix footer) has to include it's own...
View ArticleSSRS DataSet Refresh
Hey guys, I have a SSRS report that has to follow a specific layout. So what I have is a stored proc that updates 3 tables. I created a dataset for each table, and the first dataset also calls the...
View Articlessrs subreport
Hi all,i am trying to put this in the best way i can! here it isi have Table report and a subreport as a drilldown based on the field called PNUM. my subreport takes this PNUM as a parameter displays...
View ArticleHide Series On Graph
Hi,In a SSRS graph is it possible to hide the series legend? It's appearing in my graph but I haven't assigned anything to it so don't need it.I'm using version 2005.CheersPaul
View ArticlePowerView data export
Hi Everyone,We are using powerview and boy is it perfect! Almost.We can create the exact information we want. Not only are we looking for analytics, but also the selection and retrieval of data rows...
View ArticleIs it possible to span a column data to next page in SSRS 2005
HI All, I have some data in table column (detail row) and table header and table footer. My requirement is if there is too large data in the column it should span to next page by showing the...
View ArticleUnable to pass multi-valued parameter to sharepoint list dataset in my ssrs...
Hi Everyone,I have done the below steps to retrive the result from the report when I am passing multiple values from one filter (multi-valued Parameter)1. Create the report with sharepoint list as a...
View ArticleSSRS 2008
I am not able to deploy the reports on report server.I am using sql server 2008 RTM edition.it always show the service login prompt. and asking for user id password.I have configure the report server...
View ArticleCustom Report Item integration to Visual Studio 2012 toolbox
Hi!Just installed the recently released SSDT-BI package to Visual Studio 2012, and noticed that our custom report item is not able to integrate to Visual Studio's toolbox anymore. It has been working...
View ArticleNumber of Items in X axis of a scatter plot
Hi I am Trying to plot a scatter chart it worked as long as I had 5 items in my x-axis but now I have more data in database thus the item to be displayed in x axis has increased to 28 and now its...
View ArticleI want to Optimise the below Query ??????
Below query takes 12 min. to executes . please suggest the efficient way to optimise it ???? The count is only 535select p.PhysicianID, p.FirstName, p.LastName,p.StartDate, (select count(*)...
View Article#Error in SSRS 2008 Reports
Hi,My datasource is a cube, and the dataset has a field MTD, which is returning NULL, and when i try to handle it with1. iif(isnothing(Fields!MTD.Value),0,Fields!MTD.Value) , I get #error in the...
View Article#error is SSRS for NULL values
Hi,My datasource is a cube, and the dataset has a field MTD, which is returning NULL, and when i try to handle it with1. iif(isnothing(Fields!MTD.Value),0,Fields!MTD.Value) , I get #error in the...
View ArticleNeed help in connecting to report server
HiI took a backup of "report server" database from one server "a" and restored it to another server "b". Both the server have the same configuraiton.I stopped the report services in "services.msc" and...
View ArticleSQL Server 2012 - XML output using an xslt file no longer works after...
HelloI did an in-place upgrade on a server from Reporting Services 2008 to Reporting Services 2012 version 11.0.3000.0. One of the reports upgraded had an associated .xslt file associated with it. In...
View ArticleHow to Apply grouping in ssrs
Hi,I have to create a ssrs report as given below:I want to group our report to show its record as given below.Please help to solve this problem.RegardsRajni
View Article