How to get distinct value from a column
Best Answer
-
@Mahulima i'm guessing you want to achieve this?
One way is to use the Group step, do a count on Company. The count tells you how many rows contain that Company value.
You can also refer to this article for other more flexible options.
0
Answers
-
@Sueann See Yes that is the way I did and achieve that but was looking for some function like distinct to get the result.
0