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

Parse and Group elements in an array

Status
Not open for further replies.

ccding

MIS
Jul 10, 2007
41
US
In Crystal Reports XI, I have a basic field (which is an array with upto 5 elements.) The field {geography} can contain upto 5 regions per Account. For example,
Acct1 may be in {geography} Asia, NtAmerica, Europe
Acct2 may be in {geography} Nt America
Acct3 may be in {geography} NtAmerica, Asia, Europe, Other

How do I group the data by the unique region (and not end up with a bulk grouping of: Asia, NtAmerica, Europe on one line?? make sense?

So, I need to separate each element, and also group by each unique element. Is this possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top