Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to ignore selection in filter from other filter?

Hi,

i have a filter with this expression: mid(url, index(url, '.', -1)+1)

I want to ignore the selection from another filter. How can i do it?

In a chart i ignore the selection of a filter by this way:

Count(DISTINCT{<anotherFilter=>} products)

But it doesnt work in the filter.

regards,

Fritz

2 Replies
sunny_talwar

So selection in another field should not impact -> mid(url, index(url, '.', -1)+1). and this is used as a filter?

Anonymous
Not applicable
Author

I use different fields where i can select the values, i call it filter.

One filter show URL´s and has this expression mid(url, index(url, '.', -1)+1).

Another filter show products for example. If i select one or some products i want to select each URL, also this URL´s wich in the database are not assigned to the selected product.

In the URL Filter i want to ignore the Product selection.