Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have around 50-60 QVW files, these QVW files should reload 4 times a day according to below mentioned time
Morning Refresh: 4.30 AM
Afternoon Refresh: 1:00 PM
Evening Refresh: 6:PM
Night Refresh : 10:PM
Please any one suggest me to how to schedule using QMC ?, I have tried with different ideas, but I am not able to succeed.
Thank you in advance.
is it an option to schedule every 30 minutes and, at the beginning of the doc, check the time and force an error when not 4.30 AM, .....?
You do not want to force errors if you can help it. Can you trigger them using an EDX? If not I would suggest creating an inline table with an if statement and "exit script" if the time is not matched, you could then schedule this to run every 30 minutes and it shouldn't use much interms of resources.
This maybe not the best idea, but how about creating 4 same tasks for each file except in the triggers, you have different time?
Mossimo,
Its not to schedule every 30 minutes, I have to schedule it for 4 schedules according to time which I mentiined in earlier post.
Alex,
Those are the schedules given by users. I should schedule for the same.
Felim,
Please can you explain me how can I achieve this with the help of EDX ?
I do not understand what you are trying to tell me. Is there a reason you can't scheudle for them?
Alex,
My requirement is very simple, I have schedule reload of QV docs 4 times a day according time below timings
Morning Refresh: 4.30 AM
Afternoon Refresh: 1:00 PM
Evening Refresh: 6:PM
Night Refresh : 10:PM
Please help me achieve this.
Alex,
I am not able find an option to schedule same report with multiple schedule on same day in QMC