Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
So selection in another field should not impact -> mid(url, index(url, '.', -1)+1). and this is used as a filter?
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.