Hey Vini, they don’t show up if they don’t have orders.
Suppose my list of users: Tuna, Timmy, Tina, Tom and Tony. Only 3 of them have orders.
When grouped by user, aggregated by count, my list will only have 3 values, but my user list is 5 values. That’s the issue I’m trying to solve.

Hey Shawn, I need to extract data from my list of users, and have that list be the same ā€œlengthā€ and in the same order as my list of users. This so I can add it in a Table / Grid view plugin made by @Thimo

I’ve combined two lists in a similar way as you’re suggesting, but merge will change the order of the list, thus not workable for a Table.

I know @keith is one of the best around here for working with data and lists. Do you think this is possible? It’s sort of an iteration: check how many orders user 1 has, user 2, user 3… and so on and make a list from the count of each user.