SSRS Report Doesn't run?? An error occurred during client rendering.
HiI've developed a SSRS report using BIDS ( on SQL Server 2008), DataSource for this report is a SSAS OLAP Cube database. I made a simple Dataset as below:SELECT NON EMPTY { [Measures].[Net Premium...
View ArticleDynamically populated parameters with Dynamic DataSource in SSRS
I'm facing an issue with SSRS reports. Below is the scenario. I have SSRS reports with embedded DataSource configured to point dynamically to different databases. I'm achieving this by passing the...
View ArticleAutomatic Report Generation inside Report manager
Hello every bodyI see that in SSRS, it's possible to generate reports automatically to a file system. I want to schedule a report generation (every day, for a set of parameters) and then make them...
View ArticleReporting Services on SharePoint 2010
I have SharePoint 2010 Standard and installed and configured SQL Server 2008 R2 SharePint Reporting Services. I created a Library with the Report Builder Model, Report Builder Report, and Report data...
View ArticleChange text depending on number of parameters
Hello,I have a report where I write the name of the sales person above the data table depending on what sales district i pick as a parameter. It is also allowed to pick more than one district, but when...
View ArticleReport through Sharepoint list in SSRS while using group function
Hello,I have a list in sharepoint with the following detail.AccountantCustomer_Idpoints1point2All of the above fields are more then one record. I want to display record like thatAccountant (Distinct /...
View ArticleFields in MDX Dataset Not Appearing in Dataset Properties
I have an SSRS dataset that is driven off of an MDX query. Here is the query:WITH MEMBER [Measures].[Total Fee % Complete] AS IIf ( ( [DIM FUNCTION].[Function Category].&[Fee], [DIM PROJECT].[Job...
View ArticleFormatting in days, hours, minutes and seconds
Hello,I have a field (ActiveDuration) that outputs in minutes and I need a way to convert this to D:HH:MM:SS. I have tried various custom codes and functions I've found on here but none of them seem to...
View ArticleInteractive sorting in dynamic columns in a tablix
I am trying to create a report showing revenue per customer per period. I use a tablix in my report. My DataSet is created from a mdx-query. I have defined a row group by Customer called "Customer" and...
View ArticleWill SSRS 2008 eliminate white space due to hidden columns?
I have many reports that hide/show columns based on either parameters or user input. When columns are hidden the body size is not recalculated and also cannot be set through expressions. This leads...
View ArticleConditional formating based on two diferent fields values
Hello,I have created a report on Report Builder 3.0 that has a structure similar to the following exampleEvent ID, Event Date, Participant ID, Event Class ....1728 01/24/2012...
View ArticleDefault 'From' Date Parameter Question
I am writing a report that for now is using data from 2 tables. This report is going to be accessed via CRM and is based on a particular record chosen in CRM therefore my initial dataset is using the...
View ArticleSSRS - Very dynamic columns
Hi all,As part of a data driven dataload process, I'm providing users with a facility to look at errors that have occurred at a row level in the data cleaning process. i.e. those rows that failed the...
View ArticleDisplay the UserName in the Report Parameter who ever accessing the report
I have created a report,It has 5 parameters Startdate,Enddate,TransactionType,EntityType and User. There are 2 EntityTypes(AA & CC). when User selects EntityType parameter, User Parameter will be...
View ArticleHow to get drildown for charts in ssrs
Hi,i have a report having 4 levels containing chart report when i click on the 1st level(category) then it goes to second level(subcategory) like this way 4 levels how to achive this can any one help...
View ArticleCouldn't able to use System.Web.HttpContext.Current.Request.Url.AbsoluteUri...
Hi,I'm trying to get the absolute url of the current report(need to get HistoryID)...
View ArticleRun Repoting Service on local host
Hi AllI created some of the reports and uploaded into localhost as well. This is theReport manager URL, http://my-pc:80/Reports_SQLEXPRESSBut this not working if I do not run Internet Explorer(IE) as a...
View ArticleLookup function using SSAS datasets
I am trying to use the lookup function to combine two SSAS outputs in a report where the dimensionality is the same between the 2 datasets. For detail lines from the dataset, this is fine and works...
View ArticleBETWEEN ISNULL ...
Hi,Is the below valid syntax?AND [Order Date] BETWEEN ISNULL(@FROMDATE, 'From Date') AND ISNULL(@TODATE, 'To Date')If not is there any way of writing what I'm trying here?CheersPaul
View ArticleDynamic SQL tutorial
I was browsing our repository and i found this code in one of our reports within the data sets. I am assuming this is some sort of dynamic SQL, could you please show a place where i can learn more. I...
View Article