Forum Discussion
biwarrior93
3 years agoRegular Visitor
Custom index assignment
I have a table with four columns : ID, Email, Phone 1 and Phone 2 columns. The Ids are unique for each entry. I need to assign a unique index to every entry, but the entries with same information nee...
Greg_Deckler
Community Champion
3 years agobiwarrior93 Can you provide sample data? The basic process I see for this would be to essentially get this in a form where you could do a "Group By", assign an Index and then expand it back out.