Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to have dailoguebox

Hi,

I have a requirement where I should be asked to enter year in a dialogue box,based on value typed in the dialogue box all the chart based on year should refresh.

Thanks,

Prathima

2 Replies
rustyfishbones
Master II
Master II

You need to create a variable for year called  vYear

then add an input box containing the variable vYear

Not applicable
Author

Hi Prathima,

you can use an input field and fire a trigger on Change of the input field. You can find this on the Trigger tab of the Document settings

Patrick