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

    Datediff in Days Hours Minutes from Same Field

    Here is my formula to caculate: WhileprintingRecords; datetimevar escdate ; if {HDIncidentDetails.ActionId} = "ESCALATED LV2" then escdate := {HDIncidentDetails.Date}; NumberVar TotalSec := datediff("s", escdate,{HDIncidentDetails.Date}); NumberVar lDays := Truncate (TotalSec /...
  2. elansienna

    Datediff in Days Hours Minutes from Same Field

    Hello, I need help creating a formula that will subtract two dates based on a status. However the dates resides in one database column. For example, when a status goes from "escalation level 1" to "escalation level 2" I need to subtract the time when the statuses change. I keep getting...
  3. elansienna

    [b]Count Total Number of Groups[/b]

    You are simply awesome! Thanks, it works like a charm. elansienna
  4. elansienna

    [b]Count Total Number of Groups[/b]

    Hello all, I need help with a suppression formula that will count the number of groups in a report. I want to suppress the group section if the group total count is less than two as I will have the same information in the summary or report header level and the group section which is redundant...
  5. elansienna

    Three different datasources shown in one chart

    Madawc, Thanks for the quick response. I never thought about using runninging totals -- I'll give it shot. Thanks.
  6. elansienna

    Three different datasources shown in one chart

    Hello All, I am using CR10 against an Oracle 9i database. I'm pulling from one table with a where clause that needs to be slightly different to bring back three result sets that I will called -- closed, response and resolution records. I need to chart these records grouped by month. This...
  7. elansienna

    Crosstab Percentages per Month

    I will go back and redo. As always thanks for your help!
  8. elansienna

    Crosstab Percentages per Month

    First and foremost, thank you for the immediate response! You are a Godsend! I did exactly as you mentioned, but something seems to be wrong with the percentage calculation as I get the following in a sample. 6/2007 7/2007 8/2007 total incidents 88...
  9. elansienna

    Crosstab Percentages per Month

    I am using CR version 10 with Oracle on the backend. I am attempting to create a crosstab in the report footer area to show totals and percentages by month from formulas created: Total_incidents (count of all incidents); Response_Incidents (count of incidents meeting response SLA) and...
  10. elansienna

    Passing Discrete Null Value in Multi-value Parameter

    This works great! You are absolutely the best!!! Thanks for the quick response.
  11. elansienna

    Passing Discrete Null Value in Multi-value Parameter

    I have a report that was built using the following record selection on a parameter field: (if {?Service Recipient Group} = "ALL" then true else {PROBSUMMARYM1.RECIPIENT_GROUP} = {?Service Recipient Group} or {PROBSUMMARYM1.RECIPIENT_GROUP} like {?Service Recipient Group} ) While "ALL"...
  12. elansienna

    GROUPING AND CALCULATIONS

    Thanks Madawc, I was leaning towards the running totals which I think is going to be my best bet.
  13. elansienna

    GROUPING AND CALCULATIONS

    Hello, I need to design a report to capture, count and group by month the following: backlog = incidents opened prior to the target month and still open. new incidents = incidents opened during the target month. closed incidents = incidents open before or during the target month and closed...
  14. elansienna

    Breakdown of Report Footer Totals By Month

    LB, this works fine, thanks for the tip.
  15. elansienna

    Breakdown of Report Footer Totals By Month

    Hi lbass, thanks for the immediate response. I tried using a cross tab, but it seems to stack my columns vertically not horizontally. Could it be that I'm using fomulas to do the tally and not direct database fields? Perhaps it is my inexperience with crosstabs. "Total with SLO" is a count...
  16. elansienna

    Breakdown of Report Footer Totals By Month

    Hello, I have created a report that has several columns and two groups: 1)Assignment Group and 2)Open Time of incidents by Month/Year. For ex. Total Total Within SLO Percent Met SLO assignment 06/07 138 114 82.61% 07/07 08/07 Group...
  17. elansienna

    [b]Users Parameter Values not Saved in CE 10 [/b]

    Thanks for your response and valuable info.
  18. elansienna

    [b]Users Parameter Values not Saved in CE 10 [/b]

    Hello everyone, I have developed some reports (CR10) and published to CE 10. I allowed the reports to keep its initial parameter values. However when a user enters new parameter values and run the report(using CE user launchpad), the report reverts back to the initial values that were...
  19. elansienna

    Counting Certain Records Twice: continuation of THREAD 767-1342545

    Sure lbass, as I have certainly received great tips from you and this forum! As you suggested in the referenced thread, I created three separate formulas to capture, "new", "closed" and "open" tickets and placed each in the detail section to get an increment count and suppressed each so that...

Part and Inventory Search

Back
Top