I see that in the INTERFACE file , only a few records show in the portal. So
the Summary should be fast.
But, the records I see in the portal are really in the DATA file. If that
DATA file contains 100000 Records
Won't that take time to calculate ?? Or does it only summarize the records
I can see at one time.
If I look in the DATA file at ONE record at when " All records are found" I
get the TOTAL of ALL the records.
That could take time.???
Also , why do I have to click on the summary filed to get the update total
of the portal when I add a new item in the portal.
I thought it was supposed ti update automaticaly ??
"FP" <a (AT) pottnerconsulting (DOT) ca> a écrit dans le message de news:
1129182170.617169.194810 (AT) z14g20...oglegroups.com...
Quote:
Usually you use a calc field for totals in browse mode; the calculation
is eg.
Sum(TableReference::FieldName)
The same Table Ref is used for both the portal and the calc. If you
try to display 100,000 records in the portal, the calc will try to
summarize 100,000 records.
Since portals usually only show a couple of records, the calc should be
quick, it doesn't care how many records are in the file because it only
looks at a small subset. |