0
0 Comments

Okay so I have this huge list with ~20k elements. I filter it down to ~9k in a first step and then grouping it into ~16 groups in a view. I now want to be able to quickly tell how many elements arei n one group, but all it shows are (30+) …(100+) … (500+) items per group, depending how i set the threshold in the view. But I really just want to know the exact count of elements per group. How to achieve that?

(Visited 17 times, 1 visits today)
Chanakya Jayabalan Answered question July 21, 2018
Add a Comment