coldiron70
Programmer
I have an ASP page thats calls the actuate server and loads an eSpreadsheet report. What I'm trying to do is define the name of the report. This is what I'm using that doesn't seem to work. The report name just comes out as a number (5.xls, 6.xls, etc.)
repdirective = repdirective + '&__outputName=/OMS/ROI/<%=sLogonID%>_OMSRPT1029.xls';
Any suggestions?
Thanks
repdirective = repdirective + '&__outputName=/OMS/ROI/<%=sLogonID%>_OMSRPT1029.xls';
Any suggestions?
Thanks