Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group by Formula Field

Status
Not open for further replies.

Kibeth

Technical User
Feb 13, 2007
28
US
I just created a formula field to give me the Product Name, and I need to be able to group by that field, but it is not listed in my Group Expert. I have put the field in the report details, and it is not even listed under the "Report Fields" in the Group Expert.

Please help

I am using CR XI.
 
If a formula field can't be used for grouping, that's probably because it is based on more than one 'row' or detail line. Grouping has to be based on something in a single 'row', though it can be a formula field involving several fields from different tables.

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
The formula I'm trying to group by:
stringvar array MyValues:=split({@PN1},"<");
MyValues[1]
 
Try a formula field that says just
Code:
split({@PN1},"<")[1]

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top