*Fairly new user*
How do I get the second most frequent if I don't want the first most frequent in certain instances??
I thought I could add this in the select expert,
if NthMostFrequent (1, {ITEMTYPE.Description}) = ["Clothing", "Other - Evidence"]
then NthMostFrequent (2, {ITEMTYPE.Description})
but I get an error message "The result of the selection must be boolean."
Suggestions on how to do this?
thanks
How do I get the second most frequent if I don't want the first most frequent in certain instances??
I thought I could add this in the select expert,
if NthMostFrequent (1, {ITEMTYPE.Description}) = ["Clothing", "Other - Evidence"]
then NthMostFrequent (2, {ITEMTYPE.Description})
but I get an error message "The result of the selection must be boolean."
Suggestions on how to do this?
thanks