HI,
Time consuming problem with the developed report.
A report where the data coulumns(fields,formulas) in the group footer, because there is one field called language (which is from the table LANG.)
LANG table contains Empid and Language.
ex.
111 English
111 Spanish
222 French
and we are using main table called Empinfo.
and Empid as a parameter. if we select 111 then
the output of the report :
Name :....
Empid:....
DOB :....
Lang: English, Spanish.
for getting the "Lang" result we are placed all the columns in group footers and written some formulas in the groupheader and detail and groupfooter section..
Its working good.. only problem is at the time of running the report it takes more then a minit to display the one page result. It searchs all the data (more the 2millian records)in the DB.
On my point of view its because of the Index problem in database!! before talking to the DBA, pl. give me some adv. or suggestion if there's any wrong with CR8.5 / my formulas/...
The explained problem is not clear then, pl. let me know I'll try to explain again clearly.
Thanks
MK
Time consuming problem with the developed report.
A report where the data coulumns(fields,formulas) in the group footer, because there is one field called language (which is from the table LANG.)
LANG table contains Empid and Language.
ex.
111 English
111 Spanish
222 French
and we are using main table called Empinfo.
and Empid as a parameter. if we select 111 then
the output of the report :
Name :....
Empid:....
DOB :....
Lang: English, Spanish.
for getting the "Lang" result we are placed all the columns in group footers and written some formulas in the groupheader and detail and groupfooter section..
Its working good.. only problem is at the time of running the report it takes more then a minit to display the one page result. It searchs all the data (more the 2millian records)in the DB.
On my point of view its because of the Index problem in database!! before talking to the DBA, pl. give me some adv. or suggestion if there's any wrong with CR8.5 / my formulas/...
The explained problem is not clear then, pl. let me know I'll try to explain again clearly.
Thanks
MK