ssrs 2012/IE 11 -- Can I enable the Tool Tip to display at magnifications...
I have a report with a stacked bar chart. I've enabled Tool Tip to display information about the series the cursor is hovering over and it works fine at 100%, but not at other magnifications. We're...
View ArticleSend report in email from hotlink in report
I have a report generating in excel format. I have a box on the report that is amailto:addr URL link.I have two issues.1) when I open the report in excel the URL is not active. If I double click the...
View Article#Error using IIF and divide by zero
I am getting an error in a calculated field that could potentially divide by zero, even though I'm using an IIF. The column displays in the report as "#Error". My expression looks like this:=...
View ArticleParameter change does not refresh default values of dependent parameters
Hi, I have a problem with my dependent multi-value parameters in my SSRS 2008 SP1 reports. The default values for the parameters are correctly loaded when the report is opened, but when a primary...
View ArticleSSRS Expression throwing Error while Using Guage
Hi All, I am stuck into this expression showing error. Please help me.(IIf(RunningValue(Fields!KPITitle.Value,CountDistinct,Nothing) MOD 2, "#D0D8E8","#E9EDF4"))ERROR...
View ArticleSSRS Expression help
Hello Team Members, I have a location address field in my tables.the values are like this 1234 US 285 N, TX, TX 73450 24 CR 452 Orla, TX 79770 4536 U S 285 N 4536 U S 285 N TEXAS - - - I Want to split...
View ArticleSSRS MHTML formatting problem when using gmail
Hi, I have several reports on my SSRS report server 2008 R2. All display great and subscriptions as MHTML display great too.But when the email is viewed on gmail report display do not keep any...
View ArticleSSRS 2005 - Email report on execution to dynamic list with dynamic parameters...
Hi, I have a need to display on screen AND email a pdf report to email addresses specified at run time, executing the report with a parameter specified by the user. I have looked into data driven...
View ArticleData Source reference in rdl file
Guys,I am working in a project to get SSRS metadata dependencies and I was recommended to use the article Extracting SSRS Report RDL (XML) from the ReportServer database. This article is a really good...
View ArticleSSRS 2012 -- display horizontal axis at both the top and the bottom of a tall...
I have a stacked bar chart that is tall. To make it easier for the users, I'd like to be able to display the horizontal axis at both the top and the bottom of the chart. Unfortunately there's not an...
View ArticleUse ReportItems! to sum all textboxes in a tablix
Hi,Is it possible to use the built-in ReportItems collection to sum up all the values in a particular column in a tablix? For example, I have a textbox called "Balance" that appears for every row in a...
View ArticleCannot create data-driven subscription
Hi,I'm using SQL Server 2005 Developer Edition, which I understand supports Data-driven subscriptions (DDS).When I try and click on on the DDS button for a report I get the following...
View ArticleHow do I conditionally prevent a subreport from running?
Greetings,I have been asked to modify an existing report, so I don't have the ability to totally rework the report design. The report has 24 subreports. We have a .net UI that runs the master report...
View ArticleNeed Sorting in ascending but the result should display in a different order...
I have created an SSRS Report where the Sorting is applied in the Tablix properties for three of the fields (all set to A-Z). Each page has eight values inside text boxes. These values are followed by...
View ArticlePhantom Lines appearing in Stacked Bar/ Line combo
I am having a huge problem with some phantom lines appearing in the stack charts with line graph for the "GAIN" field when there should be one line as its being summed. select DESCRIPTION as des,...
View ArticleChange SSRS calender picker to choose year only
I have an SSRS report with pramaters that reflect from year to another yearand Year(BAL_DATE) between @frYEAR and @toYEARhow can I make the calendar to just reflect the year?
View ArticleSSRS 2016 Mobile reports with runtime dynamic data source
Hi, I would like to know if it is possible to change a SSRS 2016 mobile report data source at runtime?I have seen the RDCE / "Expression-based Connection Strings" solution for modifying RDL report...
View Article403 error: The remote server returned an error: (403) Forbidden.
When I try to view the report, I got the error "The remote server returned an error: (403) Forbidden. ". And in the event log , I got the detaiil excception:Event Type: WarningEvent Source: ASP.NET...
View ArticleDecision Functions
=IIF(Fields!Status.Value ="Fail", Fields!Status.Value & "See Inspection Details", Fields!Status.Value)When writing the following expression 1. Status Value can be Pass or Fail2. If Status Value =...
View ArticleCode reset
The following code sum my lines in a dataset.'Energy 1776Public Shared MMBTU76 as Integer=0 Public Shared Function GetMMBTU76(Item as Integer) as IntegerMMBTU76= MMBTU76 + Itemreturn Item/1000End...
View Article