Forum Discussion

3 Replies

    • FreemanZ's avatar
      FreemanZ
      Super User

      if you want the distinct list, try like:

      DISTINCT(Table[Col])

      or 

      VALUES(Table[Col])

      or

      ALL(Table[Col])