Maybe I missed something… but if a row is displayed as a table inside the detail view, I don’t have the option to display the summarize at the bottom of the table column?
That is correct. Feel free to make a suggestion/request for it.
In the meantime, the next best thing is likely to add a formula column to the containing table to summarize the date you want. For example,
thisrow.Transactions.Amount.Sum()
In 2023 there is still this issue!
If i have a table inside a cell, and i display it as a table, in a detailed view, i’m not able to summarize it, off course i can show the same data in other ways, but if i have a grouped table, i’d prefer summarize 'cause it will show the total sum for each group, and i honestly don’t see why it is not already in place!
any input from codans regardin this?
Hey @Mario! This is still not something we support at the moment, but I’ve added a vote to the feature request tracker for you so you’ll be notified when it gets built. In the meantime I’d try a workaround like the one suggested above