Print Page | Close Window

Cross Tab Border Issue

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=17504
Printed Date: 19 Apr 2025 at 12:57pm


Topic: Cross Tab Border Issue
Posted By: vipulj
Subject: Cross Tab Border Issue
Date Posted: 05 Sep 2012 at 6:24pm
Hello All,

I am using crystal reports in VS2010. I have a report in which I have used a cross tab to display data. Its format is like
          a                          B
col1   col2  col3   col4  col5  col6   
   7        8       9       9      4       3
   3        1       3       4      5       6
   5        8       4       8      2       3

I want to highlight the box for B by with bold border. Can any one tell me how to do it? Or can we do this with cross tab?




-------------
THANKS
-V



Replies:
Posted By: comatt1
Date Posted: 25 Oct 2012 at 8:03am
you may be able to create a custom color format.

in main report open formula workshop.

Go to the area with the cross tab, and click on it, select border color

and if (field} = 'b' then crColor else crMainColor



Print Page | Close Window