Forum Discussion

benjamin_sasin's avatar
benjamin_sasin
Resolver I
6 years ago
Solved

Reordering a list

I've got a data-set with a column containing a list like "A","B","C" and sometimes that column also has "B","C","A" or other sequence (here A, B and C represent string values).   Naturally, there i...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Exactly! 

     

    And to your point, I could probably have used List.Intersect instead of List.Select, List.Contains.