In the Customer table there is a string field called Schedule of length 26. Each of the 26 places is either "N" or "Y".
For example:
{Customer.Schedule} = NNYNNNNYNNNNNYNNNNNNNNNNNN
Each element of the array corresponds with the alphabet, so {Customer.Schedule}[3] would be "C". I know that I can display each letter in this manner.
What I need to do is find out what letters each customer has (indicated in the field by each "Y". Then group the customers by schedule letter.
I'm using ver 8.5.
Any help is greatly appreciated.
Glenda
For example:
{Customer.Schedule} = NNYNNNNYNNNNNYNNNNNNNNNNNN
Each element of the array corresponds with the alphabet, so {Customer.Schedule}[3] would be "C". I know that I can display each letter in this manner.
What I need to do is find out what letters each customer has (indicated in the field by each "Y". Then group the customers by schedule letter.
I'm using ver 8.5.
Any help is greatly appreciated.
Glenda