This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Mario Rejipyzenader 10.Mar.07 12:30 PM a Web browser Domino Designer7.0.2Windows XP
Before I switch to LS to do this, I thought I'd ask in here as I feel there could be a really simple and elegant way to do this in formula that I'm overlooking...
I have a list of strings and I'd like to find which string occurs the most often in the list. If there isn't one which occurs more often than the others, just return the first one, e.g:
cat:dog:mouse:dog would return dog
cat:dog:mouse would return cat
I don't know beforehand which values are likely to be in the list, so I can't loop through a list of possible values to do the count.