I read the document and get the style for negative/zero style. But I want to define my own value like:
A > 100 => color: green;
A = 100 => color: black;
A < 100 => color: red;
I also try with document in http://95.110.227.182/public/doc/content/cmd.styles.html and it's but need more tweak.
But the problem occurs when I want to add style to 2 columns not one, I try some work around but not work, I'll declare here if need. My purpose is generate 2 row class and apply with separate column. But I can mix 2 class in dbr.rowclass.
So how could I do that?
Thanks,