Question
What are the steps to taken care to improve the report performance?

Answers

In DESIGNER Level
1)eliminate the unnecessory joins
2)use conditions as much as at the database level
3)edit the SQL query in the Query Panel as per requirment
In REPORTER level
1)eliminate the filters as much as possible
2)try to reduce the user variables.   Your Comment






Search
Can you Answer!!
  • Q Full employment is the level at which there is
  • Q A uncommon sort of hydrogen with an additional neutron in its core is
  • Q Explain the principles of "trading on equity"?
  • Q How does a high-density or highly vitalized environment affect the need for management?
  • Q In fcp i can choose an in and out point on my sequence and then either lift or ripple delete. I can't seem to do that in cs6. Is it possible?
  • Q What are proxy objects?
  • Q Find the output for the following C program #include void main(void); { doubledbl=20.4530,d=4.5710,dblvar3; double dbln(void); dblvar3=dbln(); printf("%.2f %.2f %.2f ",dbl,d,dblvar3); } double dbln(void) { double dblvar3; dbl=dblvar3=4.5; return(dbl+d+dblvar3); }
  • Q Which command is used to find out that postfix is complied with mysql or not?
  • Q How analytics Process Your Request When you Create your Requests?
  • Q Is it true that MongoDB uses BSON to represent document structure?
  • Q Find the Factorial of a number using a program.