Sorting Columns, mysql with rollup
Sorting Columns, mysql with rollup
![garybrett37](https://secure.gravatar.com/avatar/895621d54f3cd0c901f0800fa3610686/?default=https%3A%2F%2Fvanillicon.com%2F895621d54f3cd0c901f0800fa3610686_200.png&rating=g&size=120)
Hi there, my tables are built on msql queries, I use 'with rollup' to add summary to all numeric columns which works great. Problem I now have is when sorting data it also includes the total field resulting in it always being at the top. If I sort single columns the summary appears all over the place..
Is there any way around this?
Thanks
Is there any way around this?
Thanks
This discussion has been closed.