Page 1 of 1

Counting Roster occurences from another application

Posted: March 20th, 2019, 2:31 pm
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.

Re: Counting Roster occurences from another application

Posted: March 21st, 2019, 9:30 am
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)