Question and Answer Database FAQ2974D.txt Improving performance Category :Quick Reports Platform :All Product :All 32 bit Question: Is there any special trick to improve performance? Answer: Most importantly — add persistent field objects for your tables. Create expressions with as few functions as possible. Instead of doing Sum(Field1)+Sum(Field2) you should do Sum(Field1+Field2). The last one is a lot faster. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99