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 bkrike 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: *

  • Users: cogdev
  • Content: Threads
  • Order by date
  1. cogdev

    Kick-off meeting

    What are the typical agenda items for a kick-off meeting. We have consultants coming in to start a Software implementation.
  2. cogdev

    Cognos Consolidation

    Any feedback on this product? Thanks
  3. cogdev

    Cognos Extranet

    Is there any way of limiting the number of concurrent users? Has anybody here implemented extranet?
  4. cogdev

    Publish a Cube with multiple measures..

    I am trying to publish a cube that has multiple measures, how do i do that? When I try to save the cube, I get a "Cubcube not created, it would be identical to mastercube"... What is the difference between PPR, PPX and MDC?
  5. cogdev

    cognos queries

    has anybody tried the 'drag and drop' web functionality in PPES? Comments? If you had to give some objective criticism of cognos what would they be (other than the price).
  6. cogdev

    Request Tracker System

    Hi, I am trying to develop a simple request tracker system. I am just wondering if php/mysql is a good idea. Can you point me to a sample on the web?
  7. cogdev

    Beyond 20/20

    Does anybody use this? I can't seem to find my previuos post.
  8. cogdev

    Beyond 20/20

    Has anybody used this product? How does it compare to Cognos?
  9. cogdev

    Edit Default WorkBook - Please

    Can anybody point me to where the Default workbook is stored and how to edit it. Thanks
  10. cogdev

    Genaral Excel Questions

    Here is what I am trying to do: I would like to modify the default template in Excel, so that when a user starts excel, this is the page that opens. What file do I modify, and where is it stored? I would also like to Insert the Company name on every sheet, and to make it automatcally center...
  11. cogdev

    Excel Close confirmation

    I am trying to implement a documentation standard in the Office. I want to change the default Excel Template to have a 'Notes' Tab. The Notes table will have some standard information to fill in: Name, Date, Project etc. Is there a way to force a user to fill in this data before closing the...
  12. cogdev

    Saving downloaded excel files

    I have a web based application that generates output as an excel file. Previously, we could have saved this file once its downloaded. Today when I tried to do it I get an error: The file cannot be accessed, Try one of the following: and it list out 4 options. Make sure the folder in not read...
  13. cogdev

    Form Input

    I have a form that has about 4 drop downs and check boxes. When I submit these selections I have to do a series of if then else to find out which of the options have been selected. This can be quite long as the user can choose either 1, none or any number of options. Is there a way to store...
  14. cogdev

    dynamic array

    I am trying to create an array dynamically: here is the scenario. <? while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) { echo("<tr>\n <td>".$row["fac_name"]. "</td>"); echo("<td>" .$row["dept"] ."</td>"); if ($row["dept"]== "cs") { $numcs = $numcs + 1; } instead of the line if...
  15. cogdev

    Clickable link

    I am displaying data based on an initial user selection screen. The dats gets displayed in a table...one of the fields is a year field, ex. 1995 1996 etc. Is there a way to make the dates into a hyperlink, so that the user can further refine the data displayed. That is, when they click on a...
  16. cogdev

    Subtotals

    I am using group by on a table. How can I include a subtotal for every new group, and a grand total at the end? I have a mysql database.
  17. cogdev

    Newbie - Html Table

    I am trying to display data in a table. here is what I have so far: $result = mysql_query("select * from tbl_regist_cube_term_heads where gender = '$selGender' ", $db); // display all the different courses from tbl_lkp_course_subject in the select list while ($myrow =...
  18. cogdev

    Submit Parameters

    Hi I have a form that has a drop down menu with dates in it. The form has a submit button. I would like to submit the selection from the drop-down list and run a select against my database and dsiplay the results. I when I clik submit , nothing happens..all I see is "error on page' on the...
  19. cogdev

    Cascading Selection

    I have a form with 2 drop-down menus. One has a start date, and the other an end date, pulling the date filed from the same table. Once a start date is selected, is there anyway of forcing the second drop-down to display the dates => the startdate?
  20. cogdev

    SQL hot key combination

    I remember seeing this documented somewhere, what is it? And what is the difference between the SQL I see in the profile tab and the 'other' sql?

Part and Inventory Search

Back
Top