cancel
Showing results for 
Search instead for 
Did you mean: 

Timer in Dashboard

0 Kudos

Hi Guyz,

I am trying to make a dashboard where i need a timer component.

However the catch is that i need to trigger this timer in background, which seems as not possible with the play control object that i am using.

Any useful suggestions would be appreciated.

best regards,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

sriramvijay_ravidoss
Contributor
0 Kudos

Hi,

Keep 3 components.

1. Play control

2. Combo Box

3. Toggle button

Toggle button is to just control dynamic visibility of objects.

1. Set the Play control with auto play

2. Connect the data of Play control and combo box insertion to same place.

3. By default don't display the Play control and combo. make toggle button's off state as display state for components.

Concept is whenever you show Play control it starts playing. the starting value will be provided by combo's default selection.

-Sriram

Answers (0)