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

expr explination?


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

how it works ?  pls explain me

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