G
Guest
I have a field in detail section of my report with control sourse as follows:
=(([Cash-VND] & ([BA-176-USD_G]*[ExchRate]) & [BA-305-VND_G] &
([BA-351-USD_G]*[ExchRate]) & [BA-324-VND_G])*-1)
I want to calculate the SUM for that field, but i get the error message
"Data mismatch in criteria expression". What am I doing wrong?
=Sum(Nz((([Cash-VND] & ([BA-176-USD_G]*[ExchRate]) & [BA-305-VND_G] &
([BA-351-USD_G]*[ExchRate]) & [BA-324-VND_G])*-1),0))
I tried to use "+" instead of "&", but it would give "0" result (as out of 5
fields i use in the expression - only 1 is supposed to be not Null)
Can anybody help? I am lost...
Thank you.
Lana
=(([Cash-VND] & ([BA-176-USD_G]*[ExchRate]) & [BA-305-VND_G] &
([BA-351-USD_G]*[ExchRate]) & [BA-324-VND_G])*-1)
I want to calculate the SUM for that field, but i get the error message
"Data mismatch in criteria expression". What am I doing wrong?
=Sum(Nz((([Cash-VND] & ([BA-176-USD_G]*[ExchRate]) & [BA-305-VND_G] &
([BA-351-USD_G]*[ExchRate]) & [BA-324-VND_G])*-1),0))
I tried to use "+" instead of "&", but it would give "0" result (as out of 5
fields i use in the expression - only 1 is supposed to be not Null)
Can anybody help? I am lost...
Thank you.
Lana