I have Oracle database and i want to build xcelsius dashboards using crystal reports. Suppose i have 10,000 rows and 100 dealers in the oracle database using crystal reports i will load them into xcelsius but i need to display first 3 rows of each dealer in my dashboard.How can we do that ???
If you load 10,000 rows into xcelsius it will probably fall over and die! Do as much processing as you can oustide of xcelsius - create aggregate tables for your dealers and write your queries to pull data from here.