I recently encountered a scenario where I need to bind a BAQ to a combo box that has parameters.
I have set up the combo box binding as shown in the image below. In the Filter Parameters section, I have defined my parameter. However, when I try to run the combo box, it shows that no parameter is being passed.
I think you would have to trigger a kinetic-baq event to populate a data view because that is where you can bind a parameter. And then bind your combo to the dataview. Or maybe not but that is my first thought.
Thank you for your response. As you suggested, I tried using the Kinetic-BAQ widget and set my BAQ parameters within it. I also bound my ComboBox to the DataView, which is in turn bound to my BAQ. However, when I execute this and check the debug log, the following error is displayed. Am I missing something? Kindly let me know.