PDA

Click to See Complete Forum and Search --> : Problem with Sum


sacramento
Feb 10th, 2008, 12:24 PM
Hi to all:

I'm newbie in Crystal and I don't know why Crystal return this message:

A number field or currency amount field is required here

The * is where the crystal put the cursor

after try to insert a formula where the objectiv it's sum all the records in the field txredvaloriva:

Sum (*{lancamentos.txredvaloriva})

Thanks to all

si_the_geek
Feb 10th, 2008, 01:07 PM
What data type is the field txredvaloriva?

It needs to be numeric - it cannot be text based.

sacramento
Feb 10th, 2008, 01:11 PM
It's a numeric field

si_the_geek
Feb 10th, 2008, 01:22 PM
OK.. Do you actually have the * in there?

I assumed you were just using it to show us the cursor position, but if it is in there you need to remove it.

sacramento
Feb 10th, 2008, 01:23 PM
it just to show where the cursor is after the message