I am using Crystal Reports 2008.
I need to assign the calculated value of a formula to a Shared Variable that is configured within a subreport that is configured in a main report.
I then want to have the ability to recall the value of my formula calculation contained in my subreport in order to use that variable's value in other formulas in my main report.
(Similar to StoreVar and FetchVar Functions from earlier versions of Crystal Reports)
I have succeeded in creating a formula that assigns a value to a Variable within my subreport with the following syntax:
Shared NumberVar Ring1_AV_Store_Calculation;
Ring1_AV_Store_Calculation := {@AV Calculation for Both S1_S2}
Now I need help with the syntax and the process that fetches the value into the main report.
I have come across StoreVar and FetchVar Function tutorials online but they no longer work in Crystal Reports 2008.
Thanks
Stephen
I need to assign the calculated value of a formula to a Shared Variable that is configured within a subreport that is configured in a main report.
I then want to have the ability to recall the value of my formula calculation contained in my subreport in order to use that variable's value in other formulas in my main report.
(Similar to StoreVar and FetchVar Functions from earlier versions of Crystal Reports)
I have succeeded in creating a formula that assigns a value to a Variable within my subreport with the following syntax:
Shared NumberVar Ring1_AV_Store_Calculation;
Ring1_AV_Store_Calculation := {@AV Calculation for Both S1_S2}
Now I need help with the syntax and the process that fetches the value into the main report.
I have come across StoreVar and FetchVar Function tutorials online but they no longer work in Crystal Reports 2008.
Thanks
Stephen