This is a migrated thread and some comments may be shown as answers.

Missing operator before Parameters operand

2 Answers 1197 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 29 Oct 2010, 08:51 PM
Hello,

I have a field that is calculating group percentage of total using the following formula:

= ((Sum(Fields.Amount1)+Sum(Fields.Amount2))/(Exec("TabAgTp",Sum(Fields.Amount1))+ Exec("TabAgTp",Sum(Fields.Amount2))))*100

I receive an error on running.... "Missing operator before Parameters operator", I have had this error before with both Exec and RunningVal and wonder where the issue could be? My Report name is "TabAgTp" and I do declare this.Name= "TabAgTp" after InitializeComponents();

Thanks in advance
Andrew

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Nov 2010, 01:53 PM
Hello Andrew,

The expression you have provided seems correct and there is no reason it would throw such exception. It is possible that if this item has conditional formatting, filter, sorting or binding expression, the problem comes from it and not from the Value, so check for problems there and if you are unable to identify the issue, send us a runnable project that replicates the issue and we would investigate what is causing it.

Sincerely yours,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andrew
Top achievements
Rank 1
answered on 04 Mar 2011, 10:20 PM
Sorry for the late response but for anyone else who read this I figured I would post the solution.

It was as the Telerik team suggested, I had a problem in my format field. It's always the minor details isn't it? :)
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Steve
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or