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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I write this in Qlikview.Please help me

WHEN ROI_NBR_SESSIONS_2013.ITEM_ID IN ('L_R6R7','L_R7','LR_R6R7')

1 Solution

Accepted Solutions
Nicole-Smith

where match(ROI_NBR_SESSIONS_2013.ITEM_ID,'L_R6R7','L_R7','LR_R6R7')

View solution in original post

4 Replies
Nicole-Smith

where match(ROI_NBR_SESSIONS_2013.ITEM_ID,'L_R6R7','L_R7','LR_R6R7')

Not applicable
Author

Thank you Nicole

Not applicable
Author

Nicole,

Can you help me with this one ?

WHEN ROI_NBR_SESSIONS_2013.ITEM_ID = 'LR_R6R7'

AND (ROI_NBR_SESSIONS_2013.ACCOUNT_NO LIKE '00074%'

   OR ROI_NBR_SESSIONS_2013.ACCOUNT_NO LIKE '00075%'

    OR ROI_NBR_SESSIONS_2013.ACCOUNT_NO LIKE '0008%')

Thank you for your time.

Nicole-Smith

WHERE ROI_NBR_SESSIONS_2013.ITEM_ID = 'LR_R6R7'

AND WILDMATCH(ROI_NBR_SESSIONS_2013.ACCOUNT_NO, '00074*', '00075*', '0008*')