BAQ erp-combo-box quick filter

Hi All,

Quick one I have been struggling with (I blame the heat, not sure why I can’t figure this out!)

What is the proper syntax for filtering on a erp-combo-box?
I am using a BAQ to populate this:

I have attempted both row and search filter
e.g PartRev_PartNum=??{ECOMtl.MtlPartNum}, PartRev_PartNum=‘{ECOMtl.MtlPartNum}’ etc.

In all cases I have attempted, I have either retrieved the entire BAQ data or no data at all.

I would try PartRev_PartNum='?{ECOMtl.MtlPartNum}'

Gave this a try - still not correct I believe.

Some more information:
tested and verified ECOMtl.MtlPartNum is actually on an expected value:
image

rev drop down I am creating still shows ‘no data found’


(That default ‘B’ revision I am manually setting to the EP Binding when you come to this page. Same EP Binding as my other text field above)

BAQ returns values that PartRev_Part should match with ECOMtl.MtlPartNum:

Here is my FULL combo box properties:





Not sure why I am struggling with this and I always feel close to a breakthrough :smiley:

ended up getting combo working by populating a dataview with the BAQ - I passed BAQ params in event that populates the dataview. Then, combo simply works off the dataview. A little run-around and I would still like to figure out these filters for using a BAQ directly however this works.

Is there any way you can share the Combo Box setup?
In my case when the Part Entry layer loads, the BAQ Dataview populates with data, but the Combo Box shows the EpiBinding value instead of the TextField. It populates with the correct description only after I click on the Combo Box dropdown arrow.

If I come back across this I will share the information here!
Unfortunately I can’t recall which application this was built for at this moment