Validae Start Date < End Date in SSRS 2008
HI I have used the same Code but will not get the message box while accessing. Please help I just want to validate the Start Date < Endate in SSRS 2008 before clicking the View report button. SD
View ArticleValidate Start Date < End Date in SSRS 2008
HI I have used the same Code but will not get the message box while accessing. step1) Function CheckDateParameters(@StartDate as Datetime, @EndDate as Datetime) as Integer Dim msg as String msg = "" If...
View Articlehow to summarize only certain rows in foot report?
Hi, Can anybody help me please how to summarize with formula field only those rows in the report footer of the crystal report which have certain value? For example I want to summarize by the field...
View ArticleOverlapping Series in Range Charts in SSRS
Hi, I have a Range Chart as shown as shown below. I am trying to highlight the category group in any way possible. One solution is explained in the blog "Overlapping Charts in SSRS using Range Charts"...
View ArticleSSRS 2008 R2 Report hangs
Hello, I have a report with 8 parameters. Only the second one depends on the first. When I make a selection form the first drop down, it disables all the rest of the parameters. This does not...
View ArticleI need two different footer in the same report
Hello, I am beginner in SSRS. Need to know how I can have the same report two different feet, ie I need a copy at the bottom marked "Customer Copy" and a separate copy in the foot says "Copy Company"...
View ArticlePractise using Report Builder without having SQL Server Installed
Hi Everyone, I am very eager to learn SQL Server Reporting Services and practice writing reports but I do not have access to SQL Server with Reporting Services installed. There are plenty of Web...
View ArticleUsing 2 lists in a sharepoint report
Hi, I have three sharepoint lists in my site: jobs, clients, and client types. Each job has a column for the assigned client and each client has a column for client type. In my report I want to be...
View ArticleSort / Extract from SSRS Report
Hello, I have a SSRS report with a field having the following criteria: =IIF(Fields!SCOMDate.Value is nothing, IIF(Fields!IPDate.Value is nothing, IIF(Fields!HPSIMDate.Value is nothing,...
View ArticleLocal report running in BIDS preview ReportViewer control and when I am...
I have a Local report running in BIDS preview ReportViewer control and when I am typing in text in the find text box and I click find I get this message on the report viewer "Object reference not set...
View ArticleHow to determine cause of "The permissions granted to user 'domain\user' are...
I have been reading about this problem almost non-stop for 2+ days, and trying every suggested "fix", and none work. Clearly, the approach of "change this and see if it fixes the problem" is not...
View Articlehow to sort a Matrix group with an expression???
Hi Forum, I have a report that i cannot make it sort on a group based on an expression. I have another report that i am using the same expression and works fine. The follwing is the expression that i...
View ArticleReporting Services - Change default parameter values from a command line tool
I have 40 reports and growing which constitute a large dashboard type website that I am deploying using the report viewer and ASP.NET 4. Because of end user requirements and other issues I cannot show...
View ArticleDisplaying Blank value from Parameter selection in Report
I have a multi-select parameter which allows 'Blank' values. When we display the selected parameters in the report results, parameters which had Blank selected show ( ,Value1,Value2,etc...). Does...
View ArticleColumn Visibility option is disabled on column
I'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out and disabled. I'd like to just hide the column but keep the grouping. I found a...
View ArticleMost efficient dataset for recursive row groups?
I have been producing reports with Recursive Row Groups in which the Parent rows aggregate the details from all their child rows. To accomplish this I have been producing datasets in which every parent...
View Articlehttp 500 with report manager (reporting services)
i modify the folder.aspx to point to another link address the problem is that when i loaded reportmanager it gave an HTTP 500 error i checked the log file to see the error and this is what it gave me...
View ArticleNeed Page Break Only After Group When Next Instance of Group Won't Fit On...
How can I set a page break before the next instance of a group that won't fit on the same page on which it was started? Now it splits the group instance in the middle of the group. I need all...
View ArticleIncorrect subtotals in SQL Server Report Builder
In my database there is only one LoanAmount Value associated with a LoanID but there can be multiple PaymentAmount values associated with the same LoanID. In Report Builder, my groups are CustomerID,...
View ArticleClaculated Field giving error in SSRS 2008
Hello I have a custom code which i am trying to reference in a dataset calculated filed. Code is as follows: =IIF(Code.GetMostRecentPeriodValue( IIF(Parameters!EndDate1.Value <> "",...
View Article