Report Structure suggestions
Hello,I am using BIDS to create a report.I have a dataset with the following fields:Company, Depot, Account, Year, Perioid, Ethical, Generic, Drug, TotalSales, Phone, PostCode, CustomerName, DepotName,...
View ArticleRB3 - Web rendering of tables within tables
Hi all,I'm at it again with web layouts in Report Builder 3.0. I have fixed some of my issues by using tables more than before. I am now using tables that have inner tables, and that's really helped...
View ArticleSSRS Report Builder 3.0, SQL 2008 R2 Cannot get CASE statement to show up in...
Hi, I have the following select query with a CASE statement as part of it but it will not show up as a field in my dataset!I have tested the CASE statement works in SQL Management Studio and it is...
View ArticleNeed Report with page break with a header field name on top ofeach page.
I am trying to create a Report where the page breaks for each Subject Description field and the Subject Description field would need to be displayed at the top of each page. For...
View ArticleChange Chart/Legend Colors
Hi guys,I really need your help on this as I'm doing a presentation soon.I have a chart which uses this expr. to color the chart:=IIF(Fields!OTIF___Request_Date.Value < 95, "DodgerBlue",...
View ArticleSubscription for Active directory group
hi,We are using SQL Server reporting services 2005.i thought this should be easy and if we have any active directory group by department we could set up the subscription to set up for specific group...
View ArticleAccessing ssrs reports across servers from c# webservice
Hello We are facing an issue while trying to acess SSRS reports deployed on SSRS server say Server A from a .net webservice ie deployed on Server B. Would like to know what is the issue here. We are...
View ArticleReport never shows in SSRS although ExecutionLog3 says 'rsSuccess'
Hi all,first of all, we have SQL Server 2008 R2 installed, currently in version 10.50.4000.0We are having issues with a specific report, for which the end-user never gets to see any result on the...
View ArticleSSRS 2008R2 EXPRESSION
I want to add this expression in SSRS 2008R2 For [b]Column Heading[/b]If {Reportname.value} = 'ABC' And {Reportname.value} = 'S' Then 'Amount1'Else If {Reportname.value} = 'BAC' Then 'Amount2'ELSE If...
View ArticleReport Manager on Subdomain
How would i go about setting up report manager on "reports.domain.com" right now it only works if i access it via "reports.domain.com/reports" ?
View ArticleCreating a Hyperlink with the parameters that doesn't have a mappinig field
Hi I've two different reports as[b]1.[/b] FlightSummary ReportSELECT FlightDate, Count (PassengerID) as PassengerCount, Sum(TktPrice) as RevenueFROM dbo.FlightInfoWHERE FlightDate BETWEEN @StartDate...
View Articleone parameter returning all,remining parameters also need to return ALL
i have 6 parameters ,in this 4th parameter returns "ALL" 5th and 6th also in need to return all5,6 have available values, where i have to write expressionRegardsArjun
View ArticleUnselect 'All' when choosing a value in the drop down lista. How?
Hi,I have a problem with a SSRS report where I am using a drop downlist. I have searched on the internet but without any answer on this. I retrieve the values by using MDX against my SSAS cube.As...
View Articledecimal separator
I have to create French report. In french the decimal separator is the comma. How to set the decimal separator to comma?thanksMartin
View Articleformat the number in indian currency format
hi.... to all..i'm using sql server 2008 express with advance edition with BIDS...i've developed one report in that employee salary.. i want to print the salary in the format...
View ArticleTotal indian currency format
hi... to alli've created an report in that report i've one salary fieldnow i want to display the total amount in indian currency format e.g {12,12,12,12,12,123.00}and also in words such asNINETY NINE...
View ArticleReporting Services + Active Directory
When I came in this morning I had a phone call of my boss (soon to be ex-boss) with the question to look into reporting services & AD.The reports he want will have to show several usage...
View ArticleProblem with a report.
Hello,I have a Dataset with: Company, Depot, Account, Year Period, Ethical, Glaxo, Drug, Surgical, General, PI, Misc, Phone, PostCode, CustomerName, DepotName, SalesMan, Salesman Number, Drug, General,...
View ArticleReport doesn't return any results for Master.sys.Master_files view
I try to build a report to check DB available space. I used the Master DB's sys.master_files and sys.databases in my query. the reports runs without problem in Visual Studio. But after it is deployed,...
View ArticleGetting Dynamic columns into my SSRS report
Hi,I have one SP it returns 10 columns based on selection some more columns i am getting(dynamic columns)how to get these columns also into my SSRS reportin my report i am able to get those 10 columns...
View Article