help about defining a style for every matrix cell

A

an_info2000

Hello
I have a matrix with a dynamic columns building.
I use the notion of "Parent Segments", "Child Segments"
My Stored Proc bring to me all columns well sorted.
Example :
Par_Seg1 | Child_1 | Child_2 | Par_Seg2 | Child_3 |
Child_4 | Child_5
Sum (Q1, Q2) | Q1 |Q2 | Sum (Q2, Q3, Q4) | Q3 |
Q4 | Q5
...
...
...
My goal is to make parent columns having style font "Italic", and
children columns having style "Normal",
I tried to use a function depending of one stored proc field, that put
on every cell fontstyle property the string values "Italic" or
"Normal",
It work but only at range level, not at cell level, as if this function
only executes one time for every grouping.
In fact it's very disturbing for me, brrrrrr, why there is such a
limitation, why not to define the style for every cell, if the function
i defined is called at cell level, not range level.
Please help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top