Different results when running query on sql server and in SSRS
I have a fairly simple mdx query. which gives different result when run in sql management server and when run from within SSRSAny idea what could cause this.This is the query I'm running (Btw SQL...
View ArticleSSRS Chart to format the date in ascending order
Hi All;I need to sort the dates on Horizontal axis in ascending order hence in category group - sorting - i had used teh below formula=format(CDate(Fields!goalstartdateValue.Value),"MMM yyyy")but it...
View ArticleStacked bar chart
Can we able to show the 100 % stacked bar chart like above image in SSRS Report.ThanksR.B
View Articlehow to use table name in iif condition of ssrs
Hii i want to make condition in default value of parameter=iif (tablix1 or tablix 2 ,False,True)how can i do this??Dilip Patil..
View ArticleParameter Variable Issue
Hello,I'm creating an SSRS '10 report with a drop list parameter.I have two data sets tied to the report:Report3.rsd - This is the data set used in the reports PMList.rsd - This is a data set tied to a...
View ArticleMulti Value Parameters help
Hi GurusIn the main dataset query i created a parameter "where k.jlocat=:LOC or :LOC is null". These are ORACLE Parameters and hence the :. In another dataset i created a simple query asselect...
View Articleexpression question
I'm new at SSRS 2008 R2. I need to return a value from PERCENT_NUM if DESCRIPTION = 'x'. PERCENT_NUM is a numeric field and DESCRIPTION is a string field. The DESCRIPTION field has multiple items...
View ArticleSSRS 2012 Conditional Formatting Color Issues When Exporting to Excel
Hi all,We recently upgraded to SQL 2012 from SQL2008 R2. I'm having a strange issue with SSRS2012.One of the report has conditional formattings on cell background colors. Everything works fine when...
View ArticleExport to Excel Fails with "Internet Explorer cannot display the webpage"
We have a couple of report servers all hosted internally on VMs. They are all SSRS 2008 R2.For all of these, when viewing the reports remotely in IE, they run fine. However when we try to export them...
View ArticleDeploy report model error:The item '/Models' already exists.
Hello, I am trying to deploy a report model on a report server, my model has only one table and I get this error: The item '/Models' already exists. Can you help me please?
View Article"Object reference not set to an instance of an object" on loading reports
Hi,I get "object reference not set to an instance of an object" for some charts in a report.Software: SQL Server 2008 R2 SP2 & SharePoint 2010I have 2 reports each with multiple graphs &...
View ArticleParameter is missing a value
Hi there, I have an issue where I need to set a whole bunch of internal parameters' values to the result of a dataset first executed with the report...nothing new or majestic about it. The problem is...
View ArticleSSRS Text box expression in Report Header
Hi Experts,I'm trying below expression under Text box (Report Header)= IIf( IsNothing(Parameters!vCp_ID.Value) OR Parameters!vCp_ID.Value = "", "All", Join(Parameters!vCp_ID.Value,", ") )It gives me...
View ArticleSSRS parameter date/time properties
Hello,I wanted to see if someone could help me with a SSRS parameter issue.I’m using parameters to create user defined @BeginDate and @EndDate for the report. I’m formatting the parameter properties...
View ArticleProblem: Aggregate Functions cannot be especified as nested aggregates-
Hi everyone. I am making a matrix report with SQL RS 2008 R2. I added a Total Column and I modified the function as show bellow: =Sum( IIf(Fields!idPregunta.Value<>"16", Fields!Resultado.Value,...
View Articleparamater issue
Hello,I seem to running into problems with parameters. When I go into the original shared dataset to add variables and refresh the data set they never seem to populate in the Report Data Viewer as a...
View ArticleNested Aggregates in Report Table with Groupings
I've come across the well known problem of needing to nest aggregates in a report which has a table with groupings. I have come up against a bit of a problem with the suggested workaround posted in...
View ArticleCombining Two MDX Select Statements
I have this MDX select statement that gives me the current year's data for the 'Sales Amount' and 'Customer Count' measures.What I would like to have is additional columns with the previous year's data...
View ArticleFiltering reports by date
I have a number of time series datasets, and for some of them I'd like to select only the most recent data entry. Is there an expression that will allow you to select only that piece of data?
View ArticleSSRS Execution Service Render Method stopped working
Hello SSRS Profis!I'm having the following Problem:I was trying to integrate SSRS in my Company-Software, and until today it went quite good:Its an ASPMVC 5 project with WCF-Services, and in these i...
View Article