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

Search Values

Hi Community,
I  created a Serch button, which will serch the values in "Input Box"
Input box will be fed by users. They usally copy paste the values from an excel file.
The attached .qvw aplication will work fine in development, but when comes to AccessPoint, it is not working.

In Serch button I used below expression

='('&replace(trim(replace(vSearchcustomer,'   ',' ') ),' ','|')&')'

Can any one help?

3 Replies
Not applicable
Author

Could you please check with both IE plugin & Ajax client?

That makes issue sometimes.

Thanks.

Not applicable
Author

In both Cases, it is not working. It is problem with syntax of Search button. because when i try to give the values with once space (eg: 000005 000013 000019 etc), it is working fine in AccessPoint too.

prieper
Master II
Master II

Did you check, which separators are inserted then instead?

Knowing this you may add another REPLACE in your formula

Peter