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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
stefanmshs
Contributor II
Contributor II

Use filter to show different table row

Hello,

I did not find a better title. It could be misleading.

I have to following table:

dim1 dim2 x
0 123 -
1 124 123

 

Is it possible that I set a filter on dim2 (=123) and the row with x=dim2 is shown aswell? Per default I only get the row with dim1=0 because of the qlik filtering logic. I already tried sth. like this:

only({<x= P(dim2)>} x) 

but the dimesion is shrinked by filtering dim2 and the row with the expression is never shown.

 

Is this somehow possible?

Labels (1)
1 Solution

Accepted Solutions
stefanmshs
Contributor II
Contributor II
Author

Reply to myself...

One character more and it works 😄

only({1<x= P(dim2)>} x)

There is a "1" more.

View solution in original post

1 Reply
stefanmshs
Contributor II
Contributor II
Author

Reply to myself...

One character more and it works 😄

only({1<x= P(dim2)>} x)

There is a "1" more.