Hello
I work with CRXI
Could you help me with this:
I have the formula
if {@year rep}={?Year} then
"Total Month"+" -"+totext({@Month Print})+" "+TOTEXT({?Year},0)
ELSE TOTEXT({?Year}-1,0)
Which brings
… 2,010
… 2,009
The parameter {?@Year} is from the store procedure on sql server and I change the name in {?Year}.
(
I don't know if this helps, but when I print {?Year} it prints
2010
2009
!!!!!
when I print totext, it prints
2,010
2,009
)
I want to have the result
… 2010
… 2009
I work with CRXI
Could you help me with this:
I have the formula
if {@year rep}={?Year} then
"Total Month"+" -"+totext({@Month Print})+" "+TOTEXT({?Year},0)
ELSE TOTEXT({?Year}-1,0)
Which brings
… 2,010
… 2,009
The parameter {?@Year} is from the store procedure on sql server and I change the name in {?Year}.
(
I don't know if this helps, but when I print {?Year} it prints
2010
2009
!!!!!
when I print totext, it prints
2,010
2,009
)
I want to have the result
… 2010
… 2009