Hi all,
I'm trying to create a new field that will be calculated sum totals from table FMIOI .
please find attached script:
clear : sum_order .
select sum(fkktr)
from fmioi into sum_order
where
WRTTP = '83' .
i'm getting null's .
thanks from advance.
Roy