Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. carlosalvidrez

    How to change the URL of an existing LIST?

    How to change the URL of an existing LIST? Been fighting with this for hours now. Please help. thanks
  2. carlosalvidrez

    How to parse raw IWR audit log files?

    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...
  3. carlosalvidrez

    Extracting date part alone from a datetime field

    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 ) )
  4. carlosalvidrez

    Pipe Prompts Separator Customization

    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
  5. carlosalvidrez

    Upfront Audit - Report Load Time

    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
  6. carlosalvidrez

    Query String Pulling Specific Report Custom Filtered

    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
  7. carlosalvidrez

    Triggering Object Event using getElementByID

    Got it... nevermind... sorry. Here is a sample that works. <input type=&quot;button&quot; id=&quot;xx&quot; onClick=&quot;alert('clicked!');&quot; value=&quot;click me&quot;> <input type=&quot;button&quot; onClick=&quot;javascript:document.getElementById('xx').click();&quot...
  8. carlosalvidrez

    Triggering Object Event using getElementByID

    Hello, Is it possible to trigger the event of an object through it's id? I would like to call the &quot;onClick&quot; event of an object (button, radio, whatever) through getElementByID. I have tried: 1. document.getElementById( &quot;theIdOfMyObject&quot; ).onClick; 2...
  9. carlosalvidrez

    Record TimeStamp Tracking (last update, creation)

    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...
  10. carlosalvidrez

    Record TimeStamp Tracking (last update, creation)

    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...
  11. carlosalvidrez

    Cascated Prompts and Prompt Variables

    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...
  12. carlosalvidrez

    Missing menu

    I have the Same Problem... my menu has disappeared and I can't find a way to put it back... please help!
  13. carlosalvidrez

    Microsoft Access Shortcut to Open File Directly

    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 &quot;.mdb&quot;. They're business...
  14. carlosalvidrez

    Microsoft Access Shortcut to Open File Directly

    Hello guys, I have a shortcut that allows me to open a &quot;Microsoft Access 2000&quot; instance from the Citrix Server (&quot;C:\Program Files\Citrix\ICA Client\pn.exe&quot; /APP &quot;Microsof Access 2000&quot; /PNI &quot;0u6x5644&quot;). How could I make that shortcut to automatically open...
  15. carlosalvidrez

    Catalog connectivity

    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? &quot;Access&quot; is not being shown on the &quot;Database Definition Manager&quot; window. Please...
  16. carlosalvidrez

    Catalog connectivity

    Tony, What do you mean by &quot;Create a new logical database connection pointing to you development database. Call this somthing like DBNEWCONNECT&quot;. Is that an ODBC? Thanks
  17. carlosalvidrez

    Running Cognos Macros on Citrix

    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 &quot;application&quot; and &quot;report&quot; object that is not present on my local PC, though it is on...
  18. carlosalvidrez

    Cognos Script - Parameters that contain commas

    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...

Part and Inventory Search

Back
Top