Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i put colors in matrix ?

Hello

I have a table which present number of occurences between sent date et used date.

Occurences are valid if there are used in M to M+3 :

     If sent date = Janv.15, values are valid in Janv, Fev and March 2015

I want to put in Green valids values, and in a other color invalid values.

I know i have to use 'Color Text' in expression sheet, but i don't find the correct syntax.

Thank you for your help !!

Magali

1 Solution

Accepted Solutions
swuehl
MVP
MVP

4 Replies
swuehl
MVP
MVP

maybe like this?

Not applicable
Author

Yes !

In my final version, I have an ultime problem : because of date format, difference between dates is NULL.

I just have to resolve this point, and it will be ok !

Thanks for your help

swuehl
MVP
MVP

You need to interprete your dates as such when loading the data ( look at the sample, I've used date#() in the script to do this):

Get the Dates Right

If you succeeded, there should be no difference of dates returning NULL.

Not applicable
Author

Great, i'ts all good now

Thank you !