Making sure I back everything up
Morning Guys,So I've got my encryption key backed up, and I'm already backing up the ReportServer (and temp) databases.I'm starting to get twitchy that I have everything backup up as I have invested a...
View ArticleBlank Vs NULl Parameter
I am creating a cascading report , The 1st parameter Values here are NULL as well as ''However , when i write query for 2nd parameters I pass the values as where (Program_group = @Master OR @Master IS...
View ArticleDisplay a message when User enter wrong parameter...(Parameter validation)
Issue #1 I have a report that takes 8 character parameter, A error message needs to popped out if user enters parameter less than 8 character. Issue #2 I have a report with Tablix. A message needs to...
View ArticleForce page footer at bottom of the page..Need Help!!
I have a report with tablix. when tablix returns no rows Footer is coming all the way up. Can some share the technique how to display the footer at the bottom of the page all time.Thanks in Advance.Ram
View ArticleHow to split SSRS generated PDF into separate reports based on changing...
I have been looking for solution that will allow me to split an SSRS-generated report into individual PDF files that are named with the same textbox value that changes in the SSRS report for each page....
View ArticleAccess Denied opening up data sources on property of report
I have a user who uploaded a report. The user has the following roles on the folder and report Browser, Content Manager, Publisher, Report BuilderWhen he goes to the report properties and clicks on...
View ArticleReport Server URL
Is it possible to force the reports server to use a binding similar to "reports.mycompany.com", and not include the ReportServer virtual directory reference in the url? I've specified the host header...
View ArticleMigrate SSRS Reports from 2005 to 2008 R2
if I take a copy of my (2005) ReportServer DB and restore it onto my (2008) DB is that actually creating the reports on the new server, what about the datasets, .rdl's etc. Wouldn't I need to build...
View ArticleSSRS open word document which is available in sharepoint
Hi,I want to know it there a way to open word file in ssrs, documents saved in sharepoint.Thanks,Ven
View Article.RDL (search)
Usually when I'm in SSRS and if I click on a report and then properties I will sell at the bottom: Report Definition - Edit Update. On my 2008 R2 SP3 database server which is running SSRS 10.50.6000.34...
View ArticleExport SSRS report into excel and column headers visibility
Hi,I have a SSRS report with 10 columns. I run the report and uploaded into excel. When I scrolled the down, I can't able to see the column names? I want to see column names even when I scrolled down?...
View ArticleMultiple columns - phonebook style
So I've seen all the stuff about creating multiple column reports using the "Columns" property and using the multiple tables trick. Neither work for what I'm looking for. I need a multiple column...
View ArticleCalculated Fields based on the Output of another field
Hi,I am trying to produce a matrix report that does some calculations of the length taken between two dates.I have a Description and a Start Date field. I basically want to work out the length of time...
View ArticleHide field from Tablix based on query field valu
Hi,I have a report where there are fields like Field1,Field2,Field3,Field4 etc . In the report query there is a field named IsParentAccount . If it is 0 then I need to hide Field4 from the dataset else...
View ArticleSend report x number of days prior to due date
Is there a way to send ssrs reports 1 week, 2 weeks, 1 month, etc... prior to a due date from a specified table?
View Article? on splitting a field in the "Middle"...
HiI have a field which looks like "LastName, FirstName (DOB: 01/01/1900)" I know I can get Name with =Split(Fields!FieldName.Value ,"(").GetValue(0)) But how do I get the "01/01/1900" between ":" and...
View ArticleDisplay value from textbox in a dataset
Hi, I want to print the address information and country info in the text box(not tablix) when IsAccount field from Account dataset = 0=IIF(Sum(Fields!Isaccount.Value, "Account") =...
View ArticleGrey out a paramter based on the value of another parameter?
HiI have a parameter called "WithWithoutAddress" there are two value 1 (with), 0 (without).I have another parameter called AddressTypeWhat I want to do is if "WithWithoutAddress" = 0 then grey out...
View ArticleHelp with getting upper into lower case
HelloIn my SELECT statement, I have:,UserNameWhen this comes through in the query, it appears as: JOHN.SMITHIs it possible to use CAST or CONVERT to change this to John Smith?Any advice gratefully...
View ArticleHelp with running totals
The blue row at the bottom is the sum of everything above it. I need to add two rows at the bottom of this report. One for running total and one for Quarter To Date.So for the running total, it would...
View Article