Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Equal to in QlikView

Hi all,


How to write this filter condition from OBIEE report to QlikView using where condition. " Activity Status Code is equal to / is in NLSE,ULSE "

Thank you in advance!!!

1 Reply
maxgro
MVP
MVP

if(match([ Activity Status Code], 'NLSE', 'ULSE'), 'match', 'not match')

or in script

where match([ Activity Status Code], 'NLSE', 'ULSE')