Viewing 15 posts - 1 through 15 (of 25 total)
The fix is to take the quotes off 0.00. Appears they were overriding the textbox properties.
February 3, 2016 at 9:02 am
If I try this -
=Sum(IIF(Fields!CL_DISADV_FL.Value = "N", "0.00", CDBL(Fields!CST_AMOUNT.Value)))
I get the following error -
Warning1[rsAggregateOfNonNumericData] The Value expression for the textrun ‘CL_DISADV_FL.Paragraphs[0].TextRuns[0]’ uses a numeric aggregate function on data that is...
February 3, 2016 at 8:54 am
Issue is resolved. Typo on my end with one of report item text boxes. Thanks guys and gals. Happy New Year.
December 31, 2015 at 10:54 am
It's trying to add 4 textboxes that will equal 100%.
It works great if I use the expression below, except when the value is zero. Then it comes up with NaN
=CDBL(reportitems!Textbox33.Value)...
December 31, 2015 at 9:38 am
With that I get a #Error in that field.
Warning1[rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox204.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format.
December 31, 2015 at 9:02 am
Good to go. The properties in the report header parameter, rather than the parameter properties in the toolbox on the left. Brilliant. Thanks as always.
MC
December 8, 2015 at 7:46 pm
No. I mean that would be great but perhaps a little overkill. The parameter is just pasted on the report header so it shows the user what project they have...
December 8, 2015 at 5:41 pm
I setup the parameter default values with the expression below:
=UCase(Parameters!Project.Value)
I am getting the following error:
"The DefaultValue expression for the report parameter 'Project' contains and error: The expression references the parameter...
December 8, 2015 at 3:27 pm
Or is it easier to create the function in SSRS report parameter properties ?
December 8, 2015 at 2:35 pm
Brilliant. Thanks so much. I have a stored proc that the report calls. How can I integrate that CASE code into the PROC below:
USE [WEBAPP_CP]
GO
/****** OBJECT: STOREDPROCEDURE [DBO].[RPT_VENDOR_ACTIVITY_BY_EEOC] ...
December 8, 2015 at 2:33 pm
The total for VID '123' with a VNO '2' should equal 100.00
The total for VID '123' with VNO '324' should equal 1101.00 (103.00 + 102.00 + 325.00 + 416.00 +...
November 12, 2015 at 10:02 am
Apologies Ninja Warrior. I'll work on getting it in a better format for the pros.
November 12, 2015 at 9:12 am
Just as you were typing, I wrapped the date in quotes and bam, it worked. Thanks again!
November 10, 2015 at 2:06 pm
Viewing 15 posts - 1 through 15 (of 25 total)