Default value for report parameter date field
Hi,My SSRS report parameter date field requires “next Monday” as default Start date and “Sunday of the next week” as default End Date. Can it be accomplished using SSRS expression similar to...
View ArticleMake the text Bold or Underline
Goal: Make the country's name to have underline or bold in the textbox. Please rememeber that there are lots of country's name in the list. Problem: How should I enable to make the country's name to...
View ArticleParameter selection failure
I have a report being delivered through SSRS 2012 in Sharepoint Integrated mode. There are three datasets that use a shared parameterIf I preveiw or run the report from Visual Studio it works fine you...
View ArticleValidation message for report parameter date validation
HiI have to show a validation message in my SSRS report if the report parameter start date is less than the end date. I try googling, but I could’nt find a way that will really work out. Please help on...
View Articlea formula on a dataset filter?
HiUsing a query that will filter by location.I added a first line that states "All" so if that is chosen they get all locationsif they choose a specific location then they only get that locationnot...
View ArticleGenerate day of Month automatic in SSRS
Goal:To generate the day of month automatic, without hardcoding, as a parameter value in the red box. For instance if the day 15th, the parameter value, in the red box, shall generate value 15. This is...
View ArticleConnect AD account to SSRS's report
Goal:Make users to have to have access to specific report in the Reporting Services Report Server.Problem:How do I connect an AD account to Reporting Services Report Server? The user shall also...
View ArticleSSRS 2008 R2 SSL Setup
Hello SSRS experts,I have these questions about running SSL with SSRS 2008 R2:1. Is IIS needed to run SSL for SSRS 2008 R2? Or can it be done if the internal SSRS web server is used?2. Is there a guide...
View ArticleExpressions: Using IIF and Replace statment
Hi,I have an expression: =Replace(Space(6) + Fields!ABC.Value," "," ")This shows 6 spaces before the value. I want to change value "Hello" to "Goodbye".If the spaces weren't needed, i know to write the...
View Articleusing Mid(User!UserID,10) as a default in a parameter ?
HiI have a parameter that uses a dataset which displays a list of all providersI would like to make the default value the logged in AD userThanks in Advance Joe
View ArticleHow to to add a default date time parameter for my SSRS parameter?
I am trying to add a default date time parameter to my SSRS parameter. 1. The condition is to date parameter should be defaulted to 01/01/YYYY 12:00:00 AM (YYYY is current year). 2. The condition is...
View ArticleSSRS Performance - Local versus Server
Trying to find some decent advice on SSRS running locally versus from SSRS server. My immediate thoughts (and some initial reading backs this up) are that a local running of reports (where the local...
View ArticleSend Message with SSRS to user's Email Acount Automatic
Goal:Make the user to retrieve an incoming message to their e-mail account containing a report document once in a month.Problem:How should I do it?I strongly believe that I need to use SQL server agent...
View ArticleRetrieve Error message of Permissions in SSRS
Goal:To make the user sara to have full access to all document in report server.Problem:I retrieve the error message: "User 'ADVENTUREWORKS\sara' does not have required permissions. Verify that...
View ArticlePassing table variables to sub reports
We have a report designed using SSRS and this report has a sub report. We pass few fields from the Main report to the sub report. These fields contains the Account Numbers that has to be displayed in...
View Articleintegrating RS reports cross servers
Does anyone have experience with integration reports from reporting services with external applications?We have the majority of our reports running on Reporting Services published on the integrated...
View Article2008 vs 2012 - Same Proc, different outcomes
Hey guys,I've been tearing my hair out over an issue with SSRS for weeks now (yes, weeks). I've got a fairly simple stored procedure which outputs 21 columns of data and about 160,000 rows. Just a...
View ArticleMultiple Tablix with One to Many Relationships
Hello! I am hoping someone can help me with this - I am quite certain it can be done, I just haven't run across this particular kind of report request yet!I have 2 datasets that are tied together by...
View ArticleReporting Services Errors SQLServerAgent exceeded the allowed timeout
Hey ThereComing across the below error in our reporting services log file can anyone tell me what is causing this been googling for the last few days with no luck...[b]An error occurred within the...
View ArticleAdding 0's to time in SSRS Expression
Hello,I have a report that is displaying time in the following format I assume by default... (1:3:28), I would like to see (1:03:28). Is there an expression in SSRS that accomplishes this?Also, does...
View Article