Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
profilejamesbond
Creator II
Creator II

Qlik SaaS - Search in the field without *

Hi,
I have Dimension where I have number like 123_471235 like this.

Now, I would like to search text like 471235 instead of *471235*.

Other example: Abc_343_xz - I would like to search such as 343 instead of *343*

Is it possible to provide that functionality or to do it ?

Thanks

Labels (1)
1 Solution

Accepted Solutions
QFabian
MVP
MVP

Hi @profilejamesbond , you can check if works for you switching options in search mode inside field properties from a filter pane :

QFabian_0-1754584842658.png

in normal mode :

QFabian_1-1754584956532.png

and in wildcard mode, it automatically adds the asteriks when you click on the search button, so you just can search your text

QFabian_2-1754585024278.png

 

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.

View solution in original post

2 Replies
marcus_sommer

In QlikView were options (globally as well as per list-box) how a search should be performed - with or without wildcards as default one. Maybe in Sense are similar options also available.

Another approach might be to adjust the field with something like:

dual(Field, keepchar(Field, '0123456789')) as Field

whereby it could have risks in overlapping numerical values by removing delimiters and other string-parts.

QFabian
MVP
MVP

Hi @profilejamesbond , you can check if works for you switching options in search mode inside field properties from a filter pane :

QFabian_0-1754584842658.png

in normal mode :

QFabian_1-1754584956532.png

and in wildcard mode, it automatically adds the asteriks when you click on the search button, so you just can search your text

QFabian_2-1754585024278.png

 

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.