Using CRXI
SAP datasource
I have a subreport placed in a report footer Q in my main report.The subreport is linked by a Formula called
@CreateKpi. When the report runs I can only see the last
value in the subreport.
I placed it in the details section to verify the link is working and I get multilpe values returned.
I Have spent a good while searching this site but can't find a solution.
This is my code in the subreport
Report Record Selection Formula in the Subreport
EvaluateAfter ({?Pm-@CreateKPI});
{Z_FS_READ_TEXT.I_ZCLIENT} = "100" and
{Z_FS_READ_TEXT.I_ZID}= "ST" and
{Z_FS_READ_TEXT.I_ZLANGUAGE}= "E" and
{Z_FS_READ_TEXT.I_ZNAME}= {?Pm-@CreateKPI} and
{Z_FS_READ_TEXT.I_ZOBJECT}= "TEXT"
GH1
WhilePrintingRecords;
Stringvar chain := "";
Detail Section
WhilePrintingRecords;
stringvar chain:= chain+{Z_FS_READ_TEXT.T_ZLINES.TDLINE}+ " ";
GF1
WhilePrintingRecords;
Stringvar Chain;
chain
This field {Z_FS_READ_TEXT.T_ZLINES.TDLINE} holds comments
for the {Z_FS_READ_TEXT.I_ZNAME} field the subreport is grouped on.
Any Sugestions Appreciated
Regards
Pator
SAP datasource
I have a subreport placed in a report footer Q in my main report.The subreport is linked by a Formula called
@CreateKpi. When the report runs I can only see the last
value in the subreport.
I placed it in the details section to verify the link is working and I get multilpe values returned.
I Have spent a good while searching this site but can't find a solution.
This is my code in the subreport
Report Record Selection Formula in the Subreport
EvaluateAfter ({?Pm-@CreateKPI});
{Z_FS_READ_TEXT.I_ZCLIENT} = "100" and
{Z_FS_READ_TEXT.I_ZID}= "ST" and
{Z_FS_READ_TEXT.I_ZLANGUAGE}= "E" and
{Z_FS_READ_TEXT.I_ZNAME}= {?Pm-@CreateKPI} and
{Z_FS_READ_TEXT.I_ZOBJECT}= "TEXT"
GH1
WhilePrintingRecords;
Stringvar chain := "";
Detail Section
WhilePrintingRecords;
stringvar chain:= chain+{Z_FS_READ_TEXT.T_ZLINES.TDLINE}+ " ";
GF1
WhilePrintingRecords;
Stringvar Chain;
chain
This field {Z_FS_READ_TEXT.T_ZLINES.TDLINE} holds comments
for the {Z_FS_READ_TEXT.I_ZNAME} field the subreport is grouped on.
Any Sugestions Appreciated
Regards
Pator