[rsCompilerErrorInExpression] The Value expression for the textrun ‘Textbox16.Paragraphs[0].TextRuns[0]’ contains an error: [BC30198] ')' expected._


hi all,

i'm trying add 2 field using following expression in reporting services:                           

=(sum(fields!fee_transactionamount.value,

"dataset1") +

=(sum(fields!fee_optioncost.value,

"dataset1")

                                                                     

                                                                                                                                                                                             following error message: error 3 [rscompilererrorinexpression] value expression textrun ‘textbox16.paragraphs[0].textruns[0]’ contains error: [bc30198] ')' expected. let me know i'm doing wrong please? thank you!



hi there,

just remove second equals sign.  should read:

=(sum(fields!fee_transactionamount.value, "dataset1") +(sum(fields!fee_optioncost.value, "dataset1")

cheers,

martina


martina white



SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........