ssrs-2008

SSRS - Reference a Textbox Value from a RowGroup

廉价感情. 提交于 2019-12-11 02:32:44
问题 I have a tablix that is using RowGroups to group instances of data. A textbox in the tablix refers to a field as it relates to everything else in that group of data. I would like to create a textbox outside the group, below the tablix, and have it reference the value of that textbox inside the group. I have attempted referencing the group textbox using =ReportItems!GroupTextbox1.Value but this returns empty. Is this in anyway possible in SSRS? Thanks in advance for any assistance anyone can

Multiple Y values for a single X in SSRS line\scatter chart

ⅰ亾dé卋堺 提交于 2019-12-11 01:59:59
问题 I've looked online but didn't find the answer I needed. In SSRS 2008 I have a data set that returns results similiar to this: Category Value -------- ----- 18 35 18 42 26 45 30 50 30 42 40 50 As you can see, a single category (or X axis) value (such as 18) may have multiple series (or Y axis) values (for 18 those values are 35 and 42). When trying to plot this in a SSRS-2008 report chart, I am only able to display a single Y value for each X - max,min,average,first etc. What I do need is to

SSRS - Space / Margin between header and tablix in content area on subsequent page

回眸只為那壹抹淺笑 提交于 2019-12-11 01:44:28
问题 Okay, I know that the question is hard to digest. So I hope this attached picture will make more sense of my question. Basically I want to maintain some space between my header and my tablix after first page. I use bottom border for my header and user don't want to see the table and the header just glued together. tried to put empty textbox (hidden) but not really working as I can't repeat the textbox on subsequent page. 回答1: It looks as though you have a gap between the top of the Report

SSRS Report is throwing runtime error from Report Manager

ぃ、小莉子 提交于 2019-12-11 01:13:28
问题 When i am running few reports that have 3+ parameters having many values (>1000) then sometime the report is throwing the runtime error as described below; ** Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Wed, 8 Feb 2012 14:34:12 UTC Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred

SQL Server Reporting Services Running Total Over Aggregated Data

独自空忆成欢 提交于 2019-12-11 00:45:40
问题 Everyone, In SSRS, we have 2 columns as laid out below. Sales | Running Sales 5.00 | 5.00 3.00 | 8.00 1.00 | 9.00 The distinction is that the first column (sales) is a is a grouping row and thus to get a Total for Sales per row, we are using =Sum(Fields!Sales.Value). The problem occurs that when I try to use running value to get a running sales total. It gives me the SSRS error that Aggregate functions can only be used on page headers and footers. In this case it makes no sense to have the

SSRS expression throws #Error - Possible reasons?

允我心安 提交于 2019-12-11 00:45:40
问题 =IIf(Sum(Fields!CUSTOMER_PROFIT.Value) <= 0 Or Sum(Fields!REVENUE.Value) <= 0, "N/A",Round(Sum(Fields!CUSTOMER_PROFIT.Value)/Sum(Fields!REVENUE.Value)*100,2)) The sample output is as follows: customer profit revenue customerprofitability 105003.73 227912.88 46.07 -8560.57 0.00 #Error 610.53 -1306.0 N/A why is that when divided by zero gives #error but when divided by a negative value gives N/A ? I do not want #error to occour in the customerprofitability column. Appreciate any help! 回答1: SSRS

No shared Datasets in solution explorer of business intelligence development studio

风格不统一 提交于 2019-12-10 23:56:09
问题 I have business intelligence development studio v 9.0 installed and am trying to create some sample reports. in my solution explorer there is no shared Datasets folder so that i can add or cread .rsd files anyone knows how to add the shared datasets to the solution explorer of the project? 回答1: only sql server 2008 R2 has shared dataset the first version of 2008 doesn't have this feature. 来源: https://stackoverflow.com/questions/10205601/no-shared-datasets-in-solution-explorer-of-business

Displaying Multi-Value Parameters

一个人想着一个人 提交于 2019-12-10 23:29:27
问题 I have a multi-valued parameter which has about 25 elements in it. If the user selects "Select All" and I use the standard (at least as far as I know) method of displaying the parameter at the top of the report: =join(Parameters!ProductClass.Value, ",") Rather than the the word "All" or something I get: 01,02,03,04,05,06,07,08,09,10,11,12,14,15,16,17,18,19,20,21,22,25,30,31,98,99 There isn't a better way to handle this? 回答1: Count the number of values selected and compare it to the total

SSRS Report Structure

梦想与她 提交于 2019-12-10 22:54:35
问题 I have a SSRS report that I pass parameters to. Within the base report are data regions displaying data from various datasets. Some of the datasets return one row, like the primary one. Others return multiple rows. I have been learning about multiple valued parameters in order to address this. However, the report isn't yielding the results I anticipated. For instance, I want all the data about records one and two. I was hoping that the report would give me all the data about record 1 then

SSRS page break after row with subreport (in rectangle)

你说的曾经没有我的故事 提交于 2019-12-10 21:56:22
问题 I've spend hours searching for a solution for something 'simple'. I have a report (SSRS 2008 R2) with a tablix with rows grouped on saleslineid. For each salesline I want to show a sub-report with specs and after that the components of the salesline. But I want the list of components to start on a new page. For instance: SPECS: Object A Color Brown Height 200 -- PAGE BREAK! -- LIST OF COMPONENTS Item Description 100 COMP1 101 COMP2 etc As you can see in the picture I've put my subreport in a