Conditional formatting in rounded values -


facing trouble in cognos 10, in report have apply conditional formatting values less 0 (except zero) red, applying round-off 0 decimals. problem values -0.1 getting rounded-off 0, shown in red due conditional formatting.

is there work around show rounded 0 values in black?

try rounding off value on condition on conditional style too. these:

round(([columnvalue]*100),0) < 0

then set foreground color or background color red. hope helps.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -