I realized some reports (CR 7.0) that contain subreports.
The Subreport doesn't "Perform grouping on server" so the performance decrease dramatically (the "group by" clause disappear in "sql query".
I'm sure that the problem is in "subreport links" infact if I delete the where conditions in subreport the "group By" clause appeare in "sql query" (I have seen it in menu "database" -- "Show sql query"
This is the where condition that link main report with subreport:
"{Dati_Vendite.Desc_serie} = {?Pm-Dati_Vendite.Desc_serie} and
{Dati_Vendite.Desc_linea} = {?Pm-Dati_Vendite.Desc_linea}"
Is there someone that can help me?
The Subreport doesn't "Perform grouping on server" so the performance decrease dramatically (the "group by" clause disappear in "sql query".
I'm sure that the problem is in "subreport links" infact if I delete the where conditions in subreport the "group By" clause appeare in "sql query" (I have seen it in menu "database" -- "Show sql query"
This is the where condition that link main report with subreport:
"{Dati_Vendite.Desc_serie} = {?Pm-Dati_Vendite.Desc_serie} and
{Dati_Vendite.Desc_linea} = {?Pm-Dati_Vendite.Desc_linea}"
Is there someone that can help me?