I have a SP used to calculate a new record (LINE) based on the parameters passed for @PLN and @LN and @OPER(+ or -). The values are in the same table so I join the table to itself. The problem I have is when one of the lines passed does not exists it (obviously :-)) doesn't do the calculation...
Try to open Configuration Manager and see there. These same settings are saved in the cerX.ini file in the Cognos\cerX\bin folder. It may be as simple as "Adding the connection" if that option is available.
zimo975,
Not sure how within Excel, but I have passed parameters to an Impromptu Report via a Cognos Script then saved that IMR report as an IQD file....the syntax may be similar in VBA, but I haven't tried.
Sub open_report (s_openReport as string, s_OpenPath as string)
'REPORT PATH AND...
tommyfoggy,
I have an example of a macro that open a PowerPlay report, it does some extra stuff like copying the results to a csv file, etc.....i think you can use this for Impromptu as well:
Option Explicit
Dim CognosID, ddeChannel As Long
Dim PowerplayReport, PowerPlay, objrep As Object
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.