Re: [flexcoders] Pivot Tables

2006-07-11 Thread Ralf Bokelberg
Nice task you have. Imho pivot tables are the best thing since sliced bread. I'd start with creating the layout. Maybe you can use a Flex Grid component for that. Then you create the dataProvider. A pivot table seems to have a tree structure. Maybe you can reuse some of the tree stuff in the

Re: [flexcoders] Pivot Tables

2006-07-11 Thread Pan Troglodytes
If you'd used pivot tables much, you'd know why I chuckled at your comment. :DPivot tables are a really cool Excel feature that allows you to graphically fiddle with a set of data, with Excel converting your GUI actions into GROUP BY and rollups and summaries. To my boss, almost every problem

Re: [flexcoders] Pivot Tables

2006-07-10 Thread slangeberg
You can perform column sorts automatically on a DataGrid component. What kind of additional functionality are you looking for?ScottOn 7/6/06, digitalnovanet [EMAIL PROTECTED] wrote: Anyone ever seen a flex or flash based Pivot Table? If not, anyone have an