Hi,
I have about 3 thousand folders with IWR log files that I need to process. I guess the way to go is to dump them into a dbase using Cognos' "Audit File Processor".
I tried that, very intuitive simple app, but get the error message: "Audit File Format not Supported: 3. Supported Version is...
This at least standardizes all datetimes in your column to having the exact timestamps. Then you can easily filter a Cognos report that prompts the user for a date.
convert( datetime, convert( varchar(10), getdate(), 101 ) )
Hi,
Cognos uses (by default I think) a pipe "|" to separate values for different prompts (while a comma "," to separate values for the same prompt).
Is it possible to specify a different prompt (I don't mean value separator) separator?
Thanks,
Carlos
Hi,
I wonder if Cognos Upfront 7.1 is able to catch the report loading time for each report load event.
If so, which table contains this time (or start/end date-times).
Thanks,
Carlos
Hello,
I would like to know if it is possible for a specific Web Report (impromptu web published reports) to be pulled using a query string (url with parameters).
That query string would contain the information of which report to pull, and the filter parameters to use.
Thanks,
Carlos
Got it... nevermind... sorry.
Here is a sample that works.
<input type="button" id="xx" onClick="alert('clicked!');" value="click me">
<input type="button" onClick="javascript:document.getElementById('xx').click();"...
Hello,
Is it possible to trigger the event of an object through it's id?
I would like to call the "onClick" event of an object (button, radio, whatever) through getElementByID.
I have tried:
1. document.getElementById( "theIdOfMyObject" ).onClick;
2...
Storyteller,
I have found them... thank you very much!
How do I export those fields? I need to get that info into Access or Oracle or XL. I have exported in different ways and do not find sample values for dates I know should be there.
I see contact name, etc, but not these two fields...
Hello,
I know ACT has some field changes tracking... but, does it have a RECORD-LEVEL timestamping?
I have an ACT database with 1000+ contacts. The tracking stuff (at field level) never got turned on. I need to know if ACT has some hidden and/or system fields that store the:
1. Date the...
Hi,
How to display a cascated prompt as a prompt variable?
Scenario
+++
Report1: States
Report2: Cities, Prompts for one sigle State.
Report3: Main Report, with fields x, y and c (imagine info relative to the selected cities).
Prompt Variables
+++
It is easy to insert a prompt variable that...
CitrixEngineer:
Thanks for your response. Some comments:
1. I currently have the file over a shared drive... so, people can use it... but, it would be better for them to just give 1 click and avoid having to navigate through several directories to get to the ".mdb". They're business...
Hello guys,
I have a shortcut that allows me to open a "Microsoft Access 2000" instance from the Citrix Server ("C:\Program Files\Citrix\ICA Client\pn.exe" /APP "Microsof Access 2000" /PNI "0u6x5644").
How could I make that shortcut to automatically open...
Dave,
Thanks a lot for your response. I have a new question for you (please let me know if I should post a separate thread).
How could I create a catalog from a local Microsoft Access database? "Access" is not being shown on the "Database Definition Manager" window.
Please...
Tony,
What do you mean by "Create a new logical database connection pointing to you development database. Call this somthing like DBNEWCONNECT". Is that an ODBC?
Thanks
Hello,
I need to run Cognos Macros on an instance of Impromptu that is running over Citrix (Terminal Server Software). I wonder if there is a way to do it since I will need to instantiate an "application" and "report" object that is not present on my local PC, though it is on...
Cognos Script - Parameters that contain commas
Hi,
Do you know how to pass a text parameter that contains a comma? In the following example there are two parameters. The second one is just one single value and contains a comma. I am having trouble with that.
Set objRep = objApp.OpenReport...
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.