Hello community,
I have created a macro which calls the corresponding report according to the model type. When I call a report from a macro, there is a progress bar. However, when I call different report within a macro, the progress bar title always shows the title of the running report, which I don't want my customer to see.
I know it's possible to turn the progress bar off when the macro executes the report. But I also want to avoid this situation because I want my customers know that the macro is still running.
Is it possible to create a unified progress bar in a macro which only tells the macro itself is running?
Thanks in advance!
André Vitor Oliveira on
Hi Ye Ding
By default there is no option to hidden the name of report from progress bar, maybe you could copy this report to create a new one and rename the name to use a code or to use a numeral information for example. And when the progress bar starts will show up the different name as well.
BR
AO