In Crystal 11 I have a formula field called {@30dayavail}which is the equation shown below. This formula takes the greatest stop date value from the details for each person to see if it falls within a 30 day time period. If it does the "name" group shows a 1 otherwise a 0.
How do I summarize the ones and zeros at higher level groups?
if maximum({qrystaffing.stop},{qrystaffing.name})< currentdate + 30
then
1
else
0
How do I summarize the ones and zeros at higher level groups?
if maximum({qrystaffing.stop},{qrystaffing.name})< currentdate + 30
then
1
else
0