Changing the properties of a report column to currency
I have a column in my Stored Procedure defined as...COALESCE(CAST([CTE_INVOICE_DETAIL_HISTORY].[BALANCE]AS VARCHAR(20)), '')Obviously, the Business User wants to see nothing if the column is...
View ArticleDifference in Dates
I am trying to determine the number of days since the last check in from a computer. Currently my code is:=DATEDIFF(DateInterval.Day, GetDate(),CDate(Fields!Last_SCCM_Hardware_Scan.Value)) but I am...
View Articledynamic table on selection of parameter
On selection of multiple items in the parameter dropdown, I need to create multiple tables each with the selected value.Eg : On Geography dropdown, On selection on Values India, USA, UK Create 3 tables...
View ArticleSSRS null date, inconsistent behavior
I understand that when your stored procedure returns a null for a datetime that the report is supposed to show mindate (1/1/1900). My issue is that this is not always true. I made a report last week...
View ArticleError when trying to creat project in VS 2012, Business Intelligence...
I have looked through the forums and none seem to be about getting the Error: "Operation is not valid due to current state of the object" when I try to create a project using VS 2012, Business...
View ArticleSharePoint 2010 + SSRS 2008 R2. Subscriptions break when User Leaves the company
I have enabled SQL Server Reporting Services 2008 R2 on SharePoint 2010.Users complain that if a report subscription has been created by a user who then leaves the firm, the subscription stops...
View ArticleCopy rdl reports from 2005/2008
We need to copy reports on a SQL 2005 and also an SQL 2008R2 server to a new SQL 2012 Server so that we can test them in the new environment. What is the best way to accomplish this? Thanks.
View ArticleHow use different dates for the same dataset on same report
Hi,I'm using a dataset with a sql query which use four parameters. I need to make an all year report, it is posibble to change the startdate and endate variables without having to create a new dataset...
View ArticlePower View in Excel 2013 Home and Business edition?
Hi all,I have upgraded my Excel 2010 Home and Business to 2013 as I heard Power View was now available.However, I do not see it on my insert ribbon. If I go to customize ribbon - I see the reports...
View Articleenable ssl on SSRS
Using SQL Server 2008. I want to enable ssl on SSRS. I created a self signed certificate (tempCA.cer) using makecert utility, then created another certificate (myserver.mycompany.org) signed by...
View Articleadd parameter to sql store procedure
I want to be able to filter this query by serial numberthis is the sql querySELECTdbo.item.item_number, dbo.item.descriptionAS item_des, dbo.supplier.supplier_number, dbo.supplier.nameAS supplier_name,...
View ArticleReport Builder 3.0 Issue
Hi, I am creating a sample report in Report Builder and click run to preview the report. I get the following error message. -----------An error occurred within the report server database. This may be...
View ArticleREPORTVIEWER REPORT WITH SQL QUERY
In c#How can I populate a reportviewer control with a sql query having parameter like: select * from <table name> where <field>='string'
View ArticleSQL Server 2012: Notifications table and events table get queued up
Our current Production server has SQl Server 2008 installed. We have about 8k report subscriptions running on this server every morning at 2.00 am without any issues. We recently purchased new servers...
View ArticleUsing my variables in ssrs
HiI have created a query that gives me counts of various records.However when I try to use this query in srs, it is saying that no fields are define. Can someone please let me know what I did...
View ArticleInfrastructure requirements to host SSRS reports
Hi,I have developed few SSRS reports and now i want to deploy those reports an a server.Someone please help me with the list of components that i need to request from Infrastructure team to host my...
View ArticleProblem with added calculated Measures members qualifying on YTD, in...
Problem: In a dataset i add 9 calculated members to measures (using WITH MEMBER). Half of them are are qualifyed YTD that are part of a dimension called [Time Calculations].[YTD] and they for some...
View ArticleTable row count
Hi,In one of my SSRS 2008 reports I have a table called "table1" I want to do a row count and desplay it in a text box at the top of my report. What's the conditional formatting for this?CheersPaul
View Articlehow two subreport connect to match on rows?
Hi,I am using SSRS 2008 for my report. I am new to subreport. I have main report which will have two subreports. For main report, there will be each customer from master table; for one subreport, it...
View ArticleExclude specific table in the report to be exported to excel
Hi,I have SSRS report (2008) contains multiple tables (tablix) and each table is connected to a separate data source.My question is, is there a way to exclude first table (tablix) in the report while...
View Article