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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Where Condition

Hi Guys,

Please help me,

I've script for reload data with where condition:

where (PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')

Labels (1)
1 Solution

Accepted Solutions
danieloberbilli
Specialist II
Specialist II

Just one example:

View solution in original post

3 Replies
Not applicable
Author

Hi Guys,

Please help me,

I've script for reload data with where condition:

where (PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')

how to write script if : where PERIODE_REPORT > '2013012'

danieloberbilli
Specialist II
Specialist II

Just one example:

annafuksa1
Creator III
Creator III

WildMatch(PERIOD_REPORT,'2014001','2014002','2014003','2014004','2014005','2014006','2014007','2014008','2014009','2014010','2014011','2014012','2015001','2015002')


or better for future



PERIOD_REPORT  >= '2014001'