Reporting against a cube -- where to find / how to build one?
Is there any alternative to building your own SSAS cubes to report against? I would have sworn that SSAS creates an object that can be reported on using SSRS... but I'm not sure where to find such a...
View ArticleI need some guidance on real time SSRS applications
Im about the enter a production environment where my responsibilities will be to create an array of reports. I would really appreciate if someone could guide me with some real time applications or...
View ArticleDoes Subscriptions in sharePoint integrated mode affect the report performance
Hi,We have several reports for which we create copies to a Subscriptions folder. Each copy has its own subscription set up. I am trying to move away from copies as there is no way to manage those...
View ArticleHow to check if data driven subscription has run already
Hi ,Is there a way to check if a subscription was sent out. I have a report with a data driven subscription setup which sends five subscription emails to different accounts. I need to find out if the...
View ArticleSSRS 2012 - Promoting Report Projects from Dev to Staging to Prod
Hello,I spent some time looking through the questions asked so far, and didn't find anyone who asked this. What is the best way to promote a report project from Dev to Staging to Prod. At my company...
View ArticleCan SSIS logging use the Reporting Services Database or SSISDB Database?
Hi,We don's have any user databases for SQL server. We have system databases like Reporting services database that has the catalog table etc for our sharepoint integrated mode configuration. We have...
View ArticleIssue when copying a textbox, code is changed...
I have noticed an irritating behavior in BIDS (Visual Studio) 2010 when developing Reporting Services reports, and I am not sure if it's specific to VS2010, or if it's specific to me, but wanted to see...
View ArticleMultiple output files
I need to produce multiple output files from a single report run. Breaking on a customer number. Is that possible with SSRS?
View ArticleHow to edit a data source and have it stay that way
We have SQL Server Reporting Services set up for use with System Center Configuration Manager. I'm trying to change the connection string in the Data Source. I'm also changing the user name and...
View ArticleExport to excel row colors
`I have a report that I've built with absolutely nothing special about it. When it displays on screen the rows alternate colors. When I export it to Excel, the rows also alternate colors. But there are...
View ArticleWhat is wrong with this code?
=IIF(Parameters!Section.Count=Count("SectionName", "section"),"ALL",Join(Parameters!Section.Value,","))i am trying to display "ALL" but it is not working out.i have even tried this :...
View ArticleFormatting a date in the report title header
I want to be able to include the execution date and time in the report title header, so that it is formatted like14th March 2014, 15:30I have attempted to use the following formula (or something...
View ArticleHow to give access to SSRS report to non domain users
Hi all,We have a lot of external users who log into our web page and when they click a tab ( lets say MARKTING) on the web page, it points to the SSRS report server and the users should be able to run...
View ArticleCreate ssrs pop up window
Guys a little help...how do i create a pop up window in ssrs to display on the same page with one parameter being passed through and a field as well being passed through?
View ArticleClustered install of Reporting services - 2 nodes
Hello all,This is my first experience with this type of installation and it seems a bit tricky .I have two nodes of a windows 2012 cluster with an install of an SQL Instance cluster along with SSRS and...
View ArticleCannot publish reports... report server could not be found
SSRS 2012 (yup, I'm in the right forum!)(for Active/Release config)In the project properties, the [b]Target Server URL[/b] is http://localhost/ReportsThe weird thing is that the...
View ArticleGreater than Equal to Parameter SSRS report and SSAS Cube
I have an SSRS 2012 report and SSAS Cube in 2008. My report criterion requires filtering on measures. So Created measures as dimensions . The report requires >= functionality on the measures. But in...
View ArticleHave complex SSRS reports that were developed in VS 2010-can I upgrade them...
I developed some reasonably complicated reports using Visual Studio 2010 (shell) some time ago. It's been almost a year since I worked with them but now they are needed again. If I open them in Visual...
View ArticleIssue in sum of currency column when download report in CSV
HI , I am facing issue in SSRS Report. I have a Report which contains multiple currency.I had implemented currency logic in report using custom Set Expression:=IIF(Fields!Currency.Value="USD","'$'...
View ArticleRestarting the SSRS
Hi,How often we need to restart the report server database engine? Is it good practice to restart weekly?
View Article