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

fieldindex

Hi All,

I want to find the field index of this field but it also contains ' so it is not accepting the itemname for which i want to find out the index. Let me know how to find the index of these kinds of text.

fieldindex( 'itemname', '~KINGCOXTAB 60MG 10'S' )


Thanks and Regards,

Rikab

Labels (1)
1 Reply
Not applicable
Author

Hi

Try using below format

=fieldindex('itemname','~KINGCOXTAB 60MG 10'&chr(39)&'S'&chr(39))

- Sridhar