Kinetic - combobox with BAQ

Hello,
we tried to add a combobox with baq.
baq has no filter,
and we tried to put filter in the combobox.
now, the combobox returns entire list. the filter is not working.
if we put static value in the search filter, the list return what we want.
anyone can tell me what is the syntax we put in the filter.

we tried ‘’?{InvcHead.SoldToCustID}‘,’??{InvcHead.SoldToCustID}', ‘?[InvcHead.SoldToCustID]’
all of them are not working.

thanks,

Eddy

image

image

1 Like

Does this post help

I wonder if you try your filter in the Filters Append field instead (it’s under Reusable Combo, near the bottom)
image

It seems like it’s specifically intended for use with BAQ combos

Just confirmed this does the same thing as the Search Filter field (at least with BAQs).
Neither are interpreting the filters as anything other than text (nothing dynamic)
I entered Part_PartNum = '{Part.PartNum}’ (with ? and ??, too) and the execution parameters of the BAQ request shows
{Name: "Where", Value: "Part_PartNum = '{Part.PartNum}'"}

It does filter on my Part when I type the PartNum in directly … but that is not helpful in my case

Next best thing, I guess, will be to execute the BAQ somewhere else where dynamic filtering works and then populate the combo from the resultant dataview.