Hi,
We have a ticket field that contains a nested list category field.
I'm looking for a way to create a report that shows the number of tickets in that list. But I only want to display the top level category. With a sum of all underlaying nested chosen categories.
So for example.
Categories are:
Fruit :: Apples, Fruit :: Bananas, Fruit :: Pears
Vegetables :: Spinach, Vegetables :: Carrot, Vegetables :: Tomato
There is one ticket for each entry. So 1 apple, 1 banana, 1 pear etc.
I want my report to only show:
Fruit - 3 tickets
Vegetables - 3 tickets.
Is this possible? And if so, how would I set this up?
Kind regards,
Luuk Schalk