Wanted to apply border on each cell with value.

Hi I have created one report and applyed break from left to right.

Now I have to apply border to each cell of the table which is having value and lease those cell without borser which don’t have the value.

1
2
3
4
5
6
7
8

The data in the report is like this.

Currently I m working on BO XI 3.1 FP 3.6.

Regards, Satya


satyajeet21 (BOB member since 2012-02-19)

Just create an alerter that says if the cell content (or measure) >0 then put borders around it (in the alerter formatting child window). You’ll have to ensure that the normal formatting of the cells is to have no borders & you’ll probably end up with it looking a bit odd.


SteveD :uk: (BOB member since 2009-11-02)