Employee not showing under correct manager
I have been using this query inside the package that I created to load data into cube. From this cube I am fetching records for my cascaded parameterized report. The issue here is one of the employee...
View ArticleRunning SSRS 2014 report viewer in standards mode
Is there any way to get SSRS 2014 report viewer to run in standards mode? We currently host SSRS report viewer in a standards mode IFrame. Seems to work fine for all browsers but IE8. In IE8, the...
View ArticleBoxplot & Whisker calculation in SSRS Charts within Stored Procedure
Hi Friends,I have a requirement to display each student Fitness test results in the form of a Box plot chart with High Whisker , Low whisker , Low box,high box , Mean and Median in a stored procedure...
View ArticleSSRS report
Hello,Can someone help me adjust the charts so that both the primary and secondary axis' start off at the same Zero point on the chart? I'm not sure why it does this in SSRS. I'm guessing it has...
View ArticleExpression IIF ISNOTHING display "#Error"
Hi All,I am using this expression to check if there is a value in this field, but it displaying "#Error" in the report. When I run the query in SQL the value is null. Am I doing something wrong? I...
View ArticleWeb service as dadatource with basic authentication
Is it possible to configure a datasource using data from a web service (java) requiring basic http authentication? thank you in advance
View ArticleCan't view reports in Reporting Services (SSRS)
Hey,I got a problem with my project on reporting services. I installed MS SQL Server 2014 (86x version), Report Builder 3.0 (for creating my reports) and Data Tools for my SQL Server.Now I created a...
View ArticleSSRS migration
We are about to migrate our SSRS 2005 (enterprise edition) to 2014 (BI edition) and I have a question regarding subscription jobs.After a test migration, all our subscriptions and schedules seem to...
View Articleexpression help
Hello,I have a SSRS report that has a data set query with @BegDate and @EndDate. I'm setting the values like the following:DECLARE @BegDate Date =...
View ArticleExpression to take a result and change the name (alias)
Is there a way of taking a result from a query and pulling out a certain account number and displaying those account numbers - as fred? Eg. I have a drop down of account number (s) however they pull...
View ArticleEnd date of last quarter
HiI am using the following expression to calculate the last day of the last quarter=dateadd("s",-1,dateadd("q",datediff("q","1/1/1900",today()),"1/1/1900"))It returns 3/31/2015 11:59:59 PMWhat needs to...
View ArticleHow to create image gallery in horizontal format ?
I want to create image album in ssrs like above format. In above format per line there will not be more than 3 images inside one group. after one group new group will be shifted in next down row....
View ArticleError on the reports with drill-through links on SSRS 2012 SP2 -- Invalid...
Hi, We are migrating SSRS 2008 R2 reports to SSRS 2012 SP2. (PS. SSRS 2012 SP2 has been applied.) Everything went smooth expect some reports which were using reporting services. These reports have some...
View ArticleOpening PDF files on Windows Phones
Since migrating our SSRS 2005 to SSRS 2014 we have had a number of clients saying they can't open .pdf files that get emailed to them from our SSRS subscriptions.They open fine no a Windows PC, iPhone...
View ArticleDisplay Disclaimer message before opening SSRS report
Hello,I have a requirement to display a disclaimer message before going to the content of a particular report.The workflow would be: go to report folder e.g....
View ArticlePie chart problem
Parent Name ID Soft Hard Primary VTM XYZ 2 50 10 40 100 rtm 3 20 20 60 500 RMM 4 40 20 40 300Hi guys,I have the above output. When I try to input this as a dataset to a pie chart I don't get the data...
View ArticleCannot re-add deleted Header row to tablix in SSRS 2012?
Hello, I am stuck on this seeminly small issue. I am using SSRS 2012 RC0 in Visual Studio 2010 sp1 to build this tabular report. I had inadvertantly removed the initial header row from my tablix before...
View ArticleGrouping a table - SSRS report
Hi,I have a report where in I want to show each record on a separate page. So, to achieve that I took a single cell from table control, expanded it and used all the controls in that single cell. This...
View ArticlePrint data with Blank space and move to continue data to next page.
HI ,I am using SQL Server report 2008/2012 (SSRS) and my report viewer contains body content with 3 Row groups.While printing the report, data print with blank space and move to continue data to next...
View Articleconditional subtotal
I have an A/R report with customer, check & amount. The detail level of the SQL table is invoice number. I am grouping on customer ID. Each customer may have several rows on the report, each a...
View Article