Hello, I am a CR newby so be nice. Crystal Reports 8.5
I am attempting to pull the next to last record in a field. The field automatically clears when the last item is sold so the maximum will be null when we are out.
I have tried
if isnull({INVENTORY.INVENTORY_LOCATION})then previous({INVENTORY.INVENTORY_LOCATION})
I also tried
if onlastrecord then previous({INVENTORY.INVENTORY_LOCATION})
Thank you in advance for any and all assistance.
I am attempting to pull the next to last record in a field. The field automatically clears when the last item is sold so the maximum will be null when we are out.
I have tried
if isnull({INVENTORY.INVENTORY_LOCATION})then previous({INVENTORY.INVENTORY_LOCATION})
I also tried
if onlastrecord then previous({INVENTORY.INVENTORY_LOCATION})
Thank you in advance for any and all assistance.