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: 
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
Champion III
Champion III

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