SSRS 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 ArticleCentralized SSRS instance using multiple data sources
What are the pros and cons related to having one central reporting services instance used by different developer groups that uses multiple data sources to access different database servers? For...
View Articlecustom filter between x amount of work days before end of month
Hi guys, i am brand new to this forum and really hoping that someone could be of assistance.Essentially I want to be create a filter ideally within the tablix property because creating one from the...
View ArticleSSRS multiple parameters
[u]Probelm Statement:[/u]The reporting requirement is such that, the user wants to copy a list of values from Excel spreadsheet(like copying 5-6 cells) and paste it in the input box(parameter prompt...
View ArticleCreating dataset using 2 different servers
Hi,Is it possible to create a dataset in reporting services based on 2 databases if they sit on different servers ? I saw something about linked servers but don't know how to link 2 servers.Could...
View ArticleMultiple Developers
Hello,Looking for some multi developer/report best practices.We have hundreds of student system reports and three report developers.Should we have one student system solution file (stored on a network...
View ArticleAccess Denied to Report Server 2012
Hello,I have a Dev box with Report services that is running fine. I can from the server Connect to both my Database and ReportServer instances without issue (using a network admin account). I have a...
View ArticleHighlighting duplicates in a report - using previous and highlighting with...
HelloI am using =IIf(Previous(Fields!Col1.Value) = Fields!Col1.Value, Nothing, Fields!Col1.Value) in an SSRS report, which works fine, but instead of nothing, I would like the textbox to appear as red...
View ArticleInteractive Sorting
I am trying to add Interactive Sorting on the the text bx which is using a lookup.Not sure how to configure Interactive sortingI went to Interactive SortingChecked - Enable Interactive sorting text...
View ArticleMultiple parameter
I am facing a weird issue, Hope someone can help.I am using cascading parameters for TeamName and SubTeamnameSo, when I select TeamName as HRI get a bunch of subteamnames as Payroll , Benefits and Comp...
View ArticleNOT IN affecting output
HelloI have a fairly simple script, but one field (person_name) has some test users' names (e.g. 'John Smith') in that I want to exclude from a report I am creating. The field also has some null...
View ArticleFormatting a date value in Reporting Services
I am a bit rusty and would be very grateful if you could help. I am using Reporting Services. I am using T-SQL. The date_ordered field mentioned below is data type varchar.I have a simple report that...
View ArticleMSBI Cube in SQL Server 2014
Hi Experts,I am very new to MSBI and cube concept and here my seeking for help with experts.I am creating a cube for my appliation with the use of MSBI. I am using sql server 2014 and for the back end...
View ArticleExpression
Can someone help me with an expression for this. I need to show the parameter label as this.Here is the SQL way , which works , Need to implement it thru an Expression but having no luckSelect distinct...
View ArticleParameter
Is there a way to hide the Select All when we use Multiple values for Parameter....I want to see check boxes next to the values but don't want to show the "Select All" which is the default at the...
View ArticleAdding weekday name to x-axis in a chart
HelloI am trying to add a weekday name to the horizontal axis in a chart (SSRS).I have tried in number, then Custom:=(WeekdayName(Fields!Date.Value))But it just comes up with a number (the date). I'd...
View ArticleHow to make a chart like this?
I am curious if anyone knows a way to make a Sankey chart like this in...
View ArticleMaster detail with some column values in summary at top and the rest in...
I haven't worked with SSRS in a while so I'm trying to remember how to make a report that has the column values that describe the physician practice as a whole with the detail of various metrics that...
View Article=WeekdayName(weekday(Today())) gives me tomorrow
HelloI have noticed with one of my reports, when I add weekdayname, that tomorrow's value appears.I tested this by adding a textbox with =WeekdayName(weekday(Today())) in it. I have just run this (on a...
View ArticleAccessing Report Server.
Hi, when im accesing Report Server on IE, it works fine as an administrator and normal (I have add myself as a user). But, when im trying to load page m****/Reports_SQL_EXPRESS on Chrome it asked me...
View Article