yes thank you.
I have a bo with plain text field which will be repeated or can have duplicate value.
BO1col1
test1
test5
test5
test1
test1
test7
Now I want this column value to be a dropdown in another form but without any duplicates. I can write the query to get this data but it brings duplicates as well(dynamic query option in another bo column). I want to do select distinct.
I have seen one trick in one forum post to add exists but I do not have any other filters as this is a plain text field.