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 :
But its not working.
This is working :
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 ?