Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics

Record count in dataset is different that excel exported record count.

All, I've got a query as an embedded data set in a report on SSRS2012. When I run the SQL in SQL Server I get x number of records. When I run the report against the same server and export the records...

View Article


I am interested in learning how to optimize my Action Property of an object...

I am interested in learning how to optimize my Action Property of an object in my SSRS Report.All of the linked reports use the same Data Source.  So, should I put the Data Source in the Shared folder...

View Article


Posted to the wrong forum. Sorry.

Can't figure out how to delete it....

View Article

How do you select just one cell from one row on one column in a table?

So this is what I am tryng to do.  The goal is to produce a temp table where the columns are numbered 1 to 10.The following sql statements produces PART of the data that is required content:   select...

View Article

How do I set this GroupExpression to order in descending order

How do I set this GroupExpression to order in descending order:  =Fields!ID_Count.Value in descending order?

View Article


How best to chart start and stop times

Our OR wants to graph out something that will show how they are operating, time-wise.  They want to know what time the first case of the day is scheduled to start, and when it actually starts.  They...

View Article

In SSRS 2008, how do pass variables from one report to another?

How do I, pass a variable from one to another report when I launch a report threw the Action Property of an Object?  And how do I use the received string variable as the contents of a dataset or at...

View Article

SSRS 2008 Tablix bold just one row?

Is there a way, in SSRS to have just one row on a table (Tablix) highlighted if that one row has important information for the user.  Let's say, for example, I wanted the first row in bold.  How would...

View Article


Chart title error

Hello,I want to add a parameter value to my charts title so i used the following expression:[quote]="Sales amount " & Parameters!Supplier.Value & " by product category " & Join(Parameters!Year

View Article


In SSRS 2008, how are parameters passed down to the DatSet Query... or can they?

In SSRS 2008, how are parameters passed down to the DatSet Query... or can they?I have a simple question. I think this is pretty straight-forward. If necessary, I can include screen shots of what I...

View Article

How to make SSRS Action Property Receptive to Parameters?

How to make SSRS Action Property Receptive to Parameters?I think I got SSRS reports receiving all sorts of parameters and I think I can make just about any field or object on the receiving report make...

View Article

ssrs heat map of using conditional color scale

Is there a way in SSRs to have some sort of dynamic color scale or heat map be applied to a column of numbers? for example if you have 1 thru 10 then 1 would be red. 2 would be slightly less red, 3...

View Article

SSRS String values not passed as parameters to other reports

I have a situation where I need to have string values passed to sub-reports in SSRS (coded with Visual Studio 2017 but deployed on a 2008 Report Server). The oddity is that I am able to do it to one...

View Article


In SSRS, a Date Time parameter on Preview is not matching the deployed report

In SSRS, a Date Time parameter on Preview is not matching the deployed report. Is this something someone else has encountered? The RDL code is identical. Is it the fact that, sometimes, a local preview...

View Article

Creating a custom field and creating an expression to populate it

Hi,I'm looking to create a custom field and am not 100% sure if I can use an SQL statement to create the expression or does the code need to be in a specific format to the report builder? For example I...

View Article


Defining a SSRS parameter to behave similar to a Tableau quick filter?

Hello - This post/question is for anyone who is familiar with SSRS and Tableau. In Tableau, you can create a "quick filter" that essentially captures the distinct values of a field within a dataset....

View Article

SSRS Chart filter working backwards

I'm working in VS2010, where I have two identical bar charts in an SSRS report (one is literally a copy of the other). They show counts of surgical cases by day of week. One chart needs to show only...

View Article


Filter by column that is datetime, so only rows that had a ref in time period...

Hi,My report has to cover 16 months of data. Each PK reference has one date in DateInstructed, and may have a value in DateStarted.But I only want the references/Rows that were instructed in the same...

View Article

setting a data-driven subscription in SSRS with what I hope to be a parameter...

I am setting a data-driven subscription in SSRS with what I hope to be a parameter for a date/time variable.  The business requirement is that I pass a Parmenter to the report that needs to be set to...

View Article

SSRS Colour Expression Not Updating Colour

Hi all, I've added a colour expression to a dashboard but the colours are not updating. It's already using colour expressions on multiple values so I wonder if this could be the cause? The value is set...

View Article

Seperate report based on record in tablix

Hi,I'm slowly getting familiar with SSRS\SQL Report building thanks to this forum and other resources so thank you very much. Is there a way to create a break between pages based on a value in the...

View Article


SSRS Subscription

Hi, I am trying to send SSRS notification to recipients when data exists in report with the code below . The subscription works if I execute manually from the reporting server . When I try to execute...

View Article


Setting up a multiple parameter report

Hi,Im looking to setup a multiple value parameter based report. I found some instructions which demonstrate how to do this by using the In function within your query[code language="sql"]FROM  [R

View Article

Query all data using a parameter

Hi,My report has a drop down selection parameter with the following dataset[code language="sql"]SELECT  [SS-zzReport].order_no  ,[SS-zzReport].Expr1  ,[SS-zzReport].status

View Article

External Image from URL

Hello,  I have a situation that the external image from url could be not exist yet.  How to deal if this situation? Because when the image from url doesn't exist it stays loading forever without it...

View Article


Reporting Services on Remote Server at Hosting Company...How to Connect ??

We're setting up Reporting Services 2016 on a Windows 2016 (VM) server at a hosting company, not on the local domain at the office.We have a VPN for users to access SQL and web servers there, but not...

View Article

ssrs 2010 shared dataset

In an existing ssrs 2010 report there is a shared dataset that I would like to know how it works. Here are are my questions:1. In the report there is a shared dataset called test. The sql that is...

View Article

SSRS disconnection Error

I keep getting this error randomly. No pattern to it and not a timeout issue. Seeing this even under a minute of report running.Scale out with 3 report servers, load balancing is working and overall...

View Article

Is Power BI Desktop only for enterprise users?

I realize that this forum isn't for Power BI. I couldn't find a forum that is. So, here goes. I just updated Power BI on my laptop, where I've used it just to experiment occasionally. When I got into...

View Article



troubleshooting a report that generates 0 record through a nightly job

We have some SSRS reports and subscriptions running at weekend.One report is a summary of a count of records of a table and sent the email to print vendors.The subscription email also CC to us.And we...

View Article

Separate SSRS server, pros / cons?

Right now, I've got my SSRS instances sitting on the same servers as the databases they service.  There's some things that might be related to this (first time in the AM someone tries to access a...

View Article

Font Awesome in Reports

Hello friends!We have a web application that uses font awesome for icons and in an attempt to keep things uniform, would like to use these here and there within some of the reports.Has anyone tried to...

View Article

SSRS shared datasets used by lots of ssrs reports

I just found I have 2 ssrs 2012 reports that I need to change that use the same shared dataset. These 2 ssrs 2012 reports are in the same visual studio 2012 solution file.My question is how can I tell...

View Article


Report Parameter to populate other Report Parameters

Hi,I've got a requirement to produce a series of reports that are exactly the same thing apart from they would be based on differnet date ranges.For  example, I've got to produce Previous Month,...

View Article

Printing in PDF by default legal

in SSRS there is way when i print PDF it print as Legal. I am sending email every morning  through PDF file.When they print this report it by default it goes into Letter instead of legal, Really...

View Article

Mixing non group columns in between grouped columns? SSRS

Hello guys like title suggest is it possible to do it in SSRS? I have some tablix that presents general data regarding customers and few columns regarding our interactions and I would like at last...

View Article


ssrs 2012 report parameters not being displayed at the end of the report

I am working on an ssrs 2012 report where I want to display all the parameter values at the end of the report. In most cases this always works for most reports that I am working on.However this report...

View Article


Custom Code in SSRS

Hello Everyone,I have a custom code to add up a field to get the sum.When I call function '=code.GetTotal()', I can get correct numbers. The only question is whenI use =code.GetTotal() -...

View Article

General Message on teh Running of alll reports?

Is there anyway to implement a message on the run of all reports? The powers that be - want some sort of GDPR disclaimer.Any ideas welcome.Thanks

View Article

SSRS SUM(IIF()) on a matrix.

Hi, apologies if I am asking a question that has been asked many times but I can't find the answer that I need.I have a matrix in ssrs and I am wanting to add a column into it that shows a value as a...

View Article