does anyone know the answer?

i have two Running Total Fields
Total NWN and Total Keyed
how can i add these two Running Total Fields?
and how can i connect mysql to crystal report?
thanks
[188 byte] By [homer.favenir] at [2007-11-20 11:40:11]
# 1 Re: does anyone know the answer?
1) Just add them in a formula
{#Total NWN} + {#Total Keyed}

2) Don't know
JaganEllis at 2007-11-9 14:11:58 >
# 2 Re: does anyone know the answer?
i have two Running Total Fields
Total NWN and Total Keyed

how can i add these two Running Total Fields?
At the end of outer group which calculates total of these fields,
add like this: {Total Keyed} + {Total NWN}.
Please try since i didn't test this syntax.

and how can i connect mysql to crystal report?

thanks
Did you read the answer in your previous started thread? ("http://www.dev-archive.com/forum/showthread.php?t=437244) :mad:
henky@nok.co.id at 2007-11-9 14:12:58 >