Print Page | Close Window

Using a formula on a Group Name

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
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=9844
Printed Date: 05 May 2024 at 1:07am


Topic: Using a formula on a Group Name
Posted By: gitanjali1027
Subject: Using a formula on a Group Name
Date Posted: 28 Apr 2010 at 10:03am
Is there any way to limit the character size on a group name?  My report is being grouped by:   Group #1 Name: DataTable1.Fund[Fund](String)

i'm trying to put the following formula to limit character size on it:

Left({DataTable1.Fund},26)


Is there any way to do this???





Replies:
Posted By: kevlray
Date Posted: 28 Apr 2010 at 10:29am
The formula appears to be correct.  What is the issue?


Posted By: gitanjali1027
Date Posted: 28 Apr 2010 at 10:54am
This would work if it was a normal field--however when i put this in my report as a formula field, i am not able to keep the same groupings i had before.  In this report, things are grouped by Fund name. 

THerefore, is there any way to keep grouping and apply this formula?


Posted By: kevlray
Date Posted: 28 Apr 2010 at 11:56am
Are you grouping by the field or the formula?  If you are grouping by the field, delete the group name in the header and replace it with the formula.  If you are grouping by the formula, then that can be an issue.  I am not sure if there is a solution.



Print Page | Close Window