Dear Expert,
I have created a dataport that allow import of data from csv into a temporary table, it's working fine, but I would the system to check after import for duplication of ordered item No. As the duplication of item could create problem in the later stage. I would like to solve it at the temporary table first.
Does anyone has a solution?
Thanks
0
Answers
What does it do?
It loops all records in the table and checks how many records exist of the combination "Item No."+"Customer No.".
If each customer can order each item only once, the COUNT should be 1. If it is more than 1, it means the customer ordered the item more than once.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks for the reply.
I will test it out and revert.
Thanks
I have tried your solution and it is working.
Thanks for the help.