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

schemaEvents for scheduling monthly task in qliksense

hi

 

i have done scheduling the task for once, hourly and daily and weekly. please anybody help me how to write schema events for scheduling monthly task in qliksense and how i can schedule 2 days of week

i have tried like this for 1 day

"schemaEvents":[{
"timeZone": "Asia/Calcutta",
"daylightSavingTime": 0,
"startDate": "2020-04-27T10:46:00.000",
"expirationDate": "2020-06-30T10:50:00.000",
"schemaFilterDescription": [
"* * - 4 1 * * *"
],
"incrementDescription": "0 0 1 0",
"incrementOption": 3,
"name": "Daily",
"enabled": true
}]
Labels (2)
1 Reply
Krisller
Contributor
Contributor

Hi,

You have to change your attribute schemaFilterDescription like that.

"schemaFilterDescription": [

"* * - * * 10,20 * *"

]

It will run on days 10 and 20.