Sum of ReportItemTextbox value
We have a report and one of the requirements is to display total of the payment field. Payment field is also calculated at the report level by combining different textboxes. The question is, how...
View ArticleColumn group
Hi all,I want to create a report grouping by column but when I try to do it I get this output: Bunitname1 Bunitname2 Tenant1 Tenant2 Tenant3 Tenant4When I...
View ArticleSSRS using multiple select parameter in expression
Hi,I am using parameters to create my query at runtime using data set expression.I have a multi select string parameter that gets populated using a query. I want to add this multi select parameter...
View ArticleSSRS 2008 have 2 colums with amount needs to add Total cost and than total...
SSRS 2008, have this report Qty Column --------- Est cost column ----- Mark up Cost Column - Did add Total cost column4 pcs- $ 2000.00 --------------$ 50.00...
View ArticleSSRS countrow Aggregate error(Aggregate and lookup functions cannot be used...
Below expression works fine with text box but gives error in dataset expression.="SET FMTONLY OFF select "+ join(Parameters!Column.Value,",") +" FROM pamcustom.dbo.vw_HFL_HFD_HotfileData INNER JOIN...
View Article'In' operator in an expression
I want to use an expression with an 'In' operator like:"IIF(Month(Fields!xyz_date.value) in (3,6,9,12), False, True)"but seems like 'In' operator is not available in ssrs expression.Please confirm it...
View ArticleRepeating Values on axis (SSRS Chart)
Hi , i have repeating values on axis .i am not sure sure how to get rid of this problem.i did workaround like changing interval property expression to iif(max(count(Fileld))<4,1,0) but it didn't...
View ArticleSSRS Interactive Sorting
Hi,I am creating a Report of having 2 groups. For Example, report has the columns (First_Name and Last_Name). And the report is group by University and the degree. If i apply the Interactive Sorting...
View ArticleError Message: Report item expressions can only refer to fields within the...
Hi I have a old report that was pointing to a different database, and i changed the connection string for that report and changed the field names (As per my new stored Procedure). In some places I...
View ArticleSSRS 2008 configuration Manager - "Invalid Class"
Reporting Services Configuration Manager is throwing an error when I try to "Find" the server. The manager starts up and takes me to the "Reporting Services Configuration Connection" window. I click on...
View ArticleFind image in SSRS via Javascript
HiI know you can do the following to find any related tags: var el = document.getElementsByTagName('span');if(el[nr].innerHTML=="SPAN")Inserting 'IMG' obviously finds all images but I need to find my...
View ArticleReporting Services on Windows7
My Report Manager Home page is "almost" blank!!! All I see is: SQL Server Reporting Services,Home,Home, My Subscriptions, HelpAnyone any ideas on how I get the rest of the page back? I'm running...
View ArticleT-sql help to change ship date on the report
Hello All, I've a SSRS report with the details in regards to shipping information. Currently in my report the 'Scheduled Ship Date' is set to following Monday, if we miss the 'Requested Delivery Date'....
View ArticleActivate Javascript Function in Report Load
HiI have a javascript function that works. I put it in my ReportingServices.js file. If I have a hyperlink on my page and click it, it activates my function and my mouseover events works perfectly.It...
View ArticleSSRS Report Data Caching Problem in Internet Explorer
HI All,We have setup reporting server in native mode and have deployed SSRS reports on reporting server and mapped it to sharepoint page with report viewer web part.The changes on the data is not...
View ArticleCan't Delete Encrypted Content:...
I'm having servere issues with our SSRS. We decided today to change our Admin password over the weekend, this has have the effect of locking me out of our SSRS. Unfortunately we don't have a backup of...
View ArticleDifference in terms of speed for SP and Query text.
Hi,I have an SSRS report developed using Query type text select statement while there is an existing report with the same query and it was made in stored procedure. The query i used in my SSRS was came...
View ArticleReport model support in SQL 2012
What is the real scoop on report model support in 2012? I've tried to use the new tabular semantic model but unfortunately it can't fully replace the report models. So I've decided to go the report...
View ArticleAsking login prompt while deploying ssrs 2008
I have configured my reporting server on sql 2008... after i have created sample rdl report, and setting the targetserverurl e.g)http\\Home\reprtserver\ , then am trying to deploy my solution it ask...
View ArticleDeploy Report Model on Server without SQL Server 2008 BIDS
Hi,I have developed a report model in BIDS Sql Server 2008 as per requirement but its need to be deployed on WindowsServer2008 R2 which have SQL Server 2012 installed so I can't open that report model...
View Article