cancel
Showing results for 
Search instead for 
Did you mean: 

Auto refresh on Design Studio 1.6

Former Member
0 Kudos

Hi Everyone,

I have a D.S application over data from BW and I want the data sources to be refreshed automatically every X minutes.

I know of the Timer Component under Technical Components - but still not working.

What I did is :

on the "On Startup" -

TIMER_1.start();

and in the Timer Component -

On Timer -

NameOfDS.reloadData();

on the Interval in Milliseconds - 60000 (every 1 minute)

Am I missing somthing ??

How do I run it every X minutes???

Thanks

Accepted Solutions (0)

Answers (0)