Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I am trying to optimize the performance of my GUI application,
Right now it is taking 2and 1/2 hours to do incremental refresh.
The application size is 150MB.
I am loading close to 80 -100 tables and have multiple fact tables.
also in front end in each dashboard i am using nested if statements to do calculations.
the If statement contains some 20-30 conditions which i need to check before doing the aggregation.
I just wanted to know if i do refresh of my GUI application with above complex if statements/hard coding will it affect the refresh time.
Regards
Raj