customizing cell background of Pivot Table through <af:inputColor>
I am working on coloring of cells of pivot tables. I am doing it through a popup of input color. I want a user to select a particular cell then he open the popup of input color and choose the color then cell's background changes accordingly and automatically. I am not clear in which direction I should move...
Although I have done conditional formatting through which I have colored the cell according to some conditions like if cell's
value < 500 then background color is red
500< value < 1500 then background color is green
1500<value < 2500 then background color is Blue
else white
But the condition is that I want to set background color of each cell through input color popup.
Waiting for your Reply..