sommererdbeere
Programmer
hi,
how to replace all the data to a null value? and how to write in formula that i only wanna c a record set for a specific column that doesn't have a null value and i wanna replace couple of the columns to a null value..
example
data before changes made:
work cen qty sap
su 30 0
su 30 15
su 20 0
hk 30 40
hk 30 0
after the changes:
work cen qty sap
su 0 15
hk 30 40
hk 30 0
so, i only wanna to c work cen of SU that where sap != '0' and replace value from qty = '0'
would be sth like :
if workcen = 'SU' then
sap !='0' ??
please be advice... really really really need.. would appreciate very very very much..t ahnk u..
m
how to replace all the data to a null value? and how to write in formula that i only wanna c a record set for a specific column that doesn't have a null value and i wanna replace couple of the columns to a null value..
example
data before changes made:
work cen qty sap
su 30 0
su 30 15
su 20 0
hk 30 40
hk 30 0
after the changes:
work cen qty sap
su 0 15
hk 30 40
hk 30 0
so, i only wanna to c work cen of SU that where sap != '0' and replace value from qty = '0'
would be sth like :
if workcen = 'SU' then
sap !='0' ??
please be advice... really really really need.. would appreciate very very very much..t ahnk u..
m