Hi folks,
I have a combo box with the following:
Items:
Distinct(collMGMAEncounterReferenceDetail,MGMA_YEAR)

DefaultSelectedItems:
[LookUp(collMGMAEncounterReferenceDetail,ID = Value('GALLERY.FTE_DETAIL_LIST'.Selected.MGMA_ENCOUNTER_REFERENCE_ID),MGMA_YEAR)]

Problem: ComboBox is showing the distinct items + the default selected item... How do I stop this?
