Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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

1 Reply
Not applicable
Author

Hi

Try using below format

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

- Sridhar