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 IamaSherpa 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: deeya
  • Order by date
  1. deeya

    How to sum a formula

    Thanks LB, I will try this out when im back in the office. Will let you know the outcome.
  2. deeya

    How to sum a formula

    OK leave the sort part out for now. How would i find the difference?
  3. deeya

    How to sum a formula

    Sorry for the urgency, my apologies. The problem is that I don't know how to subtract the most recent months '% average' from the latest '% average' for each interface and then sort the report on this value e.g interface 111111 the formula would need to result 45.23% - 71.14% = -25.91% <<...
  4. deeya

    Strings

    great thanks! never come accross that command.....used instr etc
  5. deeya

    How to sum a formula

    Sorry should have posted the nested formulas.... {@Link Speed} = {Interfaces.OutBandwidth}/1000000 {@Max} = If {@MaxBPS} > {@MinBPS} then {@MaxBPS} else {@MinBPS} {@MaxBPS} = If {InterfaceTraffic.In_Maxbps} > {InterfaceTraffic.Out_Maxbps} then ({InterfaceTraffic.In_Maxbps}/1000000) else...
  6. deeya

    How to sum a formula

    Hi again,s. CR11 SQL Server Not sure how to do this..so here goes. Data Output in Crystal Interface Month % Average Ex of Result (% Change) 1111111111111 12/2010 71.14% 01/2011 65.02% 02/2011 45.23%...
  7. deeya

    Strings

    Hi, CR11 How would I just extract "Connaughty" from the string below? "Nortel Ethernet Routing Switch 5510-24T Module - Port 9 - Connaughty" Many Thanks
  8. deeya

    SQL Help

    Pretty please?
  9. deeya

    SQL Help

    Hi All, I need some help on the following SQL Query below which I have been given by the DB guys, I am using the add command to build the table in CR11. It isnt what I want to see in my crystal report as its summarized.What I would like to see is the last three months data on a rolling basis...
  10. deeya

    SQL Help

    Hi All, I need some help on the following SQL Query below which I have been given by the DB guys, I am using the add command to build the table in CR11. It isnt what I want to see in my crystal report as its summarized. What I would like to see is the last three months data on a rolling basis...
  11. deeya

    merging two sets of data into one bar graph

    Hi, CRXI, SQL server. Hopefully I can explain this enough for the forum to understand. We have a helpdesk call logging database which we need stats from. The report needs to show calls created and resolved by an analyst in a bar graph (each analyst will have two bars calls resolved count and...
  12. deeya

    Suppress records in Main Report Based of Results in Subreport

    Sorry can you explain in more detail please?
  13. deeya

    Suppress records in Main Report Based of Results in Subreport

    Hi All, CR11 ORACLE DB. I have a date range parameter in the main report 'Start date' which is passed to my subreport and selects the data accordingly. What I want to do is suppress all the records for group 1 in the main report where the subreport is blank? Let me know if you need anymore...
  14. deeya

    Same Date period one year in the past.

    Brilliant LB works a treat!! Thanks very much.
  15. deeya

    Same Date period one year in the past.

    {@Start Date} = Minimum(ReportPeriod) and {@End Date} = Maximum(ReportPeriod) where ReportPeriod is a parameter. No DateAdd is not available. Thanks
  16. deeya

    Same Date period one year in the past.

    CR v7 Oracle 9 DB Hi All, I have a date range, {@Start Date} and {@End Date}, I need to create a formula that will calculate the same Start and end period for the previous year (factoring in leap years) for my subreport. Its so the user can see current and previous years data for the same...
  17. deeya

    Crosstab %

    thanks lbass, I did think of that option but as there are 10 odd maybe more codes I thought the crosstab route could have been taken. Thanks again for all your help! Regards Deeya
  18. deeya

    Crosstab %

    Are you sure your talking about CR7 as i cant see any percentage summary options? Thanks

Part and Inventory Search

Back
Top