Hi
I have done until so far for just one city,Calgary.
Now how do I feed 300 cities to the report as prompts and save with the city name as part of the output file excel.
----------------
Sub Main()
Dim objImpApp As object
Dim objImpRep As Object
Set objImpApp =...
Hi drlex, i am enclosing the sample
Sub Main()
Dim objImpApp As object
Dim objImpRep As Object
Set objImpApp = CreateObject("CognosImpromptu.Application")
objImpApp.Visible 1
objImpApp.OpenCatalog _
"c:\cognos\samples\outdoors.cat","Creator",,,,1
Set objImpRep = _...
Thanx Drlex,
I am kinda new to this subject.
I want to pull from database to provide the list (300 cities).
Could you please give me more step by step process.
How does the macro look like for example?
Array as u said, makes sense, but how to implement it
as a code?
Thanku
Hello
I have an impromptu report, with prompt on one column(City).
There are basically 300 different cities.
I have to create a Macro, to run this impromptu report,
and have the city entered 300 times ( each city, for each time) and get it saved (excel format) with the city as a part of the...
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.