sommererdbeere
Programmer
crystal: 8.5
database: oracle 8.0
hi everyone,
i'm doing a monthly trend report, but i cannot the date range to work. the problem i'm having is that the data won't show once i have the date range if statement insides a formular.
formula:
if (cstr({DATE_APPLIED}) >= '1/1/2004' and
cstr({DATE_APPLIED}) <= '1/31/2004') then
{QUANTITY}
the outcome of the report:
jan04 feb04 mar04 ....... dec04(from 1-12 yr04)
qty val qty val qty val ........ qty val
300 $2300 200 $2300 350 $2300 .... 600 $2300
the above formula was placed under the qty of "jan04" section, however, the output taht i got is "0". when i delete the if statement inside the formula which only {QUANTITY} shown, it will show "300".
can all of the expert please HELP ME??? is it true that formula doesn't take date range???
please help.. this is urgent as well.. thank u thank u thank u
m
database: oracle 8.0
hi everyone,
i'm doing a monthly trend report, but i cannot the date range to work. the problem i'm having is that the data won't show once i have the date range if statement insides a formular.
formula:
if (cstr({DATE_APPLIED}) >= '1/1/2004' and
cstr({DATE_APPLIED}) <= '1/31/2004') then
{QUANTITY}
the outcome of the report:
jan04 feb04 mar04 ....... dec04(from 1-12 yr04)
qty val qty val qty val ........ qty val
300 $2300 200 $2300 350 $2300 .... 600 $2300
the above formula was placed under the qty of "jan04" section, however, the output taht i got is "0". when i delete the if statement inside the formula which only {QUANTITY} shown, it will show "300".
can all of the expert please HELP ME??? is it true that formula doesn't take date range???
please help.. this is urgent as well.. thank u thank u thank u
m