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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use fuzzy text filter in table expression

a variable can have the following values: RAP A, RAP B, RAP C, ABC, CDE

In an expression I want only the values starting with RAP in my selection. How to do so without the need to type in all values?

=SUM({$<variable = {'RAP...??}>}Sales)

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

=SUM({$<variable = {"RAP*"}>}Sales)

-Rob

http://robwunderlich.com

View solution in original post

4 Replies
Not applicable
Author

Hi,

wildmatch() function should help you.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

=SUM({$<variable = {"RAP*"}>}Sales)

-Rob

http://robwunderlich.com

Not applicable
Author

Thanks Rob, that worked.

Nicole

Van: Rob Wunderlich

Verzonden: donderdag 31 mei 2012 22:34

Aan: Nicole Kooij-Lemmen

Onderwerp: - Re: how to use fuzzy text filter in table expression

QlikCommunity<http://community.qlik.com/index.jspa>

Re: how to use fuzzy text filter in table expression

created by Rob Wunderlich<http://community.qlik.com/people/robwunderlich> in Development (QlikView Desktop) - View the full discussion<http://community.qlik.com/message/224580#224580

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Nicole,

Please mark the answer as correct to close the thread.

Thanks,

Rob