Report: Show the top ten users and the top fiftenn websites they visited AND add the total browse time for those sites
I calculate the time difference between two succesive browse records and store that for future use.
Here I am in trouble already: Not knowing which sites I need to save, I need to store all of them in an array.
Crazy limitztion from Crystal says "but we will store no more than 1000 in an array!!!
There are thousands of records......
Any workaround (other than crating X number of arrays?
I calculate the time difference between two succesive browse records and store that for future use.
Here I am in trouble already: Not knowing which sites I need to save, I need to store all of them in an array.
Crazy limitztion from Crystal says "but we will store no more than 1000 in an array!!!
There are thousands of records......
Any workaround (other than crating X number of arrays?