Hello...
I have got a CR9 report that has a user parameter for the date. This is fine.
I also want to know if the record is the first entry or a followup entry for that ID.
To do this I have created a formula field
IF (Count ({Table.sequence}))>1 then "F/U" else "New"
This works grand - for the day that the user puts in. I want it to work for all the records for that ID, regardless of which date is requested.
I would imagine that this is simple - but bear with me.
Thanks.
I have got a CR9 report that has a user parameter for the date. This is fine.
I also want to know if the record is the first entry or a followup entry for that ID.
To do this I have created a formula field
IF (Count ({Table.sequence}))>1 then "F/U" else "New"
This works grand - for the day that the user puts in. I want it to work for all the records for that ID, regardless of which date is requested.
I would imagine that this is simple - but bear with me.
Thanks.