Link to home
Start Free TrialLog in
Avatar of mburk1968
mburk1968Flag for United States of America

asked on

SSRS Error: The Value expression for the textrun contains an error: [BC30455] Argument not specified for parameter 'Divisor' of 'Public Function Divider(Dividend

I have multiple datasets in Report Builder 3.0.

I'm trying to calculate the following:

=Code.Divider(Fields!Amazon2016.Value + Sum(Fields!Amazon2016.Value, "DataSetOpen") - Fields!Amazon2017.Value + Sum(Fields!Amazon2017.Value, "DataSetOpen")   / Fields!Amazon2016.Value + Sum(Fields!Amazon2016.Value, "DataSetOpen") )

Open in new window


Textbox.Paragraphs[0].TextRuns[0]’ contains an error: [BC30455] Argument not specified for parameter 'Divisor' of 'Public Function Divider(Dividend As Double, Divisor As Double) As Object'.
ASKER CERTIFIED SOLUTION
Avatar of James0628
James0628

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mburk1968

ASKER

Thank you
Avatar of James0628
James0628

You're welcome.  Glad I could help.

 James