Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikvw2019
Contributor
Contributor

Display rows in Straight Table conditionally

I have a straight table , that display

col1,col2,col3,col4. I have a expression in it 

=only([col4]='Not Received')

It works fine . 

Now i want to add one more condition , col3='some value'

i.e col4='Not Received' AND col3='some value'

Please suggest how can i achieve it? Please let me know if i need to rewrite this entirely in the load script. Thankyou

1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

not completely clear on your problem but taking it at face value. did you try below

 

=only({<[col4]={'Not Received'},[col3]={'some value'}>}YOURCOLUMN)

View solution in original post

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

not completely clear on your problem but taking it at face value. did you try below

 

=only({<[col4]={'Not Received'},[col3]={'some value'}>}YOURCOLUMN)