|
-
April 21st, 2009, 07:04 AM
#1
Grouping Question
I have a client that wants to have their group act like this;
Company Number is group field.
Have company 160 and 162 in one group together and ALL other company numbers in other groups.
Can ths be done in Crystal XI Enterprise ED?
-
April 21st, 2009, 12:10 PM
#2
Re: Grouping Question
You could create a new formula field and make group with it
The formula text could be like
Code:
If {Table1.CompanyNumber}=160 or {Table1.CompanyNumber}=162 then 160 else {Table1.CompanyNumber}
-
April 27th, 2009, 01:28 PM
#3
Re: Grouping Question
I would do something similar to jggtz but give them names:
If {Table1.CompanyNumber} in [160,162] then 'CreateName1' else 'CreateName2'
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|