Tracking workload over time
Hello I have a work database that lists: Type of job Date job started Date job finished I have been asked if I can produce a report that can be run each Monday (or whenever) that: a) shows the current...
View ArticleDSN contains an architecture mismatch between the Driver and Application
Hi AllI am running sql server 2008 R2 (64 bit) in windows 2008 (64 bit) server environment. I am trying to create data source connection to ibm i series(32 bit) through odbc drivers, I have tried...
View ArticleMoving Child Record Data to Columns
I have the following scenario where each incident and ambulance combination can have one or more crew members (maximum count unknown) as shown. IncidentAmbulanceCrewName 0AMB1 Smith, Joe 0...
View ArticleReportViewer
I am new to .Net and Visual Studio so let me ask a question. Is it true that in the ReportViewer, it is not possible to have a row with multiple columns using more than one data table?DrewT1755
View ArticleSQL Server Reporting privilege: why a user creates a subscription, which...
Hi Guys, We have one problem about the privilege, we got below requirement from customer. 1. A user added as Content Manager can view all subscriptions 2. A user not a...
View ArticlePage Name for Table Sheet in Excel (Report Builder)
Hey Guys,I am having some trouble with naming the table sheet for the resulting Exel-File of a report.I built a report with five different tables, added a page brake between the tables and defined at...
View ArticleUpdating Report if Query of dataset changes
Hi guys,I have a report which draws from dataset X. I have updated the query in dataset X by limiting the date from no restriction to past 24 hours.Now that the dataset has changed, how do I make sure...
View ArticleReport builder installation fails
I downloaded the SQL Report Builder for 2014 and tried to install in it. Tested on Win8 x64 and Win7 x64, but it keeps failing on the last moment."There is a problem with this Windows Installer...
View ArticleNumber format to show thousand (k)
Hi, i want to format the number in the textbox in thousand unit.For example,1000 -> 1k510000 -> 510kCould anyone help me build the expression for the number format to achieve this ? Thanks,
View Articlemaster-detail report
Can anyone give me a link showing how to create master-detail reports in Visual Studio?DrewT1755
View ArticleRpt Builder with SharePoint and multiple datasets - Running Total
I have created multiple datasets. Each has a field that totals (Count ID) I was hoping there was an easy way to add a text box to the report page that would look at the total fields to display a...
View ArticleExpression issue!!!
I keep getting an #Error on the column whenever all the values are 0s.=iif(Sum(Fields!priorRoomRevenue.Value) <> 0, (Sum(Fields!currRoomRevenue.Value) - Sum(Fields!priorRoomRevenue.Value)) /...
View ArticleValue Cannot be be null. Parameter name: name on VS SSRS Solution
What could be problem?When I open VS2008, I get Error box "Value Cannot be be null. Parameter name: name" and I see a Report Design in backgroud. (this reports have no parameter at all)We have been...
View ArticleSubtract rows from count function in SSRS header
Hello All,I need to subtract two rows from my count function in SSRS header.My Count Function as follows=CountDISTINCT (Fields!.Value, "Dataset")Thanks in Advance.
View Articlessrs parameter to display date value only no time value
In an SSRS 2008 report, I want the user to be able to pick a date from the parameter called @requestedreceiveddate and have the default value set as todays date. This paramter is set to have a value of...
View Articleinsert a checkmark in a table row
I need to be able to insert a check mark in a field in a table when field A = '1' then insert a checkmark, else leave the field blank. Any help is appreciated.Thanks.
View ArticleSSRS 2008
I cloned a machine on which both sql server and ssrs was installed. The sql server engine name changed. I fixed that. Now ssrs service is not starting because it is pointing to the old host's sql...
View ArticleSSRS 2014 - A network-related or instance-specific error occurred while...
Hello, When I deploy a SSRS data source to a development SSRS server and test the Data source the following message is thrownA network-related or instance-specific error occurred while establishing a...
View ArticleReportServer 2008 Data Source Authentication Problem
I had a functioning report server 2008 on win 7. After cloning it and renaming it, I reconfigured the location of sql server instance, etc. The services come up. I am able to access all the...
View Article