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!

Recent content by maddyyikes

  1. maddyyikes

    Rolling quarterly report

    Hi, I am new to BO and am trying to generate a rolling quarterly report. The universe has a fiscal year and fiscal quarter field (values 1,2,3,4). I would like to know as to how I can generate the current and prior quarters within the cross tab report relative to the current day? Also, when...
  2. maddyyikes

    Formatting cells having same pattern

    The cells contain the quotation and comma characters via formatting. Thanks for all your help once again! :-)
  3. maddyyikes

    Formatting cells having same pattern

    Hi, Thanks for the immediate reply ...but I tried that as well, however it does not do it still.. please help..thanks in advance!
  4. maddyyikes

    Formatting cells having same pattern

    Hi, I have the following two cells on my spreadsheet with the values: "Jack", (cell 1) Daniels (cell 2) I am trying to get the double quotes and the comma for Daniels as well but am unable to do so for some reason. I have tried doing a paste special and the custom field properties...
  5. maddyyikes

    Loading Dynamic Text on a scrollbar

    Hi, I have the following problem with the code, obtained from Dynamic Drive, as shown below. The code works fine for displaying static text. However I want to know whether the code can be modified to include dynamic text (data contained in an excel spreadsheet and updated periodically in...
  6. maddyyikes

    Displaying details on mouse rollover

    Hi, I have an Excel / HTML file which contains the summary pertaining to a ticket , for instance Log No. Location Time 12345 Charlotte 10:30 a.m. 23456 xxx xxx The above information is stored as an Excel spreadsheet and housed as an...
  7. maddyyikes

    Dynamic emailing help

    Hi, I have the following piece of code used for sending it to a predefined mailing list such as cthompson@yahoo.com However there is a field labeled "email" in a given form, from which I need to pick up the values and use them as a data feed for this PHP code. Simply put, I need to distribute...
  8. maddyyikes

    Need help with calculating business hours

    Could anyone please elaborate on the modifications that may be needed to be done so as to make this code incorporate business hour durations for tickets opened after hours as I am still not able to make any progress regarding the same.
  9. maddyyikes

    Need help with calculating business hours

    Hi, I obtained the following code snippet from this site used for calculating business hours between the opening and closing of a ticket. The code seems to accurately count business hours for all tickets opened during the business hours. However, the code gives me incorrect values for any...
  10. maddyyikes

    Formatting datetime stamp

    Hi, I have used the following code from this site to calculate business hours for my report. I am using Crystal Reports 8.5 local numbervar numDayStartHour:=8; //The hour that work starts in 24 hour time. local numbervar numDayStartMinute:=0; //The minutes value of the time when work starts...
  11. maddyyikes

    Combining running total formulae from two reports

    Thanks much!!! I tried the same thing before but it did not work...guess I placed the parantheses incorrectly! Thanks a million once again! :)
  12. maddyyikes

    Combining running total formulae from two reports

    Hi, I have two different reports that have the following outputs: (Crystal Reports 8.5 & Proprietary DB)) First Report: (open incidents) AgentName No. of Open Incidents Total of all over SLA Incidents Mike Parker...
  13. maddyyikes

    Reflecting accurate elapsed times

    Hi, I have two fields in the database named {probsummarym1.opentime} and {probsummarym1.closetime} They are datetime fields. I manually calculate the difference between these two times by using the following formula: numbervar tsecs :=...
  14. maddyyikes

    Adding custom bullets in MS Publisher

    I would like to know as to how to add custom bullets created and stored in MS WORD into MS Publisher. Its highly urgent !! PLZ HELP! Thanx in advance!!
  15. maddyyikes

    Conditional Highlighting

    Hi! I have generated the following report using CR 8.5 The database used is P4 (proprietary) and ODBC drivers are used for interfacing purposes. The report that I have generated is as follows: Cat_SubCat_ProbType Total S/W_Outlook_How To...

Part and Inventory Search

Back
Top