views:

406

answers:

5

i am using asp.net mvc so the solution can be either server side or client side (jquery, etc).

i can't seem to find any good tools that can mimic excel pivot tables (allow user to get the pivot table experience that they get with excel pivot tables) on the web with good performance.

+2  A: 

Hi,

Try pentaho or jasper analysis.

If you are willing to pay for a commercial BI solution, I would recommend Crystal Reports and Business Objects.

Hope it helps.

jbochi
Jasper is Java based. The OP is using ASP.NET MVC.
BalusC
Jasper is a good solution -- it can be used with simple Java wrapper code, even if you are not going to write the app in Java.
sventech
+1  A: 

I've used the OAT Pivot Table.

Andrew Medico
A: 

Check out pivot table component by Flexmonster.

thorn
+1  A: 

You can try ASPxPivotGrid from Devexpress. Here is an example. It has nice look & feel and drag & drop support.

Lukasz Lysik
can you use this in asp.net mvc or is this a server control ?
ooo