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...
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.