Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn 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