How to disable automatic report generation when report opened?
Hi all,I have a report I'd like to open in 'dormant' mode initially. ie the user has to click 'view report' to generate the content.The only way i've been able to achieve this is to add a parameter and...
View ArticleHow to Create Optional (out of 3 parameters use select value for only 1...
Hi,I Have 3 multivalue cascading Parameters:1.CustomerFN2.CustomerLN3.CaseIDif I want to make parameter1 and parameter2 optional means if user dont select this two and just select CaseID still user Can...
View ArticleSales line item report
I need to build a report with sales line items. The details are belowDoes anyone have any ideas of how I would accomplish this?Note: the parameters are in correlation with the top row of to and from...
View Articlesearch filter then report, multi layer report, when to use SSRS and when to...
wasn't sure of a good title for this.I need to build a 'multi layer' report in that you start with search fields for people, then return a list of people meeting the search criteira, this alone I know...
View ArticleIs it possible to group multiple datasets together with page breaks?
Hi,I have three data sets within a report called 'Main', 'Sub1', and 'Sub2'Each of these 3 datasets are MDX queries with different levels of granularity, but they all have the same number of columns....
View ArticleNormal and stacked column chart in same report
Hi All,I want to display normal and stacked column in same chart as show below. but stacked column is not allowing multiple column for category.Can any one please help me on this?
View ArticleSQL Report Builder 3.0
I am using SQL report builder 3 pulling data from a SQL database and have created 4 tables in SQL report build then have a main table pulling the total of each of the other 4 tables using the following...
View ArticleCan I dynamically hide a column in the tablix without calling the stored...
I have an SSRS report that has a parameter "RptParms" that allows multiple values to be selected by the user. Example values are 'AAA', 'BBB', 'CCC', and 'DDD'.When the user selects "View Report" a...
View ArticlePassing Single value and Multi value parametes to SSRS report server from...
Hi, I have been struggling with this for the past 4 days. I tried all possible solutions from different forums. I do have two parameters in the reports. The first one can accept a single value and...
View ArticleMaking multivalue parameter as optional in SSRS 2012 report
Hi,I have a report in which I am using a multivalue parameter. As per the requirement, this parameter should be optional. Looking at the possible workarounds, I selected all the values by default, so...
View ArticleExporting to Excel from Report Manager Problems
Hello Experts,I am facing an issue with SSRS 2008 Report.Well it running fine in VS2008 and Report Manager but when i try to export in Excel. It's giving me error message.Well let me explain a bit....
View ArticleHow to get the distinct counts from two DataSets in SSRS Reports?
I have two SharePoint List Name as A and B. A List has columnsCountry Name,ID and B List has Column New IDList ACountry Name : ID AU 001AU 002AU...
View ArticleInteract with Power View report from PowerPoint Deck - Error: The user does...
I have Power View installed and configured (SQL 2012 SP1 CU4), and creating reports through the browser is working absolutely fine.However, if I export to PowerPoint and then try to "Interact" with the...
View ArticleReport Designer in Visual Studio 2008 - Grid Lines?
Can anyone tell me what the story is with the report designer in Visual Studio 2008? (or the SQL Business Intelligence Development Studio)I have a reports project that I have upgraded from SSRS 2005 ,...
View ArticleCONDITIONAL TOGGLING
Hello,I am using adventureworks2008 r2 database.Tables are Sales order header and sales order detail.My requirement is that the toggle option on person id will display the detail of the sales , if the...
View ArticleHow to open Pop Up Window in SSRS Reports in 2008 R2?
Hi,I am running SQL Server 2008 R2 Reporting Services . I am trying to set the action (navigation) for a text box open a URL in POPUP window like same window.What my requirement is,When i click Text...
View Article#Error in SSRS Expression
Hi In Total I am having formula like this=IIF(IsNothing(Fields!TotalCharges.Value) or Fields!TotalCharges.Value <=0 , 0,Sum(Fields!Payments.Value) / Sum(Fields!TotalCharges.Value))But still it is...
View ArticleSSRS control values or limits to a column chart
Hi,I'm building a column chart in SSRS that has a category group and a series group. I need to add some control values or limits to some of the categories.Here's an example picture of the desired...
View ArticleInternet Explorer Script Error when Select Data Source Item on SharePoint 2010
I have SQL Server 2008 SSRS with SharePoint 2010 Integrated mode. I can see all reports succesfully on Report Viewer, but problems occurs when manually selecting data source items. Why this...
View ArticleGet count depending on criteria using an expression.
Hi all,I have a dataset that includes information on the compliance of users machines when being patched and am in the process of creating a report. I need to be able to check this dataset for machines...
View Article