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

  1. cfsutter

    Help splitting an array that is more than 1000 records

    I could use some help splitting an array that is more than a 1000 records. I'm using SAP's instructions to chart off print time formulas to build a trending report. After much tweaking I thought I had everything perfect only to run the report and get the Array error because of the number of...
  2. cfsutter

    Help with formulas for trend analysis chart

    Thank you Kray4660. I did finally figure out what was wrong only to end up with a new issue that I think is what's keeping everything from working. This report is like a snowball of issues. I'll make a new post for my new issue, just wanted to thank you for your reply.
  3. cfsutter

    Help with formulas for trend analysis chart

    I'm trying to create a trend analysis of average days open for tickets by month/priority in rolling 13 mos line chart. I have no problem getting the data itself and easily calculated the cumulative average per month with running totals. However, I quickly found that I cannot use a formula in a...
  4. cfsutter

    Difficulties charting trends

    I'm trying to create a trend analysis of average days open for tickets by month/priority in rolling 13 mos line chart. I have no problem getting the data itself and easily calculated the cumulative average per month with running totals. However, I quickly found that I cannot use a formula in a...
  5. cfsutter

    Extract data from memo field when position and length are variable?

    Fisheromacse I figured out where the additional characters were coming from and with your help got the formula to work. Here's the final formula: whileprintingrecords; numbervar v_start; numbervar v_end; v_start := instr({HPD_HelpDesk_AuditLogSystem.Log},"Assigned Group:"); v_end := IF...
  6. cfsutter

    Extract data from memo field when position and length are variable?

    That almost works. It did work for the logs where the assigned group is the last entry, but now it is adding the subsequent 6 characters from the next line to the entries that fall in the middle of the log. So now the mid log entries look like this, rather than just pulling the first line...
  7. cfsutter

    Extract data from memo field when position and length are variable?

    I've read through quite a lot on this forum regarding parsing memo fields and have been about 99% successful in accomplishing what I need to do, but I have run into a road block. I feel like the answer is probably obvious, but I am just not seeing it. I am working with a Remedy Help Desk...

Part and Inventory Search

Back
Top