Forum Discussion
jomaor1
1 year agoNew Member
Parent Split for two columns
Hello guys, I have a very simple problem, but I cannot seem to find a solution. I have a very simple table containing 3 columns: Product, Serial & Heritage as below image. Unfortunately for the...
- 1 year ago
Didn't help, but your idea manage to point me in the right direction. Got to work with a duplicate of the same table:
1st Table splits the Serial, 2nd Table splits the Heritage.
Create Index in both of them, and then Merge them together using the Indexes and comum column.
Thanks!