Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Gully
Contributor II
Contributor II

Input Box for selections no longer working after Qlikview server upgrade

Hi,

We have recently upgraded from QlikView Server 11.2 to QlikView Server April 2019.

An input box where we put in multiple product codes no longer brings back the correct product codes. It brings back all product codes.

The input box was vCustomString. We then use a button containing the following 2 actions:

1) Select In Field action on the field ProductCode where  the search string is ='(' & Replace(Trim(vCustomString), chr(10), '|') & ')'

2) Select Possible where the field is ProductCode.

This works for individual product codes but not two or more.

Does anyone know if there should be a difference between QlikView 11 Server and April 2019 or is this just coincidence ?

 

Thanks,

Gully

Labels (3)
1 Solution

Accepted Solutions
Gully
Contributor II
Contributor II
Author

1 Reply
Gully
Contributor II
Contributor II
Author

Resolved this by making a code change based on a post by  CJBurrow

https://community.qlik.com/t5/QlikView-App-Development/User-Input-List-Multiple-Text-Values-as-Selec...