Bug: GroupBy include all non-aggregates includes aggregate
jleach
Posts: 6
Not sure where the best place to report a bug is... I seem to have been directed here, so...
6.5.0.336
After typing GROUP BY and selecting "add all non-aggregated columns", the list includes an aggregate column if the column is an expression:
6.5.0.336
After typing GROUP BY and selecting "add all non-aggregated columns", the list includes an aggregate column if the column is an expression:
SUM(cpt.BilledAmount) + COALESCE(c.CaseExtendedCarryoverDollars, 0) AS TotalBilled,
Comments
Thanks for reporting this! You put it in the right place, the forums are where we keep track of issues that come in so other people with the same problems can keep track of their progress.
We can reproduce this, and I'm looking into fixing this now.
Best regards,
David
The latest version of the beta has the fix in. Please do let me know if this solves your problem!
Best regards,
David