Need to multiply a calculated column with existing column
Hi,I need to multiply the existing column with a calculated column. Please help me know how to do it.(select DMM_Name, Store_Number, Location,Distbn_Date, Sum(CAST(['+@StoreNumber+'] as Numeric)) TQty,...
View ArticleCreate Dynamic columns in an RDLC report
Hi,I need to create dynamic queries using RDLC. My column names come from a query:Select distinct item_Number from item_TableThe output should appear as columns like:Store | Location |...
View ArticleSSRS 2016 Custom Forms Authentication - Authenticate without showing login page.
Hello,we are trying to integrate the custom sample into our web application which uses razor. Currently the sample authentication is working great, however we would like to embed SSRS reports within...
View ArticleSSRS report preview with xml input
Hello -I am trying to preview an SSRS report that uses a stored procedure that takes an XML input as one of the parameters. It uses openxml on that XML input as part of the query retrieval...
View ArticleNeed to implement if else condition logic in RDLC report
I have the following query :select PJ_RetStore_Sales_T.Store_Number, PJ_Location_M.Location, PJ_RetStore_Sales_T.WkEnd_Date, PJ_RetStore_Sales_T.ItemNumber, SUM(PJ_RetStore_Sales_T.Qty) as Qty,...
View ArticleReport viewer Control - external access and internal SSRS server
Hello,It seems like it is possible to have SSRS hosted on a server only accessible by an internal network,and then to use report viewer control in a web application hosted on a external facing server...
View Articleshp file for portugal
Hi, i'm using report builder with sql server 2016Where i can find .shp file for Europe and Portugal?Txs
View Articleurgent..Place the column names in rdlc report from a query...
I have a requirement to use a table's column names as my Tablix column names. Please give me an example on how to do this. To describe my requirement clearly, In a table, I have column names which are...
View ArticleProblem converting C# to RDLC Expression
I have C# code which I need to put into an RDLC expression to calculate percentage. Please help me know how to do that. I have the query which fetches qty, price etc., but I do not have an idea on how...
View Articleprevent reportviewer to post back
Hi, please help me,I have a aspx page the renders a report on load.<form runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server"...
View ArticleUnable to run .rdlc report from report viewer control in aspx
Hi Team,We are trying to run the .rdlc report using c# code in asp.net using reportviewer control in aspx page.And when we run this website on prod server we are getting following...
View ArticleNeed to create an RDLC report for dynamic column result of this dynamic query
I have created a PIVOT query, It returns absolute values. Please look at it once and suggest me what I need to do further on it.USE [BSJ_APPLN] GO/****** Object: StoredProcedure...
View ArticleCannot create a data reader for dataset 'DatasetName' only when filtering by...
Hello guys, I have a report in an aspx webform which I update dynamically with an sql command with filters. When the user click the button the query is built according the Textbox that the user filled....
View ArticleY axis Labels to be made distinct
I have data in the following formatTime Event10:00:05 ABC10:00:10 DEF10:00:15 ABC10:00:20 ABC10:00:25 GHII need to plot the graph...
View ArticleRDLC expression with CDEC conversion returns #Error
I have the following expression which should sum all the values and return total .This returns #Error at runtime for me. Please check my expression and help me what to be...
View ArticleRDLC expression needs to be modified for betterment
I am working on a percentage column to calculate the values from two other columns. but I have a #Error at some places and some others get 235.5 % both are wrong in my case. Others are fine. Please...
View ArticleAbout:blank window
We are using SSRS via URL and a javascript window.open() to run reports. We are using windows 10/edge and now we get an extra pop-up window with about:blank in between the calling window and the...
View ArticleRDLC Expression for report need to be modified
I am working on a Legacy application, In old VB application report, I have an expressionbCYrShrinkPerc = round((bCYrShrink / CYrShipVal) * 100)I am working on RDLC and am creating a report for the...
View ArticleUpgrading server
We are planning to upgrade our 2012R2 SSRS and SQL Server 2012 server to Windows Server 2016 and SQL Server 2016 and wondered if we need to do anything special or will the upgrade take care of...
View ArticlePossible to fill 2 Date field parameters in Report Builder by selecting item...
I am migrating an old Access data maintenance form into an SSRS report. I'm trying to determine whether it is possible to mimic all of the form's functionality in SSRS (or not).I'm pretty new at SSRS...
View Article