Hello, could you help me? Reports in table format...
# gd-beginners
t
Hello, could you help me? Reports in table format always do this grouping, is there any way to remove these groupings? The image shows an example, it is grouping all my sales from 02/05/2025 into one, I wanted each line to show the day 02/05/2025
I wish it would come like this
m
Hi Tomas, Thank you for this. GoodData groups identical values to enhance readability and compactness, which is the default behavior. This grouping of the first column in tables is a standard feature designed to optimize the display of data, especially in pivot tables where multiple attributes are used in rows. You could achieve what you wish using the groupRows properties with SDK. But, from your screenshot I can see you are using our Platform product on Pixel perfect. Still there can be a workaround, for example, is the date 02/05/2025 the unique value you have? • If yes, you can try for example use as first column, the column 'SubGroup'. • If not, you could try to sort the table by the SubGroup column. Please, let me know if this help.