Filtering combobox

Hello y’all !

I have troubles filtering a combobox results. The combobox os set with reason codes like this :


And I am trying to fitler by prefix like this :
image
But its not working.

This is working :
image

I tried
ReasonCode LIKE ‘?{TransView.OperationPrefix}%’ : no result
ReasonCode LIKE ‘??{TransView.OperationPrefix}%’ : no result
ReasonCode LIKE ‘?[TransView.OperationPrefix]%’ : no result

Any idea how to achieve this ?

Nevermind, I just created a dataview populated by a BAQ with a parameter.

Trying to use the application studio component wasn’t the best idea.

1 Like