Counting Roster occurences from another application

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
mussabahire
Posts: 43
Joined: September 5th, 2016, 4:55 am

Counting Roster occurences from another application

Post by mussabahire »

Using totocc() we can count the number of occurrences in a roster.
But when I want to count the occurrences in a roster from a different application(of course after adding it as external dic), I get error.
Kindly help me.
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Counting Roster occurences from another application

Post by Gregory Martin »

Try using the count function, as in:
count(LOOKUP_REC)
This will be fixed in CSPro 7.3 (the next version), but sometimes with previous versions you have to add the dictionary name when using an external dictionary. You can try:
count(LOOKUP_DICT.LOOKUP_REC)
totocc(LOOKUP_DICT.LOOKUP_REC)
Post Reply