Hi All,
I am using APEX 20.2
I have a button that submit my page
I have a branch to redirect on a report Query and it work well
However my query take few second to finish (Output Format is PDF)
I would like to display wait spinner while report query is being download
I tried to tick "Show Processing" and wait popup is shown but it NEVER disappear

Even when my file is fully downloaded
Does anyone know why ?
I also tried to untick "Show Processing" and use javascript dynamic action
With code : "$wP = apex.widget.waitPopup();" and "$wP.remove();"
But the second Javascript action is launch even if submit page is not finish, so waitpopup is never displayed
Hi have this in the browser console
But my report was not already finished
Is there a method to wait my report query is finished before to remove the wait pop-up ?
Another acceptable way could be to launch my report qyery in another browser tab but I think it is not possible with branches. I am right ? Is there any other method to do it ? Using JS maybe ?
Thanks for your time and your answers
Best regards,
Alexis B.