Clients getting reports meant for another client, seems to be some caching in...
Hi,I've integrated the 2016 reportviewer into an mvc app, i did that initially with ReportViewerForMvc tweaked manually to use the 2016 version, i've now gone away from using that framework after...
View ArticleSSRS export to excel and retain data format
Good day,may i ask if there is a way to export SSRS reports to Excel and still retain the correct data type? ex. Date field when exported to excel should still be a date field, same with decimal or...
View ArticleSelect field if exit in Proble table other wise select form Itemmaster file?
i want to take balesize from Probale table if exit ,otherwise if Balesize is null in Probale table then balesize will take from Itemmasterfile.CREATE TABLE #ItemMasterFile(CodeItem INT,Descriptionitem...
View ArticleTwo Foreign key from same table ,select query require?
I want below output from CrossMatch Table where i am inserting two BID from Group table,one BID of Patient and Second BID of DonorPatientGroupDonorGroupAkhterAHussainBCREATE TABLE #Group(BID INT,BName...
View ArticleSSRS: Using different datasets for the same matrix
Hello,I have a report with a filter parameter "Activity" with two possible values to choose: Command Or Delivery.We have two kinds of CA: purchase orders CA and delivered orders CAI have a matrix...
View ArticleSSRS: showing a sub group above a group
Hello,I have a table in SSRS REPORT where I have the group "REGION" and the sub group "AGENCY" in the same column.Normally we will see the agencies below each region in the rows. But I want to display...
View ArticleTotal returns zero if any row has zero
Why is sum returning zero ? expression: =Sum(IIF(ISNOTHING(Fields!ServiceMargin.Value),0,Fields!ServiceMargin.Value)). The report has two rows, one has zero other has a value but total always returns...
View ArticleSSRS Report Builder Expression to extract a substring from a CLOB object.
Hello, I built a report that uses a query with numerous RegExp function calls to dig the first 5 occurrences of a particular substring. This is causing way too much strain on our Oracle servers and I...
View ArticleHow to use SSRS in Community Visual Studio 2019
I currently use SSRS in VS 2017 as "Reporting Services" - easy enough to install and use.But where is it for VS 2019? I have run the installer twice, and see no mention of installing SSRS.I read...
View ArticleSSRS report in Visual Studio 2012
Hi I have Sql Advanced Express 2014 installed . I have Visual Studio 2012. In Visual Studio it is not showing Business Intelligent tab.Thanks
View ArticleConfigure SSRS
Hi I am configuring SSRS on local Windows machine. In Service Account it is showing Local System , Network Service , Report Server , Local Service .What should be selected .Thanks
View ArticleInsufficient permissiom
Hi When i try to deploy report i get below errorThe permissions granted to user 'Server\sunny' are insufficient for performing this operationThanks
View ArticleError while deploying reports
Hi I get error while deploying report - Error 1 Cannot deploy the report because the shared data source '/Data Sources/SqlConnection' that the report references does not exist on the report server....
View ArticleViewing Report
Hi Is it possible when user view report on Browser Then Site Setting , New Folder , New DataSource , Folder Settings , Upload File , Details View should not appearOnly Report should appear.Thanks
View ArticlePrint Button not showing in SSRS Report in Chrome Browser
Hi I have Sql 2014 Advanced Express Edition. I have created report using Business Intelligence -> Report Server Project. When i run report it does not show Print ButtonProblem is print button is...
View ArticleReport freezes while having 7 parameters
Hello,I have a report with 6 parameters that works very well. When I add another parameters it freezes in the SSRS portal and doesn't display anything when I want to run the report .I'm using IE...
View ArticleHow to create a main report with multiple subreports?
Hi ,I am facing an issue to create a report by using multiple sub reports. Issue: I have a sub report with filter conditions and when this report has joined with main report, it is causing an issue and...
View Articlereportviewer - add a new page after group details for static payment info
<div>Hi,</div> <div>I have a report grouped by account number:</div> <div>AccountName InvoiceNo Description DateDue Amount</div> <div>XXXXXX1 123...
View ArticleSSRS report: Parameters not showing in the correct order.
Hello,I have an SSRS report where I configured the order of the parameters as below:EntityPeriodActivityBegin_Date(2020)End_Date(2020)Begin_Date(2019)End_Date(2019)But when I execute the report (in...
View ArticleSSRS report: showing White pages when a tablix is hidden
Hello,I have a report with several tablix.Some tablix are hidden depending on the values chosen for some parameters.When I execute the report I get white pages when the tablix are hidden.How can I...
View Article