Does anyone knows a script / agent to find duplicate lines in a view based on certain form fields. It would be great because I need urgently a script like this.
Thanks, Carlos
Does anyone knows a script / agent to find duplicate lines in a view based on certain form fields. It would be great because I need urgently a script like this.
Thanks, Carlos
Subject: Find duplicate lines based on certain form fields
You could try using a DocumentCollection with GetAllDocumentsByKey
If the collection is greater than 1, you have at least one duplicate.
Subject: RE: Find duplicate lines based on certain form fields
Thanks you but what I really need is a script. In fact I have a form with four fields and I wrote an agent to import valus from an excel sheet into those fields. Now the problem is that each excel sheet I import came with same values has the ones already imported. What I need is a lotus script to find those duplicate lines already imported and isolate them.
Thanks