Hello,
Is it possible to add an IF statement or any other comand before SUM FIELDS.
Currenly I am adding below fields without any conditions. But I need to add condition to sum these filds only when (3,6,CH,A) not equal.
SORT FIELDS=(52,8,CH,A,3,6,CH,A,828,9,CH,A,362,6,CH,A,783,4,CH,A,
895,9,CH,A)
SUM FIELDS=(138,9,371,9,395,9,407,9,469,9,843,9,852,9,
861,9,870,9),FORMAT=PD
Thank you.