This is a newbie question.
I'm creating a list box. The list box is taking the entire column that has repeated entries.
Ex:
Group Level 1
Name1
Name1
Name1
Name1
Name2
Name2
Name2
When the list box is set with the Group Level 1 column, the group names are shown repeated 4 times.
Any ideas on how to avoid this? I basically want to summarize this and only have distinct values.
Thank you