victorthomas
Programmer
Here is my issue:
In the details section I have a bunch of last names displayed, some lastnames have been displayed as all caps ucase() or all lowercase lcase() based on a certain if...then condition.
An example result set in the details section looks like this:
THOMAS
THOMAS
thomas
THOMAS
THOMAS
I want to summarize this result set so that if there is ever a lcase() result, the entire result set is summarized into a group header as just lcase() ie. "thomas" instead of "THOMAS". I have tried the maximum() & minimum() summary operators (in the Insert Summary GUI). That did not work for me!!
Any Ideas anyone? Your input will be very appreciated!
Thanx
In the details section I have a bunch of last names displayed, some lastnames have been displayed as all caps ucase() or all lowercase lcase() based on a certain if...then condition.
An example result set in the details section looks like this:
THOMAS
THOMAS
thomas
THOMAS
THOMAS
I want to summarize this result set so that if there is ever a lcase() result, the entire result set is summarized into a group header as just lcase() ie. "thomas" instead of "THOMAS". I have tried the maximum() & minimum() summary operators (in the Insert Summary GUI). That did not work for me!!
Any Ideas anyone? Your input will be very appreciated!
Thanx