bojimuncher
IS-IT--Management
Heya all,
I have made a subreport with the formula...
whileprintingrecords;
shared numbervar contractitemprice:= {ICPRICP.UNITPRICE}-({ICPRICP.UNITPRICE}*({@Contract Price Level})/100)
it gives me the results im looking for in the subreport, but then when I try and pass the data on to the main report with my formula...
shared numbervar contractitemprice
it is giving me a different result.
The variable is in the report after the subreport and I'm thinking the result that it is getting is not taking the subreports selection criteria into account, I can post more info if needed, but im hoping/thinking this is just a simple mistake I'm making since I haven't used it in a while. Any ideas?
Thanks.
I have made a subreport with the formula...
whileprintingrecords;
shared numbervar contractitemprice:= {ICPRICP.UNITPRICE}-({ICPRICP.UNITPRICE}*({@Contract Price Level})/100)
it gives me the results im looking for in the subreport, but then when I try and pass the data on to the main report with my formula...
shared numbervar contractitemprice
it is giving me a different result.
The variable is in the report after the subreport and I'm thinking the result that it is getting is not taking the subreports selection criteria into account, I can post more info if needed, but im hoping/thinking this is just a simple mistake I'm making since I haven't used it in a while. Any ideas?
Thanks.