I am trying to publish the reports in impromptu to PDF format and HTML format using a macro that I am creating in Cognos Script Editor ver 6.1.7.0
The problem: When I try to use :
ImpRep.PublishHTML.Publish HTMLdestination, Mystring
I get the message of “Parameter 1 is invalid”
If I do:
ImpRep.PublishHTML.Publish HTMLdestination, “Main”
IT only publishes the last report. I wish to publish all the reports in the directory.
How do I get past this problem?
The problem: When I try to use :
ImpRep.PublishHTML.Publish HTMLdestination, Mystring
I get the message of “Parameter 1 is invalid”
If I do:
ImpRep.PublishHTML.Publish HTMLdestination, “Main”
IT only publishes the last report. I wish to publish all the reports in the directory.
How do I get past this problem?