Blank space - kicking a dead horse
Sorry to even ask this, but I've been sorting through the interwebs and cannot find anything that works.I have a report that uses 2 datasets. Tablix1 is a collection of subreports linked to ds1....
View ArticleSSRS: Providing TFS reports access to an end-client through
I have a TFS server that is installed in one of our production servers. Now I need to create a front end to provide access to all the out of box SSRS reports that are available for TFS to one of our...
View ArticleIs SSRS support wmf format of images?
Hi,Is SSRS support wmf format of image? I have read something in the internet said it is supported but I cannot see the option in my version of VS. I am using VS2005 BI development studio.ThanksDaniel
View ArticleQuery to bring through today's values only
HelloI have a query where:WHERE a.jobdate >=GETDATE()-1This brings though data from today and yesterday; I understand this is because GETDATE = now.However, all I want is to see is data from today...
View ArticleSSRS report times out within asp.net reportviewer on web form
I have an SSRS report that's called within an asp.net web form via the ReportViewer control. It's a huge report, which now takes about 7 minutes to query (I can't try to work to reduce the time of this...
View ArticleNew to reporting services, need help doing a report that shows PC logins by...
Hi all, I'm new to reporting services and i'd appreciate some help with this Reporting Services report. Data on PC logins and logouts are captured in an SQL Table. The login date and time is in 1...
View ArticleSSRS - How can you repeat group headers on every row
This is a two part question:I have an SSRS report I'm working on. I have Row Groups plus details.A) How can I get the row group headers to repeat on every line?B) I would still like to use the drill...
View ArticleSSRS - How do you hide columns based on drill down level
I thought the built in expression Level() would show me be drill down level. I can't see to get that to work. I'd like to determine my drill down level so I can hide columns based on that.Any...
View ArticleSSRS Bulk Generation problem with SSRS and SSIS
I am currently working on an SSRS Bulk generation solution for creating multiple reports for various consumers within my organisation. I have taken the basis for this solution from and article by...
View ArticleSSRS report manager not rendering charts
We have built out a new report server using SQL 2012. After deploying our new and old reports to this server, charts are not rendering. It doesn't matter whether viewing reports in a browser or...
View ArticlePassing Parameters to FileName in Data Driven Subscription
I have the following Data Driven Subscription that produces reports. Each report looks like I expect it to. My issue is that I would like to get away from hardcoding the fiscal year and accounting...
View ArticleDATEPART to calculate financial year
HelloI have a report that uses the Datepart function to return the current, and previous, year's data:DATEPART(YEAR, a.Date);DATEPART(YEAR, a.Date) = DATPART(YEAR, GetDate())-1This brings through...
View ArticleHow to create report like this in SSRS
[img]http://i1286.photobucket.com/albums/a615/Emadkhanqai/Query_zpsfulqhs70.png[/img]Please tell me how can i create a report like this format in SSRS ? In this format grouping will be applied on Phase...
View ArticleFirst Step of Scale Out. Which way to go?
Hi there,I currently have a Server that is hosting SSRS and SSAS.The database that holds the (aggregated) data for both AS and RS is mirrored to the that server via AlwaysOn Availability Groups so that...
View Articlessrs 2012 export to excel problem
In an ssrs 2012, there is an problem when the report is exported to excel when running on a ssrs 2012 report server. When the report is generated, selected cells are highlighted. When the report is...
View ArticleCan't open the Report Manager page
HiEnviroment: SQL Server 2008 R2 Enterprise on Windows Server 2008 standard.I'm having a problem connecting to SSRS (report manager) using a domain user from a client machine. The SSRS service is...
View ArticleCalculated field to capture +/- 28 days from date
HelloI need to create a calculated field that will give me 'yes' or 'no' if a date field is within +/- 28 days of another date field. So for example if a.date = 1/1/15 and b.date is 30/3/15 the...
View Articlemoved server - now using wrong sent from email address
Hi,I just moved our SSRS server from one machine to another. It was sending our report emails from a service account.So when my end users get the emailed report it was from a service account...
View ArticleSQL Query Sort order is correct, but Reporting Services report shows different
In SQL, i'm getting this output:12 am NULL1 am NULL2 am NULL3 am NULL4 am NULL5 am NULL6 am NULL7 am NULL8 am Induction9 am Induction10 am Induction11 am Induction12 pm Induction1 pm Induction2 pm...
View ArticleForward Dependencies are not valid.
I am working on reports from our HR system that allow a manager to only see their own direct reports data. This works fine by using the global UserID field parameter and joining to a table that...
View Article