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: 
Not applicable

Table as a Filters

I have two tables in a sample of information of all available data on the other I have a table of data that need to use as filters, that is, when I select the search field "Bodega" I should select all data containing the word in the description “Bodega“.

So I can get the total value of all descriptions that contain "Bodega" in their description.

I hope someone can help me.

Thanks and regards,

Enrique Quispe

1 Solution

Accepted Solutions
Not applicable
Author

Hi, see this example

View solution in original post

4 Replies
Not applicable
Author

Hi

Try this expression

=COUNT(IF(Descripción LIKE '*BODEGA*', Descripción))

You can change '*BODEGA*' to GetFieldSelections([Campo Buesqueda], ',', 1)

Not applicable
Author

I try it,but it doesn’t work.  I attach anexample.

Not applicable
Author

Hi, see this example

Not applicable
Author

Thanks, this was what I needed.