Skip to main content
Announcements
Sept. 27, 10AM ET Do more with Qlik, Insight Advisor – our intelligent AI-assistant in Qlik Sense: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Digvijay_Singh

QlikSense - Select first value through App.field API

Hi,

When I use below javascript, it actually selects the first value but locks the filter object, not allowing to make any other selection.

app.field('Fieldname').select([0]);

App object is properly created but I need to have only one value always selected.

Let me know if anyone came across the similar situation and able to resolve this.

0 Replies