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
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