I have the following combobox:
ProjLvl3_ComboBox
Multi Select set to on
I'm using Azure SQL Server (no gateway)
I'm trying to use a filter to create a collection but cant seem to get all selections from the combobox in the filter:
ClearCollect(ProjectCollect, AddColumns(Filter(App_PAFRes_Proj_vps, varProj in 'Level 3 Project'), "IsChoosen", false))
varProj is a Label:
Concat(ProjLvl3_ComboBox.SelectedItems, 'Level 3 Project' & ", ")
What am I doing wrong?

Report
All responses (
Answers (