Using Crystal 2011
Thanks for your assistance in advance...
I am trying to select the height based on the highest encounter id for the account. The data (simplified for example)looks like this:
Account[tab]Encounter_ID[tab]Ht_In
116284[tab][tab][tab]2[tab][tab][tab][tab]60
116284[tab][tab][tab]5[tab][tab][tab][tab]57
116284[tab][tab][tab]10[tab][tab][tab][tab]64
I need to be able to select the Ht_In from the highest Encounter_ID for the account. In the example above that would be 64. I have a simple formula field to convert the inches to Ft/In (@Height - Ht_In/12). Right now it just retrieves the Ht_in from the first encounter. If I make a group formula using the Maximum function it works (Ie. Encounter_id = Maximum(Encounter_id)but if there is no encounter_id I lose the record. If there is no encounter then I just want the height to be blank and not lose the whole record. Hope this is clear... thanks!
Thanks for your assistance in advance...
I am trying to select the height based on the highest encounter id for the account. The data (simplified for example)looks like this:
Account[tab]Encounter_ID[tab]Ht_In
116284[tab][tab][tab]2[tab][tab][tab][tab]60
116284[tab][tab][tab]5[tab][tab][tab][tab]57
116284[tab][tab][tab]10[tab][tab][tab][tab]64
I need to be able to select the Ht_In from the highest Encounter_ID for the account. In the example above that would be 64. I have a simple formula field to convert the inches to Ft/In (@Height - Ht_In/12). Right now it just retrieves the Ht_in from the first encounter. If I make a group formula using the Maximum function it works (Ie. Encounter_id = Maximum(Encounter_id)but if there is no encounter_id I lose the record. If there is no encounter then I just want the height to be blank and not lose the whole record. Hope this is clear... thanks!