Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Browsing all 2791 articles
Browse latest View live

Disclaimer - suggested wording

HelloI'm conscious that the data I report out with Reporting Services can only be as good as what's coming in, etc; that no data is ever going to be 100% accurate.As such, I would like to add a...

View Article


Dynamic images based on parameter value

Hi, I need to change the header logo based on a parameter value . I am using the expression below but it's not working when parameter value = "Cust1".Use this image : fx=IIF(Parameters!Parameter1.Value...

View Article


Date Parameters Defaults

Hi There, I am trying to work out to do the following.I have two date parameters a start and end date.What I want to default in the start date is the FIRST MONDAY of the PREVIOUS month from the day you...

View Article

Space character between blank parameters

Hi, i'm using SSRS 2008. In a Tablix-Field I have the Parameters prename and name. If there is no prename in the database i get a space at the beginning.For example:Phill Johnson&nbspMayer (space...

View Article

Duplicates - amended with a clearer script

Hello, I posted earlier with a poor script. Below is a better one.It pulls through all customers, plus their addresses, email and phone numbers.However some have duplicate surnames and addresses.Please...

View Article


Whoops deleted a shared data source

OK,without giving me lectures on what a stupid thing to do. I have deployed a Report Model. For some reason some of the old reports are not working. They show "The shared Data Source reference is no...

View Article

Duplicates

HelloI have 4 tables:Customer address, name, telephone number and email address:SELECT A.Contact_id, A.first_name, A.last_name, B.Contact_id, B.Address_1, B.Address_2, B.Address_3, B.zipcode...

View Article

steps to give ad-hoc reporting to end users

Hi,This is first time I am using report builder..I need to clear few points before I can work with the users for the licenses and allI created a report model and I was able to used it to drag and drop...

View Article


Ad-hoc reporting in Report builder - how to print the report

Hi I am new to report builder, the users need capability like they have in ms access to get data from any tables and apply filter on any columns.I created a data model and did some test in report...

View Article


Optional Parameter in Report Builder 3.0

Hi all,I have just done a report in Report Builder 3.0. I also created a second set of "DataSet2" to create a Parameter which links to the "DataSet2". Now, the users can type the "USER ID" in the...

View Article

Report Model download and backup, also best practice

I will be deploying Models and Data Sources (potentially) to multiple servers. After my last mishap is there a way to get the latest Model downloaded from the SSRS site (SSRS native mode) so that I can...

View Article

Parameter Validation ?

HiI'm looking to validate a Start Date parameter, so a user cannot enter a date greater than 60 days old.Any information would be very much appreciatedThanksJoe

View Article

ssrs excel export to separate tabs in workbook when have no data

In a new SSRS 2008 report that I just setup, there are 5 datasets that are located on the main report that refer uniquely to 5 tablixes. There are no subreports for performance reasons. The purpose of...

View Article


SSRS 2005 - Sum if a particular field falls into specific criteria

Hi all,I am very new to reporting services.I have a report like the one below with 6 columns:[b]Name Bills Disbs WIP Exposure Client[/b]Smith 5,000 1,000 1,000 7,000 500Jones 10,000 5,000 5,000 20,000...

View Article

Max from parameter value.

Hi, i have a question, how to return the max value from values which where passed from parameter?I have query: =Switch(Fields!Wartosc.Value = Max(Wartosc.Value, "DataSet1"), "Red",Fields!Wartosc.Value...

View Article


conditional expression in Matrix column help needed

How can I create a more complex iif statement?=iif(Fields!row_description.Value = "All Leads", count(Fields!lead_id.Value), "") <--works need same expression to also evaluate...

View Article

Multi Select to Single Select parameter

Hello Experts,I need your urgent help can you please help me?I have one report being accessed by 900 users (100 key users and 700 users are subordinates of key user's) This report has one multi select...

View Article


Duplicating Property Value

Hello, I have the below query which pulls invoice data based on posting date and GL parameters. I am having the issue where some invoices have multiple posting dates so they are being duplicated. How...

View Article

Report Server Database Configuration Error.

HI, While trying to configure Report Server getting the below error. Any suggestion to know how to fix the issue?>failed at step 3:Running database script, two steps were successful:verifying...

View Article

Adding columns to report after changing stored procedure

I have a report that pulls its data from a stored procedure. I was asked to add a few columns to the report, and after changing the stored procedure the dataset seems to be updated correctly. The new...

View Article
Browsing all 2791 articles
Browse latest View live