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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
BootCam
Creator
Creator

Using Expression in search box

Hi,

I have a requirements of Filtering out data from the search box. But i dont know if there's any option to do that in qlikview.

 

The sample Expression is: 

=If(Match(Left([Code],3),'GCQ'),[Company])

Tried that in the List of fields option in general tab, doesnt work.

 

Any help?

 

Regards,

BC

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

You could use such expression within a listbox but not within a searchbox which could not return fieldvalues else it just filters the whole dataset / respectively the applied fields for a matching. In your case it seems not necessary to use such expression because just typing GCO* should be enough.

- Marcus

View solution in original post

1 Reply
marcus_sommer

You could use such expression within a listbox but not within a searchbox which could not return fieldvalues else it just filters the whole dataset / respectively the applied fields for a matching. In your case it seems not necessary to use such expression because just typing GCO* should be enough.

- Marcus