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

display row only if all row populated

02-11-2017 13-36-52.png

How will I display only rows  that have both data  in Try and Win rows?

so I am after:

02-11-2017 13-40-06.png

Thanks

Raphael

1 Solution

Accepted Solutions
sunny_talwar

Use the same if statement that you used for your third expression within the 1st and 2nd expression

=if(Try>0 and Win>0, Try)

=if(Try>0 and Win>0, Win)

Capture.PNG

View solution in original post

4 Replies
vishsaggi
Champion III
Champion III

Check attached.

sunny_talwar

Use the same if statement that you used for your third expression within the 1st and 2nd expression

=if(Try>0 and Win>0, Try)

=if(Try>0 and Win>0, Win)

Capture.PNG

Anonymous
Not applicable
Author

Thank you

Anonymous
Not applicable
Author

Put your condition as a calculated dimension rather than name:

=if(Try>0 and Win>0, Name)