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

Select statement Equivalent in Chart Expression

Hi,

 

I want to implement following  in Chart expression select name where flag in(2,3).Can you please let me know wht code needs to be written in qlikview? Do I need to use set analysis for this?

 

Thanks..

1 Solution

Accepted Solutions
Not applicable
Author

try:

if(flag = 2 OR if flag = 3, name)

View solution in original post

2 Replies
Not applicable
Author

try:

if(flag = 2 OR if flag = 3, name)

Not applicable
Author

It worked..thank for your help!