Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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