hello,
normally, each customer has an unique stat number. but we find that there are many customers who have the same stat number : we want to show these customers.
the table customers : stat_number/customer_number
01 A
02 B
02 C
03 D
04 E
04 F
04 G
05 H
the result must be
02 B
02 C
04 E
04 F
04 G
i use the previous function
= If <Stat_number>=Previous(<Stat_number>) Then "Duplicate" Else "OK"
but i can’t filter.
i did a search and found this.
but can someone re-explain this post?
i don’t care if the solution is at report or designer level. we use oracle.
thanks
EDIT : more research and i find this very helpful topic. it works.
azertyh (BOB member since 2005-10-27)