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

expr explination?


where index(@17:n,'\zabcd67')<1  or index(@17:n,'*_new_one*')<>1; 

how it works ?  pls explain me

2 Replies
its_anandrjs

Hi,

I thing this expression in the field @17:n is index of \zabcd67 or position is < 1 or index of *_new_one* is not equal to 1

then the where condition is true otherwise false.

But it seems the conditional expression is not correct

where index(@17:n,'\zabcd67')<1  or index(@17:n,'*_new_one*')<>1;

Regards

Anand

Anonymous
Not applicable
Author

expression is correct only