sportingt
15th March 2008, 09:24
Hello,
I will update distribution history data.
We use Informix 7 database on Baan IV. To update data I will use a SQL-statement
directly.
I updated the Field t_creg (region) in customer basic data.
Now I will update history to correct the reports of distribution statistics.
Using statement like
update history_data
set t_creg = '01'
where customerno in (select customerno from customers where t_creg = '01');
I changed deliveries but there ist no effect on statistics??
Do someone know the correct or another table name I have to update?
Are there following steps I have to do?
Please help!!!
best regards
sportingt
I will update distribution history data.
We use Informix 7 database on Baan IV. To update data I will use a SQL-statement
directly.
I updated the Field t_creg (region) in customer basic data.
Now I will update history to correct the reports of distribution statistics.
Using statement like
update history_data
set t_creg = '01'
where customerno in (select customerno from customers where t_creg = '01');
I changed deliveries but there ist no effect on statistics??
Do someone know the correct or another table name I have to update?
Are there following steps I have to do?
Please help!!!
best regards
sportingt