Hi,
I'm trying to concatenate string values from the same field in different rows. I'd like to do something similar to the sum function with a group by criteria.
For example, if my initial table looks like this:
CASE_ID SUMMARY
------- -------
15001 Text
15002...
Hi All,
I'm using CR9 and I would like to count the number of occurrences of the nth most frequent value in a given field.
I have tried using the following two formulas:
“select top 1” formula:
if ({TableName.Field} = NthMostFrequent (1, {TableName.Field})) then
1
else
0
“sum top 1” formula...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.