Hi,
Other solution for this is in TRANSFORMATION LEVEL..
You may do a routine for your TOTAL keyfigure..
if source_fields-total < 0.
result = 0.
else.
result = source_fields-total.
endif.
By doing this, you will automatically have ZERO for the values that are less than zero..
Regards,
Loed