ssrs-2008

“The restrictions imposed by the CONSTRAINED flag … were violated”

南笙酒味 提交于 2020-01-05 07:58:35
问题 I am new to ssrs .i am creating report which query on cube and provides the result i have used parameter for choosing to and from date and its giving error like "the restriction imposed by constrained flag is violated". what should i do ?i can not remove constrained because production server does not accepts mdx query without constrained. MDX Query is like this:- select {[Measures].[Customers],[Measures].[Contacted Customers], [Measures].[No of Bets], [Measures].[Stakes GBP], [Measures].

SSRS 2008, Force HTML3.2

独自空忆成欢 提交于 2020-01-05 04:16:09
问题 I'm trying to export reports using the URL In 2005, I could use rs:Format=HTML3.2 and life was good Now, with 2008, it appears all I have is HTML4.0 but I need it in HTML3.2 for a variety of reasons, the main one being, it is basic html and works in all our viewing devices. Is there a way to get this renderingExtension enabled in 2008? Or to trick the HTML4.0 renderer into rendering HTML3.2 , perhaps with an old UserAgent or something? 回答1: SQL Server 2008 R2 Reporting Services Discontinued

SSRS sum(distinct()) equivalent

流过昼夜 提交于 2020-01-05 03:10:23
问题 I am currently working with an SSRS 2008 report that returns a dataset similar to the following: Job# ClientId MoneyIn MoneyOut ------------------------------ 1 ABC123 10 25 1 ABC123 10 25 1 ABC123 5 25 2 XYZ123 25 50 2 XYZ123 25 50 3 XYZ123 15 15 Where MoneyOut should be equal to the total amount of MoneyIn for a job if the job has been balanced out correctly. The problem that I am running into is when displaying this in a tablix in SSRS I can return the correct MoneyOut value for a job by

SSRS sum(distinct()) equivalent

坚强是说给别人听的谎言 提交于 2020-01-05 03:10:08
问题 I am currently working with an SSRS 2008 report that returns a dataset similar to the following: Job# ClientId MoneyIn MoneyOut ------------------------------ 1 ABC123 10 25 1 ABC123 10 25 1 ABC123 5 25 2 XYZ123 25 50 2 XYZ123 25 50 3 XYZ123 15 15 Where MoneyOut should be equal to the total amount of MoneyIn for a job if the job has been balanced out correctly. The problem that I am running into is when displaying this in a tablix in SSRS I can return the correct MoneyOut value for a job by

SSRS Aggreation on Calculated Field

放肆的年华 提交于 2020-01-04 21:30:39
问题 I am trying to perform an aggregation on a calculated Field in SSRS and am getting the following error: [rsAggregateReportItemInBody] The Value expression for the textrun 'Textbox43.Paragraphs[0].TextRuns[0]' uses an aggregate function on a report item. Aggregate functions can be used only on report items contained in page headers and footers This is the formula I tried to use: =Sum(ReportItems!PlanPurchPrice.Value, "Select_UCPUtilization") In this Case PlanPurcPrice is also an Expression:

SSRS Aggreation on Calculated Field

橙三吉。 提交于 2020-01-04 21:30:06
问题 I am trying to perform an aggregation on a calculated Field in SSRS and am getting the following error: [rsAggregateReportItemInBody] The Value expression for the textrun 'Textbox43.Paragraphs[0].TextRuns[0]' uses an aggregate function on a report item. Aggregate functions can be used only on report items contained in page headers and footers This is the formula I tried to use: =Sum(ReportItems!PlanPurchPrice.Value, "Select_UCPUtilization") In this Case PlanPurcPrice is also an Expression:

Drillthrough report in SSRS 2008 using parameter values from chart series?

血红的双手。 提交于 2020-01-04 12:08:24
问题 I'm in the middle of creating a Dashboard System for my company and it consists of Excel, Graph and Gauge Reports that are designed in Reporting Services 2008 . I have a Pie Chart that contains the top 5 best Products and the number of Insured parties that are allocated to each of the Products. I want to enhance this by being able to click on the Series Area (Product Description) of the chart and want it to open/un-hide another report that will display further display more detail about the

SQL getting multiple columns into one column

a 夏天 提交于 2020-01-04 09:03:16
问题 I have this query that I am using to create a report: SELECT DISTINCT Appointment.ActivityId, Appointment.ScheduledStart, Appointment.OwnerIdName, Contact.AccountIdName, Appointment.new_ContactPersonName, Appointment.Subject, Appointment.new_ColderNotes, Account.AccountId, Contact_1.ContactId, SystemUser.SystemUserId, SystemUser.FullName AS OptionalOwner, Contact_1.FullName AS OptionalContact, Account.Name AS OptionalAccount, ActivityParty.PartyId, ActivityParty.ParticipationTypeMask, Contact

What credentials need to be passed when accessing an SSRS report through URL?

守給你的承諾、 提交于 2020-01-04 02:11:15
问题 I know this is repeat question, but I have searched almost all the threads about this and have not found any solution to my problem. Some of threads show a solution like: &dsu:DataSourceName=username&dsp:DataSourceName=password But this doesn't work for me. What value should I give for DataSourceName ?FolderName/SharedDataSourceName or only SharedDataSourceName? For username and password do I need to provide Windows username and password for where the report server is installed? I tried all

How to reduce SSRS PDF Export Size

徘徊边缘 提交于 2020-01-03 20:05:04
问题 I have a SSRS report that is Exported to PDF. The report has one table with 2 lines. (A header with no formatting and one record). The PDF export that is created is 130K. I am sure that this is much larger than it needs to be. Is there any way to reduce the size of the created PDFs from SSRS? Or any issues that can bloat a PDF from SSRS that I should be aware of? 回答1: The best generic answer to this question is probably: Open and inspect the code in the RDL file : it's just an XML file, and