cancel
Showing results for 
Search instead for 
Did you mean: 

iview refresh

Former Member
0 Kudos

Hi

Please guide me how to refresh VC iview for every 1 hour time intervel. This refresh must be of automatic refresh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use the TIMER control available in Compose>Connectors >Timer . Connect the timer and the Start point which will refresh the page (Configure the Timer's Interval to refresh automatically)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jan Pasha

My problem is resolved

Thanks for your help.

Former Member
0 Kudos

Your welcome

Former Member
0 Kudos

hi,

use a java script in a html page, which reloads you iview every hour, e.g. in an iframe with your iview.

Best Regards,

Marcel

Former Member
0 Kudos

Hi Marcel

I am not clear with iframe. Can you please explain me in detail. I would like to know whether I can able to work on HTML events like onmouseover,onclick etc.

Also Please suggest me how to get big chart view when user clicks on chart.

Thanks

Radha

Former Member
0 Kudos

Hi Radha,

maybe this helps you:

<a href="http://www.w3schools.com/tags/tag_iframe.asp">http://www.w3schools.com/tags/tag_iframe.asp</a>

You can create a simple html page with the iframe and javascript for reloading it.

This html page could also included in VC in a html view.

Best Regards,

Marcel