sikkilamkiran
Programmer
hi,
Im having a problem in retriving the sub report parameter values into main report.im using the following code.
in the sub report im having a parameter called dimension.
im capturing the values of the dimension using a formula
DimensionValue:
whileprintingrecords;
shared stringvar x;
x:=join({?Dimension Name},',');
x
in the main report im capturing the sub report parameter values using a fomula
GetDimVal:
whileprintingrecords;
shared stringvar x;
x
now if i use the GetDimVal formula after the subreport section im able to see the values , nut if i use this variable before sub report section. it doesnt show me any value.
I have tried to use EvaluateAfter() function but couldnt find how to use it exaclty.
can any one please suggest a solution. i would be really thankfull to them..
waiting for answers....
regards
kiran
Im having a problem in retriving the sub report parameter values into main report.im using the following code.
in the sub report im having a parameter called dimension.
im capturing the values of the dimension using a formula
DimensionValue:
whileprintingrecords;
shared stringvar x;
x:=join({?Dimension Name},',');
x
in the main report im capturing the sub report parameter values using a fomula
GetDimVal:
whileprintingrecords;
shared stringvar x;
x
now if i use the GetDimVal formula after the subreport section im able to see the values , nut if i use this variable before sub report section. it doesnt show me any value.
I have tried to use EvaluateAfter() function but couldnt find how to use it exaclty.
can any one please suggest a solution. i would be really thankfull to them..
waiting for answers....
regards
kiran