I have a report that has a sub-report. The sub-report receives a parameter to filter out the DATA needed. At design time, both reports are working just perfect. When I run the report through my web application, I get the following error msg :
Error in File C:\DOCUME~1\46746\LOCALS~1\Temp\Region_Project_Docs {1A4E0AC3-9103-4969-89A4-C2086BBD49A3}.rpt: Invalid group condition.
As it seems, it is because of calling the Sub-Report which receives a parameter value. Do I have to do something extra in the web form dealing with the parameter passed in order to run both reports in my application giving that both reports are using the
same query? If so, how? If not, then what is the problem?
Notice: I have other reports working through my web application just perfect!
Noorstudio
Member
130 Points
243 Posts
Invalid group condition
Apr 22, 2012 07:35 AM|LINK
Hello!
I have a report that has a sub-report. The sub-report receives a parameter to filter out the DATA needed. At design time, both reports are working just perfect. When I run the report through my web application, I get the following error msg :
Error in File C:\DOCUME~1\46746\LOCALS~1\Temp\Region_Project_Docs {1A4E0AC3-9103-4969-89A4-C2086BBD49A3}.rpt: Invalid group condition.
As it seems, it is because of calling the Sub-Report which receives a parameter value. Do I have to do something extra in the web form dealing with the parameter passed in order to run both reports in my application giving that both reports are using the same query? If so, how? If not, then what is the problem?
Notice: I have other reports working through my web application just perfect!
Thanks