Hi
I'm attempting to do some conditional formatting in a crosstab.
I have it working except for a border-bottom style - it only get applied to the leftmost columns before the 'crosstab' column. All the other styles are applied as designed.
Here is what I'm using:
select 'dbr.rowstyle','class';
......
if (b.tblGroup_Cat_Desc in ('Gross Profit','Total Overheads','Net Profit/(Loss)'),'border-bottom-style:solid;border-color:black;background-color: #C5C6C9;font-weight:bold;color:blue;font-style:italic;','') as 'class'
Any help most appreciated.
Thanks
Jake