Guest_imported
New member
- Jan 1, 1970
- 0
I have a group that diaplays calls by date, i need to count all the calls that are still open within each group. I can do this buy creating 2 formulas - one that displays '1' every time the ISOPEN field is 'T' then a second field to count up all the '1's but there must be a more efficient way?? had a play with the 'Count (Fld, CondFld, Cond)' tried the following syntax
Count ({CALLS.CALLNO}, {CALLS.ISOPEN}, "T" expecting this to count all the CALLNO where ISOPEN = "T" but unfortunately this gives me an error 'The summary \ running total field cannot be created.' any ideas or do I have the wrong end of the wrong stick? Cheers.
Count ({CALLS.CALLNO}, {CALLS.ISOPEN}, "T" expecting this to count all the CALLNO where ISOPEN = "T" but unfortunately this gives me an error 'The summary \ running total field cannot be created.' any ideas or do I have the wrong end of the wrong stick? Cheers.