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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group by 2 fields

Status
Not open for further replies.

julave

Programmer
Nov 14, 2003
13
AT
Is it possible to group by 2 fields in Crystal Report?
 
hi
You can filter information to be display

in your select expert you can create formula

cheers





pgtek
 
You can concatenate the fields in a formula {@concat}:

{table.field1} + {table.field2}

And then group on {@concat}. Depending on the data types of the fields, you might need to use totext() to convert one or both of the fields to a string.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top