Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JordyWegman
Partner - Master
Partner - Master

Select multiple values in a field, not working for integers

Hi,

I'm using the 'Button for navigation' from Qlik Sense (November 2019 Patch 2). Here I'm using the function, 'select multiple values in a field'. This seems to work with values that are presented as text. The Field Item-Color has for example:

  • 3091750123
  • 2057123012
  • 120A120-10293
  • 140B102-12811

JordyWegman_0-1603092105544.png

 

I've created a function that is removing/replacing unwanted characters (hyphen,  - is allowed). The rest is replaced with a ; which is the delimiter.

JordyWegman_1-1603092248580.png

JordyWegman_2-1603092261176.png

The input box is used to fill the variable:

JordyWegman_3-1603092314285.png

 

Problem:

The problem occurs when I want to search for integers. When that is done, the values are not passed through as a selection. When one of the values is a text value, the value is passed through as a selection..

  • 3091750123
  • 2057123012
  • Outcome -> No selection
  • 120A120-10293
  • 140B102-12811
  • Outcome -> Both values
  • 2057123012
  • 120A120-10293
  • 140B102-12811
  • Outcome -> Only the last two values not the integer

What have I tried?

  • Making all values text values in the script
  • Making the values text values in the formula

 

If someone knows how to fix this.. please

Jordy

Climber

 

Work smarter, not harder
Labels (4)
1 Reply
wlpike
Contributor III
Contributor III

is there a fix on this problem?