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:
Sum ({@select top 1})
The error that I’m getting when I try to validate the second formula is: “This field cannot be summarized.”
Any help would be appreciated.
Thanks.
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:
Sum ({@select top 1})
The error that I’m getting when I try to validate the second formula is: “This field cannot be summarized.”
Any help would be appreciated.
Thanks.