how to remove default qualifier (") when line break (vbcrlf) is added in an...
I am creating a summary CSV file in SSRS and have added VBCRLF for line breaks across the expression. Because of that I am getting " (double quotes) at the start of the string and one at the end of the...
View ArticleSSRS 2016 custom authentication with windows AD security
Hi,I am working on SSRS 2016 security and came across many articles that talks about custom authentication implementation. I also found an article to enable Anonymous authentication using custom...
View ArticleError for "mobile report is not supported by this server" on SSRS 2017
I have just upgraded MS SQL server standard 2017 evaluation version to full retail standard version with product key. All works except the mobile reporting portal folder became empty. The original...
View ArticleCalcualte results based on a date range SSRS expression
=IIf(dateadd("m",-1,dateserial(year(Parameters!StartDate.Value),month(Parameters!StartDate.Value),1)) >= dateadd("m",0,dateserial(year(Parameters!EndDate.Value),month(Parameters!EndDate.Value),0)) ,...
View ArticleWhere statement based on length of parameter 1 = 0
I'm lost on how to set this SQL statement up properly in SSRS report builder 3.0. This report is either fed by another report with @1stParameter and @2ndparameter. However, @1stParameter is sometimes...
View Articlehow to fix root element is missing error in xml empty dataset ssrs
I had to use SSRS 2015 report. i can use multiple dataset in the single report based on API. in this case some of the dataset records not found. so this error has been occurred "Root element is...
View Articlesum of two dataset values
Hi ,I have created an RDL file with two datasets and everything is except one of the coloumn. I need to sum two values in the coloumn which are taken from 2 different data sets .following is the...
View ArticleLegend - Colors for values, marker type for series groups
I'm writing a report that has a Series Group on a "ProjectId" field, and three different fields are specified for Values: UCYC, OVCH, and REST. I have applied custom markers to each of those three...
View ArticleHow to alter parameters to use in multiple datasets
Trying to figure out flow of Report Builder 3.0 report and how to execute properly and efficiently. I have @Event parameter, which is text base and can allow blank value I have @SupplyID, which is...
View ArticleCall from SqlMgmtStudio->Job->.cmd->.vbs->Xls Macro invocation failing.
Briefing ********* I have successfully tested calling xlsm macro from .cmd. I have .vbs approach to call the xlsm macro. Then I did set a sql server management studio job to invoke the same cmd....
View ArticleShow different data for same report for different users. Is it possible?
Hi,I have a report which contains a column called "Project" in the dataset. There are several different projects and not every user should be able to see data from all projects. For example if I want...
View ArticleUnable to Print SSRS Report in Excel Format
Hi all,After exporting the SSRS Report using SQL Server Reporting Service 2014, the Excel file can only be viewed but unable to print in MS Excel 2013 with the error message of 'Program Error'.Please...
View ArticleSub-reports rsCredentialsNotSpecified
Hi,I'm having issues with a report (Contract) that contains sub-reports. When I open the Contract report I get an error in the browser as follows: Reporting Services Error. One or more data source...
View ArticleData Driven Subscription to File Share - Error Detail
Hello,I have a data driven subscription that writes about 200 files to a file server, each report goes to a different folder. The subscription usually works fine, but now and then a folder is...
View ArticleMultiple Reports under a Project with Single run command
In SSRS, I have a project under which there are 3 reports and all three uses same dataset and parameters. Is there a way in which I just enter the parameter once and all three reports get executed?And...
View ArticleWhy is report in gmail have not border, report in outlook have border?
I export the report to gmail but it doesn't have the table border? But when i export in outlook have border?thanks all.
View ArticleExample SSRS dashboards rightful to use on your own website
Hello, Question: I am looking for examples of SSRS dashboards to share on our company’s website.I would like to share some examples of SSRS on our own website. Does someone know where I can find...
View ArticleWhy (what's the reason, not how to do it) is it that PowerBI needs a...
Since PowerBI and SSRS are almost joined at the hip, I'm hoping perhaps someone here knows the answer to "why" PowerBI Report Server wants a read-write domain controller to function properly? (The...
View ArticleSSRS Report connecting to Oracle running slowly
HiI have a report that connects to an external providers Oracle server. The report can run within 78 seconds when working but most of the time it does not run at all. This is an SSRS 2016 Instance. The...
View ArticleSSRS Expression Query with Like Operator
Hi,I am using the below query to get the values from an ODBC Data source.="SELECT NAME WIDTH 50,IP_TREND_VALUE,IP_TREND_TIME FROM IP_ANALOGDEF WHERE NAME IN ('" + Join(Parameters!REMARKS_TAGS.Value,...
View Article