Ok, Heres a tough one.
I have a string with multiple values separated by semi-colons.
example: 0100;0200;0300;AA;BB;C1C;D0D;EE;ZZ;YY00;999;777
The number of semi-colon separated values in this string will always vary.
There values follow NO particular order.
The character length of the values can vary.
One constant, each value will only occur 1 time in the string per record.
example: This is NOT possible: 0100;00;0100;....
This data is coming from a Multi-Select type pulldown field.
What I'm attempting to do, is to pull out each individual value, and report on how many times it occurred in the report.
Example: 0100 occurred 20 times.
AA occurred 6 times.
Is this even possible?
I hope this makes sense....
Thanks,
HC
I have a string with multiple values separated by semi-colons.
example: 0100;0200;0300;AA;BB;C1C;D0D;EE;ZZ;YY00;999;777
The number of semi-colon separated values in this string will always vary.
There values follow NO particular order.
The character length of the values can vary.
One constant, each value will only occur 1 time in the string per record.
example: This is NOT possible: 0100;00;0100;....
This data is coming from a Multi-Select type pulldown field.
What I'm attempting to do, is to pull out each individual value, and report on how many times it occurred in the report.
Example: 0100 occurred 20 times.
AA occurred 6 times.
Is this even possible?
I hope this makes sense....
Thanks,
HC