SUM doesn't work

I have TfxrMemoView in group footer with sum-aggreage. When I use the preview I get the error below.

Error in expression '[Sum(<UserCustomers."VisitCount">,MasterData1)]'
Undeclared indentifier: 'SUM'

What is wrong?

Best Regards
Janne Timmerbacka

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:17AM
    if this is a sum of the field belonging to the master databands dataset
    it will work, if it does not belong to it you will get the error you are seeing.
    read user manual on aggregate functions.
    ;)
  • Thank you for your answer. I read the manual, but that didn't help me.

    The sum is belonging to the masterdataband, what else must I do?

    Should I send the report to someone, so it could be checked out?
  • edited 4:17AM
    Send the report to tz@fast-report.com
  • The problem was actually in TeeChart that had "[SUM..." clause in it, when it should have been "SUM...".

    Thank you for your help


Leave a Comment