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

SSRS Date minus 1

HiI'm showing previous day's results on a report, So I want to include the date on my header, this is what I have currently;[quote]=Globals!ReportName & " on " & (Format(NOW,"dd MMM yyyy")...

View Article


SSRS Expression calling Week Days

HiHave this expression down here in one of my column;[quote]=WeekdayName(Weekday(CDate(Fields!DWH_Calendar_Header.Value)),0,FirstDayOfWeek.System)[/quote]But the problem with this is that All the "Y"...

View Article


Column name with spaces is not working

HiI have a table in which one column has space(like "First Name"). Using SSRS I m passing columns to fetch the records of that particular column. But my problem is that if I pass column with...

View Article

Date Expression - calculate a month

I have two parameters for date, @Report_From_Date and @Report_To_Date. I want to set their default values to latest Month. So for my @Report_From_Date default value I have...

View Article

Error in SSRS expression

HelloThe following SSRS expression=iif(First(Fields!auditCategoryCode.Value, "DsGLPFindingsData") = "AC-000003", "Form No: Q002-02(e)", "Form No: Q001-02(e)"Gives me an error when I preview my...

View Article


Report Builder 2.0 exporting to excel

Hi, Please could somebody help me. I am working on Report Builder 2.0 and need to export to excel in different tabs.Putting in page breaks dose this exactly as I need. Howevere I need to name these...

View Article

Modifying the expression

HiI have a SSRS expression like[code="sql"]=Fields!internalPartnerName.Value & "" & Fields!addressLine1.Value & "" & Fields!addressLine2.Value & "" & Fields!addressLine3.Value...

View Article

Adding Logo into Report Manager in SSRS - 2008

Hello,We are using SQL Server 2008 and I am trying to figure out how to put our company logo in Report Manager, in 2005 it was easy to do, but for 2008 I believe I have to open CSS file not sure which...

View Article


Add Company name in Report Manager in SSRS - 2008

Hi, I am wondering is it possible to add a company name in SSRS Report Manager for 2008? Can someone tell me where to go and how to do that. Thank you advance.

View Article


Report Subscription

Hi All,I am working with one of ssrs report.I subscribed the report for one time. It created the job under the SQL Agent. The job is showing successful but when I saw my subscriptions under the report...

View Article

?? Can I put the "To:" field from a subscription in a report footer ??

HiI was wondering anyone ever used the ReportServer.dbo.Subscriptions table to pull the Description field(which tell me who gets the email) I would like to put that field in the footer of the reports...

View Article

Credentials Stored Securely in Report Server

FolksUsing SQL Data Tools For Visual Studio 2014Running SQL 2014 Dev Edition.I am hoping you can point me in the right direction. I am working through some turorials on setting up Subscriptions but...

View Article

Advanced Striplines - Combine horizontal and vertical stripline - 3 Area

Hi, I have a scatter char and I simply want to create 3 areas to highlight some value. One horizontal area at bottom of the chart and 2 vertical area at the bottom like the image in attachment. I...

View Article


Multiple Paremeter in Header

I am trying to display "All Teams" wherever I select "Select All" from Multiple values displayed in parameter.In the Query I am passing the where as where team = @TEAM.In the Parameters I have selected...

View Article

SSRS excel export - file properties

Hi,Is there a way to tag an excel export from SSRS? For example, I'd like the excel file properties to say "SSRS Report" on the details tab, under Title.Many thanks,Andrew

View Article


Column visiblity is *always* disabled?

Hello,I have an SSRS 2008 report that has to show a column if there is a value in a particular field. The column visibility expression I wish to set resembles this:=IIF(Fields!My_Field.Value =...

View Article

SSRS Date

Hello,Can someone please help me with this in SSRS 2008 Reporting Services.Here are the conditions.If Delivery_Date is prior to Current week, then output should be Fri of Current week.ExDelivery_Date...

View Article


SSRS report scrollbar on the right is for the whole page not just the report...

Yes before deployed the scrollbar works as I would expect. The header remains visible. However when deployed the scroll bar pushes the date to the top of the page so not only is the header off the page...

View Article

Problem w/temporary tables in Stored Procedure accessed by SSRS

Hi, I have a stored procedure that I am using to produce the resultset that I want Reporting Services to display. Reporting Services accesses the stored procedure w/o problem, however, I use temporary...

View Article

Add Calculated Series... where did you go???

I've been working with SSRS/BIDS since SQL Server 2005. I have started a new job and am now developing reports using Visual Studio 2010 for the first time. I'm adding my first chart to a report in this...

View Article
Browsing all 2791 articles
Browse latest View live