Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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