Summarized Table Rows
Hi,
I am working on a statistic for a clients project and they get a lot of bookings on different platforms. We'd like to display a summarization of the bookings grouped by platform.
Like in the attached example, "Reisefux" would be the platform and all the values are aggregated by the bookings of this specific platform. There could be more platforms than 1.
Solution:Jump to solution
There is an feature, but it would group the bookings and show a summary below every group. If you want a custom one I think you need to overwrite the table footer
7 Replies
At this stage, we are not interested in the specific bookings, we just want a brief overview how every platform is performing.
Solution
There is an feature, but it would group the bookings and show a summary below every group. If you want a custom one I think you need to overwrite the table footer
Yes
Summaries combined with Group By
groupsOnly()
was all I needed ๐ฎ
I read this page 2 times ๐
Thanks! ๐This is not allowed?