Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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