Hi, In SRSS/access, etc it is possible to colour code a cell depending on its contents (i.e. if it is a negative figure its red, or between 0 and 5 it green, 5+ red, etc) Is it possible to do the same in the BO WebIntelligence report?
Hi, it is a table cell within a Webintelligence (Bo 6.1) report. Basically if a value within a given cell is negative then I would like the cell forecolour to be red. The GUI is the WI Java Report Panel, and when I click on to Properties -> Cell Format -> text the drop down for the color: is onky the standard list. In SSRS there is the functionality to apply a expression to any of the properties associated with a cell.
Sorted It, if you format the cell as read as HTML then you can enter HTML codes i.e.
=FONT COLOR='" + If ((([Act Mnth]/[Bdgt Mnth])*100) >10;"RED"; If ((([Act Mnth]/[Bdgt Mnth])*100) >5;"#F5B800";"GREEN")) + "'>" + FormatNumber(([Act Mnth]/[Bdgt Mnth])*100;"#,##.00") + "</FONT>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.