Filter on BAQ Combo

I have done this before and it has work as expected. I created a BAQ and in the properties of the combo box I’m filtering and getting the results expected.

The first series of screen shots show the settings of the one that works. However when I try the same setup with a different BAQ on a different field I see no results.
All this is on the Customer form. The one that works gives a list of states filtered by the CountryNum. The one not working is a list of regions filtered by the GroupCode. Any keen eye able to spot what I’m missing would be appreciated.




Now the one not working…




I think your filter on the second version needs to have single quotes around ?{GroupCol} because it’s a string and not an integer.

'?{GroupCol}'
1 Like

That was it, thanks so much…