Dear,
Is it possible to show column totals without the need to group columns in flexgrid.
Thanks
Khaleelah
Hi Khaleelah, apologies for the lack of response to this query.
I'm afraid that currently it isn't possible, no, Flex Grid is primarily designed for browsing granular data and doesn't have the same aggregation capabilities as a data view at this point, whether it's something which will be enhanced in the future I'm not too sure.
noted with thanks
Hi Robert,
Actually, i was able to get the column totals (Grandtotal) by just adding an algorithm gt(a) where a is the first block of the layout and i get the grandtotal for all columns.
then you group by TOTAL followed by other grouping if required
resulting in totals highlighted in yellow
It is a good workaround
Rgds