Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik1_User1
Specialist
Specialist

Passing Alphanumeric values in Field.selectvalues API

Hi All,

Is it possible to pass alphanumeric values in dimension using Field API's

dimension - Dim1
dimension Value - acb3456ksa

tried below options but its not working please suggest what do to for handling this scenario.

app.field('Dim1').selectValues(['acb3456ksa']),true,true)
app.field('Dim1').selectMatch('acb3456ksa', false);

1 Solution

Accepted Solutions
Qlik1_User1
Specialist
Specialist
Author

got the solution I was missing the some data.

View solution in original post

1 Reply
Qlik1_User1
Specialist
Specialist
Author

got the solution I was missing the some data.