I’m trying to use App Studio to customize a kinetic screen. I have a BAQ in a combo. The data populates ok. When I try to add a filter to the combo it still returns all the items. If I hardcode in the filter (UDCOdes_LongDesc = “IT”) it works and filters the dropdown. I want to filter the list by the Equipment ID on screen (Epi binding: MaintReqView.EquipID).
Probably but I am very new at using App Studio and events… I used the wizard to create my new dataview and filter it by the field I need. It created a _Get event. I have no idea how to link the view to my combo. I tried filling in the fields in the properties but I’m guessing I have to add another step in the event after the _Get?
Not dropping down ? Is your combobox readonly or disabled (in the state section) ?
Maybe try to create a second combobox under the first one to see if a newly created one behave te same way.