Best way of compiling report data???????
Posted: Fri Aug 07, 2009 2:42 pm
by skipton >> Tue, 6 May 2003 9:36:59 GMT
I want to compile a report which is basically tallies of various criteria and tied to searchable keyed objects. What is the best way to do this ?
I did a prototype of having a temporary report class with the keyed object (mySubProduct) and then integer attributes for the tallies. I created entries for all subproducts and then went thru all my main transactions and built up a store of tallies against each subproduct. I could search for the correct object using getAtKey.
This approach worked fine -- but of course is single user with making use of a single temporary report store. How should I do a similar report run but faiclitating multi-user report sessions ??????????
Thanx in anticipation
Silversprings
I want to compile a report which is basically tallies of various criteria and tied to searchable keyed objects. What is the best way to do this ?
I did a prototype of having a temporary report class with the keyed object (mySubProduct) and then integer attributes for the tallies. I created entries for all subproducts and then went thru all my main transactions and built up a store of tallies against each subproduct. I could search for the correct object using getAtKey.
This approach worked fine -- but of course is single user with making use of a single temporary report store. How should I do a similar report run but faiclitating multi-user report sessions ??????????
Thanx in anticipation
Silversprings