Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to limit?

Hi there,

I need to limit the content of the two fields: one is open data, between 2014/06/01 and 2014/07/01; the other is country, include China, Hong Kong, Taiwan, Japan and Korea.

I want to know how to limit? thank you!

12 Replies
Not applicable
Author

Hello Andrew,

one more question:

I want to filter field ' work_group' include 'CN', 'JP', 'KR'. such as ' CNA_CCR', 'CNB_CCR', 'JPD_GCC' etc.

Could you please help me?

Not applicable
Author

WHERE Work_Group in ('Administration', 'Call Administrator', 'System Administrator') OR Work_Group like '%CN%' OR Work_Group like '%JP%' OR Work_Group like '%KR%'

mark as answered if this resolves your question

jer_2011
Creator II
Creator II

try with:

where work_group in ( 'CHINA', 'JAPAN','COREA')