Hi All, I am trying to create a table view w...

Hi All,

I am trying to create a table view with a simple count over a grouped column. I am a beginner, and am sure there is a clear way to do this, but I canโ€™t figure it out! I couldnโ€™t find anything in the documentationโ€ฆ

The config of my view is in the image below, what bugs me are the empty rows in the table viewโ€ฆ how to remove those?

0 11 781
  • UX
11 REPLIES 11

Hi @Franz_Krauth Try grouping by Dress Name a second time and add some more columns to your column order.

You may not need dress name there.

If you have blanks in the

Dress Name column, and donโ€™t want them displayed, you could try to base your view on a slice with a row filter condition = ISNOTBLANK[dress name].

Maybe that will help?

Hi @Aleksi_Alkio, Translate

Hi @Lynn

Not exactly what I need, but this was helpful!! Grouping by Dress Name twice (why???) did remove the empty rows, but now I have an arrow on the right which I donโ€™t want - any way to remove that as well?

Thanks heaps!!!

Hi @Mike_Adler , I donโ€™t have blanks in the Dress Names, but this is also helpful as I now learned what slices can be good for!!

This is how it looks after the โ€˜double groupingโ€™โ€ฆ suggested by @Lynn. No more empty rows!!

I

donโ€™t need an action on this view though, and also no other infoโ€ฆ so the arrow on the right is not desired. Also, is there any way to sort by the aggregate (the count in this case)?

Thanks a lot again, I already learned heaps!!

Hi @Franz_Krauth What was on those empty rows?

Hi @Lynn There was one row for each of the entries in the aggregate table. You can see 1 empty row if the count is 1, and 3 if the count was threeโ€ฆ I guess this are the detail records of the aggregate. It was removed by grouping it twice with over the same columnโ€ฆ why I donโ€™t know thoughโ€ฆ

In your first printscreen, it was doing it correctly but you just didnโ€™t have any value for the first column in your column order. Yes you had the โ€œDress nameโ€ but because itโ€™s used for the grouping, it doesnโ€™t show it again. When you have only one column chosen, there is no any other column to show. When you double grouped the view, it shows the group column value instead of that columnโ€™s value and it sounds that solution is solved, but itโ€™s not because that wasnโ€™t the original problem.

Thanks @Aleksi_Alkio! Yes, of course - that makes sense!

Is there a way to only show the group name with aggregate, without any details?

The double grouping is the closest one if you want that itโ€™s dynamic (more groups you add, more rows you have).

Top Labels in this Space