Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Cross-tab column formatting Post Reply Post New Topic
Author Message
amallie
Newbie
Newbie


Joined: 02 Mar 2010
Location: United States
Online Status: Offline
Posts: 2
Quote amallie Replybullet Topic: Cross-tab column formatting
    Posted: 02 Mar 2010 at 2:09pm
Is there a way to force a "word wrap" in a column heading in a cross-tab?  I have two levels of column headings.  The first level has three column headings of un-equal width.  The second level has 8 column headings of equal width.
 
Heading 1           Heading 2                               Heading 3
Sub heading      Sub heading Sub Heading    Sub Heading  Sub Heading
data                        data            data                 data               data
 
In my cross tab, Heading 1 cut off.  It seems as though CR is interpreted the column format as the width of Heading 2 and Heading 3.  When I reduce the size/position, EVERY column in the row is reduced.  I also tried to force a line feed (chr(10)) and carriage return (chr(13)) when I assigned the Heading name in my formula.  This also did not work.  Any suggestions?
IP IP Logged
amallie
Newbie
Newbie


Joined: 02 Mar 2010
Location: United States
Online Status: Offline
Posts: 2
Quote amallie Replybullet Posted: 03 Mar 2010 at 5:45am
This works when placed in the formula where I assign the column headings:
 
if (condition) then ("Heading line 1" + chr(13) + "Heading Line 2")
 
But now I am unable to sort in a specified order (no problem sorting ascending or descending). 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.078 seconds.