Can someone one tell me how to blend the two following conditions into one?
No 1. returns all citis in the region of the city, because the member has a hierarchy of 'Region' (not related to the location region)
If(varProgramHierarchy="National", Sort(Distinct(Filter(Collection, Region = Dropdown1.Selected.Region),City), Result, Ascending))
and
No 2. returns ALL cites, with the list defaulting to the users home city (required)
Sort(Filter(Collection, Title=varCityAlpha), Title, Ascending)