BusinessObjects Board

Counting a Function with Next in it

Help please!!! :lol:

I have a function that is pulling a 1 or a 0 based on the next record.( See Below). My Problem is I want to do a count of records where this function is = 1. I’m not sure how it needs to be done
Thanks in advance!!
Mark

Function=
If {site_specific_call_intake.ss_call_intake_dict_2_value} =“voicemail” And Next({call_intake_history.PATID}) <> {call_intake_history.PATID} then 1 else 0


mlowe (BOB member since 2008-04-15)