custom code function " "Textbox1.Paragraphs[0].TextRuns[0]’ contains an...
Complete error below this function Function LongDateFormat(AnyDate As Date) As String Dim Suffix As String Select Case Day(AnyDate) Case 1, 21, 31 Suffix = "st" Case 2, 22 Suffix = "nd" Case 3, 23 =...
View ArticlePublish MDW reports on SSRS
Is there a way to publish the MDW (Data Collection) reports (Disk Usage history, Query Statistic history, and Server Activity history ) on SSRS server?! It is not logical for all who wants to view the...
View Articleopening an Ajera report and customizing it in Microsoft Visual Studio 2005
I would like to open an Ajera report (.rdl) in Microsof tVisual Studio and customize it, but it appears that I need to connect to my database, which I'm not sure how to do. I can't find any...
View Articlehow a row data can be plotted in Radar chart.
i have table like below.___________________maths science social 50 75 90 how to show above table in ssrs radar chart.
View ArticleCalculate average on the fly and also check if the 2 values are different...
I have a table which can have 4 x 4 =16 combinations of value .I need to figure out "avg" for each and also determine if they are "different" and then decide the "default avg".The default avg rule is...
View ArticleReportingservices setup problem SQL Server 2016 RC2
IN Reporting services we got this error Message in the WEB Application when I open the Folder:"Could not load folder contents . Something went wrong. Please try again later." Any suggestions?There is...
View ArticleNeed help converting h.mm to hh:mm (2.88) to 03:29 in SSRS expression
Hi all,Is it possible to convert the following numeric(38,2) data type to hh:mm format in SSRS expression?For example in column A I have the following records:3.152.881.600.391.80h.mm The 3,2,1,0...
View ArticleDouble hop from SSRS to another SQL server fails
I have two SQL 2008 R2 servers with named instances. Server B is running SCOM reporting services. SCOM reporting services is using a database on server A.SQL server A is running using an AD account...
View ArticleSSRS video files
Hello:I want to know if i can play video files in SSRS.Any help is greatly appreciated.Thanking in advance.Thanks
View ArticleCount if a date is less than 21 days using IIF and DateDiff
I am working on a report that will display a count when the Create_dt is < 21 days but I'm not having any luck. I have this so far but it is not working and is throwing an error. Any thoughts would...
View ArticleSSRS tablix control is uneditable and static in design time | 2008 r2
SSRS tablix control is uneditable version 2008 R2.I am facing a wierd issues in which the SSRS TABLIX CONTROL is not letting me do any edit and appears static .When I preview it shows up with blank...
View ArticleSSRS Summing two same fields from Same Dataset but different tablix.
I am trying to sum two same fields, from two different Tablix's. Both Tablix's filter for different building names. "Mydata" is the name of my dataset. First tablix has 25 buildings it filters for and...
View ArticleIE 11 and SSRS Print Button
HI,I would like to ask a couple of questions here.1. We have been using Sql Server 2008 R2 and its reporting services engine.In the application we used Report Viewer (version 9).When the report is...
View ArticleSSRS 2012 Configurations
I have installed SQL Server Standard Edition 2012 and trying configure SSRS using Reporting Services Configuration Manager. I have set following things.Report Server url as http://<Server...
View ArticleFilter results in tablix, group filters and use AND/OR
Hi allI'm not sure if it is possible to do what I am after or if it will even speed up processing my report but here goes, any help/advice appreciated.I have added the following filters to a tablix,...
View ArticleSubscription of a report with subreport
Hello,I have an SSRS report, which includes subreport. The report shows statistics for specified number of production machines, subreport shows statistics for one machine. When I want to create a...
View ArticleUse mouseover on horizintal axis to show variance between years
I have created a line graph that has months of the year on the horizontal axis and cost of the vertical axis. The report also has the ability to select more than one year. is there a way to create a...
View ArticleStop Report if field is populated
My report includes four filters (beg date, end date, beg route, end route) and is based upon a stored procedure. Inside this sp includes one particular field called 'ReturnCalc'. In this example, let...
View ArticleA Simple List With Counts
Hello,I've recently started working on a project to migrate reports from Oracle's Discoverer to SSRS. One report had me baffled: a simple list of our branch offices, with a count of the number of...
View ArticleReporting services Query
Hi,Can we have multiple reports running on the same time on a single report server node?What will happen to the other reports on node if one scheduled report get a rendering error?If i recycle the...
View Article