Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
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