Advanced Training- Level 3- Assignment 2- Generate Yearly Report- System is taking a lot of time to download the monthly reports

Hi,
In Assignment 2, Level-3, System is taking a lot of time to enter the month and Download the monthly reports. I have visited many threads on community and tried everything which was mentioned there but of no use. Also, when I had run Download_monthly_reports.xaml alone by hard coding the values, then, speed was fine. But when I ran the main file, speed reduced many fold!
Can anyone suggest a solution to this problem?
Find my xaml below.

Download_Monthly_Reports.xaml (30.3 KB)
Thanks.

1 Like

I opened your attachment in the text editor and I can clearly see waitforready property is set to Interactive.

                    <ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" TimeoutMS="{x:Null}" Selector="&lt;html title='ACME System 1 - Reports - Download Monthly Report' /&gt;&lt;webctrl id='reportMonth' tag='SELECT' /&gt;" WaitForReady="INTERACTIVE" />

If you set this option to NONE, then the process will be faster.

Regards,
Karthik Byggari

Thank you Karthik. I figured it out.

Regards,
Harshit Goyal

1 Like

Please expand “Target” property. The last option will be WaitForReady.

Regards,
Karthik Byggari

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.