Thursday, March 5, 2009

Flex OLAP aggregating strings.

I recently got many queries about support for String aggregation in Flex OLAP. The current implementation available out of the box doesn't support this.

Here are the changes to source files required to support this. The files need to be unzipped into the fbpro directory and the datavisulization.swc needs to be build using the steps mentioned here.

The result would look something like this.

The sample project has a StringAggreator implementation which can be used as a starting point to build your own logic into the StringAggregator. The sample one appends the strings to each other.

Here is the sample project.

Of-course I might have missed something while testing. So let me know if you find any bugs !

3 comments:

MENDONÇA said...

Good afternoon ...
I need a help, to take the column (all), the OLAPDataGrid, you could help me?
Thanks

Unknown said...

I want to fix width of the of Row Heading column.
E.g. in your example 'Domain' & 'Number'

how is it possible?

Ankur Arora said...

Hi,

Can you send me the compiled version of this updated SWC I am unable to compile as per the steps given.

Thanks