I'm trying to write a formula in Crystal Reports 11 to do the following:
I have a field {Event} that has 7 values i.e. Event1, Event2, Event3, .... All 7 events must be completed, but can happen in any order or sequence and can happen multiple times - you can have Event7 on 5/20, Event1 on 5/21, Event7 again on 5/22, etc.
What I am trying to display are the events that haven't been completed. So Event1, Event2, Event5, and Event7 are completed and I want to display Event3, Event4, and Event6 as not completed.
The {Event} is actually the printing of letters and the system automatically fills the field with the letter name each time it is printed if that helps.
I have a field {Event} that has 7 values i.e. Event1, Event2, Event3, .... All 7 events must be completed, but can happen in any order or sequence and can happen multiple times - you can have Event7 on 5/20, Event1 on 5/21, Event7 again on 5/22, etc.
What I am trying to display are the events that haven't been completed. So Event1, Event2, Event5, and Event7 are completed and I want to display Event3, Event4, and Event6 as not completed.
The {Event} is actually the printing of letters and the system automatically fills the field with the letter name each time it is printed if that helps.