I have scriptrunner installed, is it possible to have a filter that returns all the values for a field but omits results when the sum of that value is only 1?
Say the field is fruit
The values returned are:
apple
apple
pear
pear
grapes
I would look to drop or not show grapes because there is only one result.
Anyway to do this?
Hi,
A scripted field seems to be the solution here. If you could explain your use case (what data you have and how exactly you want this to work), I might be able to help you with the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.