Skip to content
Advertisement

Tag: tsql

Select carried over reports

How do I get the carried over reports + the very first report from the following table? Result should be : 304, 306, 309, and 312. CREATE TABLE [dbo].[test]( [reportID] [int] NOT NULL, [caseID] [int]…

Round Up Decimal Values in SSRS Report

I cannot get to round up or fix the value of my outcome to Two or one decimal places in Report Builder. I am using Code in my Report Builder Expression: =SUM(Fields!COMPLETE.Value)/SUM(Fields!Total….

Advertisement