HiveODBC driver connection with Report Builder(SSRS)
Hi I need help for HiveODBC driver connection with Report Builder(SSRS). I have install ODBC driver in my system . ODBC driver successfully connected with Hive and now i tried in Report Builder...
View ArticleThe report server cannot open a connection to the report server database.
Hello,I am getting this error when connecting to the report server database. The report server cannot open a connection to the report server database. A connection to the database is required for all...
View ArticleHow to convert number to time format(HH:MM:SS) in ssrs
Hi,I tried this expression its worked=Format(DateAdd("s", Fields!MySecondsField.Value, "00:00:00"), "HH:mm:ss")But my problem is,I want to calculate the total time,i did like thisgot error like...
View ArticleSeperate the report pages based on a field
Hi,I was wondering if anyone could help me with my SSRS\SQL Server Report builder report please? Im trying to seperate the report onto different pages and repeat both tables on all page.Table 1 shows...
View ArticleTrim String
In my report, i have a TextBox which retrieve the result from the database.I am using this code : =Fields!Category.Value.ToString().Trim(" ").TrimEnd(",").TrimStart(",") But i am encountering a...
View Articleneed help with percentages
Hello All,I am creating a report where i get the total count of employees (example :500) , then within the report i need to calculate the percentage of ages of people. Different groups and locations ....
View ArticleSSRS Chart Novice and how can I display the Sales Person associated with sold...
So I know I want Days across the X-Axis. And I want the Item Sold Quantity on the Y-Axis. And the items then as each column bar. What I'd really like are the Sales Person then associated with those...
View ArticleHow can I use a variable for a Operator?
Maybe this is impossible but I would like to be able to set the Operator (=, >=, <=) using a variable.such as Where DATEDIFF(Year,ShipDate.ShipDate00,GETDATE()) @Operator @AgeInYearsWhere...
View ArticleSSRS previous
I'm trying to calculate the date difference from one row to the next but I would like to group it according to its unique key but its not keeping it within the unique key group. Eg....
View ArticleError in report
Hi,I made a fresh installation of VS2012 and SSRS tools and connected it with my TFS, but I'm facing a problem with a report (.RDL)When I try to preview it it prompts me this error:Error while loading...
View ArticleThe feature: "Scale-out deployment" is not supported
We have removed the Reporting Services from the other SQL server. Uninstalled/reinstalled Reporting Services on our SSRS server, however, we continue to receive the following error: The feature:...
View ArticleSSRS 2016 page height limited by content height, affects background colour
HiWe are migrating our reports from SSRS 2008R2 to 2016 and have noticed an issue.In 2008, when we set a Report>>Page>>BackgroundColor property, the background colour was seen on the...
View ArticleDivide two columns based on another column expression ssrs
I am trying to sum two columns and divide them based on values from another column in an expression. No matter how I write it I get an error. I have to do it on the front-end and not the...
View Articlehow to export SSIS / SSRS report to password protected excel file
I have a situation where i have to send out ssrs reports which should be converted into excel (Password protected / encrypted)to a subscribed email .Please Suggest me!!
View ArticleSSRS Datasource Losing Connection to DB2
I am very new to SSRS. I currently have a datasource on an instance that after about 24 hours drops its connection to db2. After restarting SSRS service the Test Connection will complete but by the...
View ArticleSSRS parameters through post method
Hi Team, I want to send parameters through Post method instead of Passing a Report Parameter Within a URL since i have a lengthy parameters, want to avoid below approach Passing a Report Parameter...
View Articleis it possible to have a parameter where the user selects which set of...
As the title says, is this possible? if it is links or pointers would be appreciated.
View ArticleSQL Server 2017 Reporting Services with System Center 2016
Are they supported? When I attempt an installation it tells me that it is an incorrect version. Will Reporting Services 2016 work with SQL 2017?
View ArticleLookup function returns first record, but I want the last.
Hi,I have two SharePoint lists defined as Datasets in SSRS. List 1| Dataset 1 - Project Information - Contains one item. List 2 | Dataset 2 - Project Status Reports - Contains multiple items. These...
View ArticleHelp with creating report
HiI am trying to create a report using SQL Report Builder to pull out stats from help desk databaseI have not used report builder before and am struggling to get to grips with how to achieve my...
View Article