Hello everyone, I have a Shiny App like that:
The process flow is:
- Filter some of the portfolio, sub-portfolio or product values.
- Select "Apply filters". When you press this button, then the table and a button to do the calculation are displayed.
- Press "Run" and the code will be executed and the result will be displayed on the output tab.
This calculation takes about 30 seconds, however, the user does not know what is happening. I would like to show a progress bar on the output tab that shows that progress and ends when the table is displayed.