ssrs-2008-r2

How to set dynamic axis unit in SSRS Reports?

和自甴很熟 提交于 2021-01-29 11:12:29
问题 I have a dataset that contains data in below format: The graph you see on the right is a Line chart that is being used in SSRS report. This is the sample data you see in here below. The graph in SSRS report contains month wise data (as oppose to day wise here) I need to set the axis dynamically (Y-Axis numbers) so that when the numbers get changed the said graph is also updated without updating the Y-Axis manually. I know I can set the vertical axis property of line chart and then go to

How to show different groups in same matrix where no parent or child relationship

元气小坏坏 提交于 2020-06-29 03:34:51
问题 I am tasked with reproducing a spreadsheet in an SSRS report to save hours of Excel spreadsheet work. I have done all the calculations and got them into a single dataset however I am not able to work out how to display in the same table/matrix. My spreadsheet looks like this: Column B is a text column used to describe what the figures in each group are showing. Col C is 'Region' grouping. I have got this far with my matrix - grouping by region and month. This gives me rows 3 to 8 incl of the

SSRS Fit To Page when exporting to .pdf or excel

时间秒杀一切 提交于 2020-06-26 06:26:25
问题 I have a report that is in Legal size (8 1/2 x 14), but when it is exported in .pdf or excel, it is extending to second page because of too many fields being displayed on the report. Is there a configuration that I can set-up within SSRS environment to "fit to page" so that when the report Is exported in .pdf or excel it will fit to page and not go on second page? 回答1: I'm sure your page layout is okay but you also need to see the sizes of other objects like Report Body, Tablix, Images, Text

how to using IN operator in ssrs expression

我的梦境 提交于 2020-01-16 05:47:04
问题 First of all sorry about my english. I want to use in ssrs in tablix-fields expresion something like this: =iif(CStr(Fields!Id.Value) in Split(Parameters!IdListStr.Value, ","), Fields!Sum, "") where Parameters!IdListStr.Value = "1,2,3". is it possible? 回答1: You can add the filter on the dataset using the below values, Expression := Fields!Id.Value Operator := In Value:= Split(Parameters!IdListStr.Value, ",") And if you dont want to filter out the records from the dataset then you an use the

How to freeze First Column in tabular Report?

≯℡__Kan透↙ 提交于 2020-01-14 10:16:12
问题 I have a Table Report with 70 columns. My requirement is to freeze the First Column as I scroll horizontally. I have tried checking row headers in Tablix properties, but still it's not working. How can I freeze the first Column? 回答1: Here are the steps for Freezing columns/rows in SSRS Step1. Go to Groupings pane at the bottom and select Advanced Mode. Step2a. Select the Static Member under Column Groups and it will highlight the column where it points to. In the properties mark the FixedData

Add ssrs report description

微笑、不失礼 提交于 2020-01-11 11:34:34
问题 Anyway I can add a ssrs report description that displays in the report before execution? I Googled and most people said its not possible but there has to be a way to tweak it right? 回答1: For anyone who still needs to add a report description that users can read before executing the report, I have seen this feature in both SSRS versions I have used (2008 and 2016). The Report Properties has a Description field, which users can read when accessing the web portal in either view (Tiles or Details

Cannot go back to main ssrs report from a drill thru report in Chrome report viewer

有些话、适合烂在心里 提交于 2020-01-07 05:16:07
问题 I have a SSRS report with includes a Drill Through report. When I run the report from Report Manager and click the link to go to the Drill Through Report, there is a 'Back' button so the user can go back to the main report. When I display this same report in my AngularJS application that has a Report Viewer, I can go to the Drill Through Report when I click the link but I cannot go back to the main report. If I use the back button on the Google Chrome Browser, I have to re-enter all of the

Freeze Columns FROM Row Group during Horizontal Scroll in ssrs

一个人想着一个人 提交于 2020-01-07 03:47:07
问题 I have a ssrs Report. It have 15 columns . First 4 columns are Region, district, Office, week ( These are the part of Row Groups). The report is toggled based on these columns . Now my requirement is, I need to Freeze these columns in the report while scrolling other columns horizontally. I have tried with setting Fixed data true property etc... which doesn't worked out. Could anyone help me to find the solution? thanks for the help 来源: https://stackoverflow.com/questions/35506247/freeze

SSRS Issues with 32bit and 64bit ODBC drivers

痞子三分冷 提交于 2020-01-06 21:04:44
问题 The ultimate goal is for users to be able to run a report that looks pretty and grabs current information from our database. We'd like to use SQL Report Builder since we're already using it for other reports. The database is Cisco UCCX and we're accessing it with an ODBC connection from our reporting services SQL Server 2008 R2. We've successfully setup System ODBC connections with both 64bit and 32bit drivers. When trying to access the connections though, we're receiving errors. Using the

SSRS - Data Driven Subscription -

痴心易碎 提交于 2020-01-05 07:22:23
问题 What I'm trying to do : I have a report already created that looks for something existing in one database and not in another. 99% of the time the report comes up empty. We do not need to know when there are no results to show. I only want to know when the query returns a result. What I've done so far : I have a the Data Source created and a table (view) created to where I can query for Subscriber information. What I hope can be answered : Is it all possible to have this report run and email