Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to select from data in a field

Hello Fellow QV users,

How cann I select ,as shown below, in a field with a lot of data the product MFE2.

ProductResult
08d3630 MFE2MFE2
9999 DKKDP:FOther
09d dddef MFE2MFE2


I would like to create an IF-function. When in the field Product the data MFE2 appears, then I would like to see in the field Result, the value MFE2 and if not the value Other.

Regards,

Aissam

Labels (1)
1 Reply
Not applicable
Author

=If(Index(Product,'MFE2')>0,'MFE2','Other')