Dataset needs to exclude related values
We have a dataset/table of customer APPOINTMENTS. Users can tag a future appointment as "cancelled" and then either create (or not create) another future appointments for a customer (so customers...
View ArticlePuzzling Behavior
I need help getting the output of my list to display properly... What I have is a query that shows the most frequent status messages broken down by each day...here is sample data:MsgTime MessageName...
View ArticleFilter drop down list
Hi AllI created report which include employee daily schdule. One page consists of one employee schedule for whole week. And also I create one drop down list which consists of employee name. Which is...
View ArticleHow to Change Bar Chart Color Based on Value in Database?
For Each dp As DataPoint In Chart1.Series("Wilma").Points For i As Integer = 0 To grpDT.Rows.Count - 1 If (grpDT.Rows(i).Item("Status").ToString() = "2") Then dp.Color = Color.Green Else dp.Color =...
View ArticleGROUP BY in Expression
Hi guys,I need to show only distinguished values from a column of a dataset.Is it possible to use GROUP BY statement in expression?
View ArticleDeploy a Report SSRS
I have SQL Server 2012 Express version and use SSRS to devlop a test report and would like to depoy and test the report.I specify my SSRS TargetServerUrl to http://localhost which is my local IIS...
View Articlereport does not see the latest stored proc.
Hi, My report does not seem to be picking up the latest stored proc. I have even dropped and re-created the stored proc but the report still looks at the old stored proc. Even tried recreating the...
View ArticleSSRS 2008 Service Unavailable
Hi, I've got SSRS running on my machine but all I get when I navigate to the configured url isService Unavailable any ideas? do I have to have iis express installed?
View ArticleHOW TO CONNECT SSRS REPORTS IN REPORT MANAGER TO SHAREPOINT?
HI All, I have some SSRS report on the reporting server. Now I want to connect these reports to SharePoint . Is it possible to display these SSRS reports in sharepoint ,by any chance by pasting server...
View ArticleI want to display one field that shows how much time takes to rendering the...
Dear All,Is it possible to display the time. Thats takes SSRS report to Render..If possible how can i do..ThanksRegards,Shabi..
View ArticleReport parameter default value is not refreshing with autofresh feature
Hi Allwe are using SSRS report for mointoring purpose. we have date paremeter which is having default value as currentdate . Autorefresh feature is activated for this report . the Problem here is ,...
View ArticleSSRS ReportViewer dynamic height
Hi,I'm displaying my SSRS reports via the web application tool ReportViewerThe idea is to change its height based on the report. I mean, if the report is 5000px height then the ReportViewer height must...
View ArticleUse multivalued parameter to choose sums in ssrs 2008
Hi!I would like to use a multivalued parameter to chose to sumarize by unit or by meter or by both. I alredy have this columns in my stored procedure and i have the parameters "SumByUnit" and...
View ArticleChart stripline showing Today's date
HiI'm really really struggling with this. I'm building a Range bar that now shows like a Gant chart. My X-Axis has my dates in. I followed this link:...
View Articleas invalid column
I am getting an invalid column error. I know it is because I am using the 'AS' name and not the actual column name. How can I make the query recognise the 'AS' name I entered? I have found a few...
View ArticleOperations with boolean in Expressions
Hi guys,I have a bit field in db table. I requre it to dataset and add expression to tablix column with it:=Sum(IIf( Fields!SLA_BREACH.Value = true ,1,0))I get error in resulting report:Warning 1...
View ArticleDeleting Tablix VB .NET
Hi,I am building a rdlc in VB 2012 and using Tablix.There is 2 tablix.. and a criteria if GroupA=True the delete tablixB, else delete tablixA. If GroupA Then Dim tablixB As XmlNode =...
View ArticleSSRS 2008 R2 missing WorkingSetMaximum line in RSReportSever.config file?
Hi, I have SSRS 2008 R2 configured in SharePoint 2010 integration mode.I'm looking the RsReportserver.config file to find out about SSRS memory settings (RAM). As per below MSDN link, this config file...
View Articlersaccessdenied viewing a report
Hi, We are getting rsAccessDenied to some of the reports are accessed. This does not happen to everyone. The user is a member of a domain group and that domain group has permission to that report.The...
View ArticleRow Grouping Not Working
Hi,I am facing an issue in SSRS as shown in the image below, while adding a row group categ_id row group its coming on the same row as its parent group i.e Category_Name2D and in the preview while...
View Article