armandogallo
unread,Mar 13, 2009, 11:45:19 AM3/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHI's Mondrian OLAP Group
Hello,
I'm using JPivot and I've seen that it's possible to format cells just
by implementing CellFormatter interface in mondrian.olap package with
formatCell() method. It's very good for me because I've to do a lot of
code for date conversion, mathematical operations and so on.
Currently I have no problem with this class but i would like to know
how to colour the cell from the Java class.
More, I have to colour the Cell comparing the values of others cell.
How can i do ? I can't find any example in internet.
I'm thinking i'm the only one who is doing this thing!
Furthermore, I've already done this colouring in the olap schema but
it seems that the definition of a MyCellFormatter overwrites the
format in the schema. I think they're mutually exclusive
THANK YOU