I need to count only the most recent records for a person where the FSM field is True. I don't want to count the record if it's true if there is a more recent record that is false. I'm sure it's simple but I'm struggling!
Person id Date FSM
1 1/1/2005 T
1 2/1/2005 F Don't count
2 2/1/2005 F
2 3/1/2005 T Count
I'm using Crystal 8.5 and an Oracle Database.
Learn something new every day *:->*
AyJayEl
Person id Date FSM
1 1/1/2005 T
1 2/1/2005 F Don't count
2 2/1/2005 F
2 3/1/2005 T Count
I'm using Crystal 8.5 and an Oracle Database.
Learn something new every day *:->*
AyJayEl