Click here to Skip to main content
15,913,233 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to field in my database that named MK_EndTerm and MK_mianterm.
I want to run below expression:
SumD(AvgD(Mark_View.MK_mianterm)+AvgD(Mark_View.MK_EndTerm))

Then i get these errors:
c:\Users\Hussein\AppData\Local\Temp\qwdyfind.0.cs( 994,32) : error CS1501: No overload for method 'AvgD' takes '1' arguments
c:\Users\Hussein\AppData\Local\Temp\qwdyfind.0.cs( 994,67) : error CS1501: No overload for method 'AvgD' takes '1' arguments
Posted

1 solution

You may be better off asking this question at: Forum.Stimulsoft.com as there will be more experienced users there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900