SSRS Security Crash Course
I just began a new role as an SSRS developer, and am breaking away from my old ETL duties via SSIS. I say that to say I am not a complete neophyte, but I am not an advanced SSRS guru.I have attached a...
View ArticleExpand and Collapse Does Not Show On Web Archive Format
Hi Guys i have drill down report and report expand /collapse work fine in the report manager but when i download as MHTML the expand /collapse not in visible Any work around we can achieve this . i...
View ArticleExpression needed for last working day of the month
Hi guys,I need to create a report to run on the last day of the working monthSo essentially on the 30th October, I will need the report to capture everything before 30th OctoberOn the last working day...
View Articleusing aggregates in lookupset using two dataset
Hello,I have two dataset Sales , Budget.My Sales dataset has parameter as YTD/MTD. Depending on the selection i have to display the aggregated budget fields as If @parameter = YTD then...
View ArticleReporting Services: Format Count to include comma notation
Currently this is what I have in Report Services Designer [b]Code I currently have [/b] [b]Current Result[/b]=Count(Fields!AccountId.Value, "Extract") 12000The Objective is to have my result like this...
View ArticleSSRS stuck on loading
I have a report that I inherited, that has stopped working correctly. Other SSRS reports work fine. We are on IE version 11.This report has a subreport. The queries behind both the main report and...
View ArticleHelp in Lookup expression
Hello ,I have two datasets sales and budget , in Budget dataset i have added a calculated field Turnover_Budget_Percentage...
View ArticleFormat Currency in Pie chart
I am trying to format the Show Data Labels in Pie Chart.When I use this format in Tooltip = FormatCurrency(Fields!Total.Value,0)The value shows up fine as $11,500,000 but when I use it in Show Data...
View ArticleMedian Values in SSRS
Hello Everyone,I have used the the following code to calculate the Median values for employee salary in SSRS.***************************************Dim values As System.Collections.ArrayListFunction...
View ArticleReporting Services Workflow
I run a small reporting team / business intelligence team that uses the full Microsoft stack of tools - ie, SSRS, SSIS and SSAS. Over time, most of the team have cultivated their own idiosyncratic...
View ArticleSnapshot with Subreports and Linked reports
ExpertsI have a single report which has 20 link reportsand if you click on one link , it takes you another report which has its own subreport.I need to create a report that contains data from a...
View ArticleSSRS report manager not rendering charts
We have built out a new report server using SQL 2012. After deploying our new and old reports to this server, charts are not rendering. It doesn't matter whether viewing reports in a browser or...
View ArticleReporting services
Here is my company's requirement: We want the user's to create their own reports, so I was thinking of using SQL server 2008 report builder(part of reporting services). Is report builder present in sql...
View ArticleReport Manager wont allow parameter selection when adding / modifying a...
Hi, Report manager has stopped allowing me to create or modify a subscription where a drop down parameter is used that gets its values from a query so that I can select one or all of the options. For...
View ArticleSend a scheduled report once on demand to distribution list
On occasion my scheduled reports don't get sent out because of server issues. Is there a way to send the report out to the distribution list, once. My work around is changing the scheduled time, let it...
View ArticleSuggestion for good online video resource of SSRS tutorials
I am looking for an all inclusive video training for SSRS from beginner level to advanced. I saw a suggestion for Pluralsight but it seems limited.Any suggestions?
View ArticleSSRS 2014 Parameters
I have created one report in SSRS 2014 with two parameters (p1 and p2)my requirement is..If p1 values is numeric, then set the p2 default value as p1 value and p2 need to be hide.any one help would be...
View ArticleAverage and mean for months / weeks values
Hi,Can someone please suggest a way to calculate average and mean for the values for different months or weeks in rows ? Thanks for your time.
View ArticleSSRS Performance Issue
Hi, my SSRS environment is experiencing a weird performance issue.I've got a report that's pumping 100K rows (standard report, just normal table with nothing) that runs only a few seconds on TEST...
View ArticleDivide by Zero frustration
It doesn't seem to matter how I word this my Expression, I keep getting the following error: "rsRuntimeErrorInExpression The value expression for the textbox contains an error: Attempted to divide by...
View Article