Hello... i created a new table with a GroupExpression (during construction) on a ID field...
When i run report i pass a SQL with a personalized ORDER BY...sometimes by PRODUCT NAME, some others by a numeric code or datetime...
With the table who have a GroupExpression this ORDER BY command will be suppressed and i obtain every time a sorting by the field wrote on GROUPEXPRESSION...
Is there a way for group by on a specific field but maintain the order by command ?
Thanks