I have a report I am trying to show amount of scheduled events for a coming week based upon a parameter and summary formula. I have this formula I am doing a sum summary off of:
if {CAL.ACTVCODE} = "TRN" and {CAL.ONDATE} = {?TRNSC} then +1
I simply want it to count the number of events for the date range parameter {?TRNSC} I created but it doesn't seem to be displaying the correct total. It is probably something simple I am overlooking. Please let me know what I am doing wrong.
Thanks, Joe
if {CAL.ACTVCODE} = "TRN" and {CAL.ONDATE} = {?TRNSC} then +1
I simply want it to count the number of events for the date range parameter {?TRNSC} I created but it doesn't seem to be displaying the correct total. It is probably something simple I am overlooking. Please let me know what I am doing wrong.
Thanks, Joe