Sum Time Datatype in SSRS
Hi,I have a duration_time column in SQL which is TIME datatype.In my SSRS report I want to be able SUM the duration_time, when I just add SUM before it, is give me #error.I have looked and I think I...
View ArticleSSRS custom report based on parameters
Hi,I am building a report which is passing multiple parameters. The parameters are region, solution, report_timeframe,role,name,client and server.Is it possible to view two different reports based on...
View ArticleSubreport not filtering values correctly
I have a main report which looks like below.So, when I select on a section only those values should be displayed in subreport(I am using drill-downs here)Issue is the same data shows up for whatever...
View ArticleDesign getting disturbed based on data on the SSRS Report AX 2012
Hi, I am stuck up in some report alignment issue as detailed below: Note: I have a good image to show u the report output template but since I cannot insert the image i just wrote Header , Body &...
View ArticleRefresh Fields taking FOREVER!
I modified my SQL Server Stored Procedure. Adding a SELECT...INTO #TempTable which includes a ROW_NUMBER function data column and using the same parameters as my main report query that then filters by...
View ArticleUsing a #Temp Table in a SQL Server Stored Procedure and using it as a SSRS...
I am trying to use some #Temp Tables in my SQL Server Stored Procedure and then ultimately within the Dataset in my SSRS Report. When I attempt refreshing my fields it is taking FOREVER!Now I did see...
View ArticleHow to display Columns Based On Parameter value
Hi, I am New To SSRS, I have One scenario Could you Please Any one help.i have TWO parameter SALES YEAR AND SALES AMOUNTSALES YEAR HAVING ALL YEAR SALES: EXAMPLE:(2015-04-24)AND SALES AMOUNT HAVING 3...
View ArticleConvert multiple matrices in one table to multiple row vectors using SQL
How would I use SQL to present data in tableA into a row vector here is an example: Table Atype x1 x2 x3 A 469 A 741 A 962 B 138 B 279 I am looking for code that would convert to the followingtype x1...
View ArticleHorizontal scroll bar missing in Report View
Hi,When opening wide paginated reports in the SSRS 2016 web portal the horizontal bar is missing.The vertical bar is present, but not the horizontal one. Can you please add this feature?/Sincerely...
View Articleincrementing a variable in SSRS query (to define row position)
Hiusing MSVisual Studio 2008I'm trying to create an alias column called "row_number", for my where statement.for some reason the SSRS query is not incrementing.I have defined the parameter @num with a...
View ArticleSSRS 2016 Power BI app android Failed to connect make sure you are using a...
Hi there,I am using SSRS with SQL Server 2016 RC2 on an Azure VM. I am trying to connect to the report server using the Power BI app on my Android phone.I can connect using the browser on the phone but...
View Articlecustom code function error [BC30451] 'Test' is not declared. it may be...
looking at custom code facility in RS 2012using tutorial from http://www.sql-server-performance.com/2011/custom-code-ssrs-reporting-services-2008-r2/This is the function in report/report...
View ArticleWMIProviderException: An error occurred when attempting to connect to the...
I am getting the following error message while trying to configure a database for a Reporting Service Server. Both SQL Server and Reporting server are 2012 named instances. I have 2014 instances as...
View ArticleSSRS determine last field in group
Hi all,i have report with group and i want to determine the field locate in the last of the group EX:ParentGroup ChildGroupA1A2A3B5B9i want to determine value of last filed of each group ,in group...
View ArticleSSRS Dataset Query
Data Source: AdventureWorks2012 create dashboard report, design report datasets query use Following Tables: Person.Address, Person.StateProvince, Sales.SalesOrderHeaderdataset fields:...
View ArticleDoes SSRS have the ways to create this type of chart?
Need to create a chart similar to this. How would I create the red box?
View ArticleHow best to share customer reports
I appreciate this may be slightly vague but I was hoping someone could point me in the right direction to the best way to share reports with customers. I have considered the following options but none...
View Article#Error when performing a conditional Sum()
I am trying to perform a Sum() of time worked during the week and, seperately, during the weekend. The formula I am using for the weekday Sum() is:=Sum(IIf((CInt(DatePart(DateInterval.WeekDay,...
View ArticleProblems configuring Power View
Hello - I've been trying to get Power View working on our SharePoint 2013 server (an example guide i've followed;...
View ArticleSSRS 2016 Mobile Reports Security
Hi, I've been testing the new Report Manger (Reports_Preview) and have noticed what I believe are some anomalies with the security settings. Please bare with me as I don't have a great deal of...
View Article