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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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)