Hi,
I am trying to export a report with 2 ames and the first frames contains the summary and the 2nd contains the details.
I want this report to excel only the detailed part by calling the same rdf file to export as specified below
p_xls_hyperlink :=
_report_call||'?'||
_rep_userid||'&server='||
_reports_server|| '&report='||
_report_physical_name||'&destype=CACHE&desformat=d elimited&mimetype=application/vnd.ms-excel&p_gl_user='||
_report_user||'&p_within_report=Y' ||'&p_rep_userid='||
_rep_userid'&P_END_DATE='||:P_END_DATE ||'&P_SOURCE_LOCATION='||:P_SOURCE_LOCATION;
While I export to excel is ther any option to get only the frame 2 in the excel without frame 1 data n details
Thanks ,
Lakshmmi
I am trying to export a report with 2 ames and the first frames contains the summary and the 2nd contains the details.
I want this report to excel only the detailed part by calling the same rdf file to export as specified below
p_xls_hyperlink :=






While I export to excel is ther any option to get only the frame 2 in the excel without frame 1 data n details
Thanks ,
Lakshmmi
Comment