Chart: Is it possible to chart multiple running totals on 1 chart?

Would it be possible to chart 6 distinct running totals on 1 bar chart and a dynamic 6 month rolling date driven x-axis?  Having the totals reset on a date change does not help.  Any help will be greatly appreciated.  Here are the the first two running totals:
Snapshot-0
<= and
        IsNull()
            OR
        >=
Snapshot-1
<= DateAdd("m", -1, ) and
        IsNull()
            OR
        >= DateAdd("m", -1, )

Hi Eddie,
Here are a couple of white papers for you. This might be of help.
1. [Chart Changes from Crystal Reports 8.5, 9 and 10 to XI|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707c1977-891e-2b10-f7a3-a669e59b67ea]
2. [Charting on Print-Time Formulas|http://resources.businessobjects.com/support/communitycs/TechnicalPapers/cr9_charting_print_time_formulas.pdf?recDnlReq=Record&dnlPath=cr9_charting_print_time_formulas.pdf]
Please do ket us know if this helps.
Cheers!
Abhishek Jain.

Similar Messages

  • Scheduler Multiple Runs..

    Oracle Version: 11.1.0.7 x64
    OS: Windows 2008 Server x64
    Hi There,
    We have an oracle job scheduled through the oracle scheduler, and we were wondering if it's possible to have multiple run times for this particular job. The current job runs daily at 4am, and we were wondering if we can have it running at 4am,11pm, and 4pm too?
    Is there a way to add multiple schedules to an oracle job? Or do we have to create different jobs, 1 per run?
    Thanks and Regards

    rsar001 wrote:
    Oracle Version: 11.1.0.7 x64
    OS: Windows 2008 Server x64
    Hi There,
    We have an oracle job scheduled through the oracle scheduler, and we were wondering if it's possible to have multiple run times for this particular job. The current job runs daily at 4am, and we were wondering if we can have it running at 4am,11pm, and 4pm too?
    Is there a way to add multiple schedules to an oracle job? Or do we have to create different jobs, 1 per run?
    Thanks and RegardsI'd do 3 separate jobs

  • Charting Running Totals as Percentage

    I'm trying to show a running total as a percent of another running total in a chart.
    The report details have a unit ID (serial Number) and a flag indicating whether or not the unit went through rework.
    Running total 1 is a distinct count of unit ID, running total 2 is a distinct count of unit ID where the flag is No.
    I can make a chart that shows both counts, but running total 2 is always a count, and I'd like to show it as a percent of running total 1.
    I can create a formula that shows total2 as a percent of total 1 and put this in the group footer - but I can't chart on that formula.
    Is what I'm trying to do possible?
    Thanks
    Edited by: Doug McLauchlan on Mar 26, 2010 7:22 PM - Spelling

    I finally found an answer here:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f055d37d-2ddc-2c10-6ea3-d454e6f3bf94
    The technique involves building your charted values into strings and passing them to a sub-report to do the charting.
    I found I had to make several changes to way the report works in my situation - mainly because of grouping.

  • Crystal reports - charting a variable to simulate a running total

    I have 2 sets of data as below :
    units
    costs
    What I am trying to do is generate a chart that for each month, reports the result of the formula
    sum of costs to date / sum of units to date
    Ideally, I would create 2 running totals
    RT costs
    RT units
    then a formula avg. cost to date = RT costs/ RT units
    and then for each month (x axis of the chart) plot avg/ cost to date
    BUT - crystal won't plot a data set based on running totals.
    So, I created a field with a psudo running total
    i.e.
    whileprintingrecords;
    numbervar unitsum;
    unitsum:=unitsum+units
    and similar for the costs.  Variable called costsum.
    Then a variable field
    whileprintingrecords;
    numbervar results;
    results:=costsum/unitsum
    So I though I could then plot the field with the variable results in it in the chart.  But no, I cannot see the field name in the data select list.
    Please advise how I can create my chart.
    Thanks
    Edited by: newbyr on Jul 7, 2010 12:20 PM

    With the best will in the world, I realise that charting does not like running totals,  What I am looking for is a workaround, or clever way of circumventing the problem.
    Before posting I did extensively search the forum and saw the link that DebiHerbert has suggested, and it is of no help at all.
    Thanks
    Edited by: newbyr on Jul 9, 2010 2:40 PM

  • Is it possible to have Multiple Spool requests in one batch job overview?

    Hi,
    While running one of my z program in back ground, there are two spools generated (one by write statement and one by OPEN_FORM statement and both the spools are available in SP01 Transaction), but when i see the job overview in transaction SM37, I only see one spool request (that of the last spool request). Can any body in the group please tell me is it possible to see multiple spool requests in the job overview of one Abap program and if yes, how?
    Thank you.
    Abinash

    Hi Jayanthi,
    Thank you for the link. But probably that discussion was also an unsolved one.
    Anyway, does any one in the group think that display of multiple spools per one step job is dependent on client / SAP Server setting? Because as evident from the chain of mails in the link provided by Jayanthi, some people say that they see multiple spool requests for one program in batch mode job overview (SM37)? If yes, can some body tell me the required configuration?

  • Is it possible to maintain multiple payment formats with a single Program

    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer S

    nazzu wrote:
    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer SSounds like an Apps question. Start here: https://forums.oracle.com/forums/category.jspa?categoryID=3

  • Is it possible to maintain multiple pymt  frmts with in a single prgm 11i

    Hi,
    Is it possible to maintain multiple payment formats with in a single program in 11i
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer S

    nazzu wrote:
    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer SSounds like an Apps question. Start here: https://forums.oracle.com/forums/category.jspa?categoryID=3

  • Possible to have multiple cluster members in the same JVM (for unit tests)?

    Hi,
    I'm wondering if it's possible to simulate multiple cluster members inside of a single JVM. I'm looking to unit test my code and it would be great to write cases for various boundary conditions.
    This could certainly be done with multiple JVMs but would be more difficult to run in something like cruise control etc.
    TIA,
    Danny

    Hi Danny,
    I do not know how to accomplish what you are asking for and run several Coherence nodes in a single JVM, but I have written a JUnit base class that starts a configurable number of nodes (each in its own JVM) and provides some other useful methods for unit/integration testing with Coherence, such as method to clear all caches or to load test data from the CSV file.
    It is still a work in progress and you might need to tweak things a bit to make it work in your environment, but it will at least give you a head start.
    Shoot me an email if you are interested and I'll send it to you (you can find my email in my profile).
    Regards,
    Aleks

  • Is it possible to select multiple clips and create a sequence from each individually?

    Is it possible to select multiple clips and create a sequence from each individually?  If you select multiple clips and select "New Sequence from Clip" it puts all of the clips into one sequence.  Is there an easy way to quickly perform this on multiple selected clips separately? 

    So now I *have* used Butler with PPro, and it works very well, here's an idea of how to do it:
    Import folder of clips
    Ensure first clip selected in bin and sorted by Media Type
    Most of these commands need shortcuts assigning - mine listed below
    Macro:
    To create seq from selected clip:
      ‘New seq from clip’ (Shift+CMD+N)
    To duplicate this seq:
      ‘Reveal Sequence in project’ (Shift+F) - not strictly necessary as it will already be selected
      ‘Window | Project’ (CMD+9)
      ‘Edit | Duplicate’ (Shift+CMD+/)
    To rename the duplicate
      ‘Enter’
      Various keystrokes to rename as required
      ‘Enter’ - to make name stick
      ‘Shift+Enter’ - to reselect that sequence
      ‘Esc’ - to get out of editing name
    To change resolution of duplicate:
      ‘Sequence Settings’ (CMD+5)
      ‘Tab’ x 3 (to get to H Frame Size)
      ‘xxxx’ (to enter frame width)
      ‘Tab’ x 1 (to get to V Frame Size)
      ‘yyyy’ (to enter frame height
      ‘Enter’ x 2 as prompt will say previews will have to be deleted
    To then find next clip ready for macro to run again:
      ‘Open in Timeline’ (Shift+CMD+O)
      ‘Match Frame’ (Shift+Spacebar)
      ‘Reveal in Project’ (Shift+CMD+F)
      ‘Window | Project’ (CMD+9)
      ‘Down Arrow’ - to select next clip
    I tried it with Butler (manytricks.com - free trial, $20 to buy) and it worked a treat, takes about 3 secs per clip
    AHK (for windows) is at autohotkeys.com and is free.
    You could start making multiple macros - that would enable you to do grade / resize in middle of duplication - and then export etc, but I figure you can figure that out ;-)

  • CS6 - Is it possible to rotate multiple objects independent of one another?

    CS6 - Is it possible to rotate multiple objects independent of one another? In other words selecting say 9 object in a grid then rotating the all 30 degrees on their own axis.

    I forgot Transform > Again won't rotate each layer about its own centre.
    It can be done, though. Record an Action of a layer being rotated and followed by Opt+] or Alt+] to target next layer. It should look like the screenshot below. Use it by first running it on the lowest target layer in the stack then running however many more times is required.

  • Is it possible to have multiple pause the require view to click "continue" button to proceed?

    Is it possible to have multiple pauses the require view to click "continue" button to proceed?

    1. Turn the video into a symbol.
    2. Set stage, symbol and video to not autoplay.
    3. Set play in the video playback at the start of the video timeline.
    4. Set pause in the video playback at the prefered time on symbol timeline.
    Once I convert it to a symbol , the pause funtion is not showing on playback.
    5. Zoom in as much as you can on symbol timeline and set trigger "stop all" for the symbol right after the pause playback marking.
    6. Set play in the video playback right after the "stop all trigger" marking.
    7. Create button with action play symbol.
    You can now play a video which will stop at a pre set pause, and make it countinue to run by clicking the play button again.

  • Is it possible to have multiple bookmarks files or tabs with different content, like Bookmarks 1, Bookmarks 2 etc. inside the same profile?

    I guess this is more like a new feature in Firefox. I work at home and would like to separate work related bookmarks in a separate bookmarks file which is as easily available like a standard bookmarks tab. I propose a possibility to add multiple bookmarks tabs in the menu bar. It would be nice if those tabs could be renamed at will...

    You can organize them in a few main folders (Home, Work, etc.) to make it easier to distinguish the bookmarks.
    You can also export the Bookmarks to an HTML file and make copies of that file with the needed bookmarks.<br />
    You can open such a HTML file in a Firefox tab and middle-click a link to open that link in a new tab.

  • Is it possible to disable multiple logins?

    Is it possible to disable multiple logins by the same user on different computers? I have network hosted user accounts. I need a way to NOT make it possible for user A to go to client Mac A, login and leave himself logged in there then go to client Mac B and login there also. This is creating some unpleasant effects on the server - naturally!
    Any easy way to accomplish this? Perhaps through Profile Manager?
    Thanks!

    Simon,
    Thanks for the reply but I need some elaboration.... "the "Login" preferences for users and groups".... what exactly are we referring to? I don't see such option (or atleast the way it's written), in either Server app or Profile Manager. Are we talking about the same OS X version?
    Thanks.
    P.S. Despite the fact that I have enabled the option in Profile Manager to logout all users on all computers after 30 minutes of inactivity, I have noticed that the iMac clients don't log out the users after the said time...

  • Multiple runs on a single graph

    Hi, 
     Just a quick question. I am using a Voltage Source meter that spits out an 2 arrays of data after it has done its measurement. I then plot the arrays with respect to each other using an Express XY graph. I have put the code in a for loop so that it does multiple measurements or multiple runs. So if a single run gives me a plot that looks like a straight line, 5 runs would give me 5 straight lines. My problem is that the graph, connects the last value of the previous run to the first value of the next run. I want it to plot each run independently but overlapping them in the same graph so that I can look for deviations. The XY graph is inside the for loop, so I would imagine, that when the instrument spits our the next set of data, it would be plotted in the same graph independently. 
    Any Suggestions?
    Solved!
    Go to Solution.

    Ah, I never saw the number 10 anywhere.
    You don't need to process the NaN with mathscript. It is sufficient to add the NaN to the data going to the graph terminal. Even if mathscript gets an NaN, you can probably test how it is handled.
    What does the mathscript node actually do? If it is just doing some scaling, it probably will not matter, but if it would do e.g. a linear regression, it would probably give unexpected results.
    LabVIEW Champion . Do more with less code and in less time .

  • Is it possible to insert multiples markings in a DateNavigator ?

    Hi Experts !
    I'm currently creating a DateNavigator, and the person for who I works would like to have 5 differents markings in one DateNavigator.
    But in the Outline view, I have already one marking in the DateNavigator, and I can't add another with a right click on the DateNavigator...
    So I ask myself if it is possible to have multiples marking in just one DateNavigator...
    Please : Do you know if it possible ? And if yes, do you know how to do this ?
    Thank you for advance,
    Louis

    Hi Fazal, thank you for your answer .
    I therefore have two problems : it is written everywhere to take a WDTableCellDesign, but when I do this, I can't bind the context, because the Marking UI element says it inly accept "TableCellDesign" (but no WDtableCellDesign". So I don't know what type I should give to the Category attribute I created to stock which semantic I want.
    In an other way, I go into the code, and I add a line in the date creation code, which is, in the end :
           Calendar cal1 = Calendar.getInstance();
           cal1.set(Calendar.YEAR,2009);
           cal1.set(Calendar.DAY_OF_MONTH,22);
           cal1.set(Calendar.MONTH,11);
           ITestElement element1 = wdContext.nodeTest().createTestElement();
                            Date sqlDate1 = new Date(cal1.getTimeInMillis());
           element1.setDate(sqlDate1);
           element1.setTextMessage("Vacances annuelles");
           element1.setCategory(Calendar_Red);
           wdContext.nodeTest().addElement(element1);
    But the Calendar_Red is underlined with the error message : "Calendar_Red cannot be resolved".
    If I change this line but the following :        element1.setCategory("Calendar_Red");
    Then in this case, this is the setCategory which is underlined, with the error message :
    The method setCategory(WDTableCellDesign) in the type
    IPublicZtest02CompDateNavigator.ITestElement is not applicable for the arguments (String)
    So please, do you have any idea of what I could have done wrong ?
    Thank you for advance,
    Louis

Maybe you are looking for

  • Problem AAMEE 3.1 + InCopy 8

    Hi all, I cannot obtain update for InCopy CS6 (8.0.1) by AAMEE 3.1 tool to build a new package or to update existing package. The disk image downloaded from Adobe site is not a valid installer for AAMEE Someone has any kind of solution? Platform MacO

  • Problems with mail server and clients

    I have set up OS X server on my iMac with 2 MacBook Pros as clients. I have set up the server to be a mail server. I have two problems. 1. I can successfully send and receive emails between the server and one MacBook Pro but neither send or receive m

  • I do reset for iPad then I lost my location , it can't go back for the right location

    When you do a reset for the iPad it will change the sitting  and return it to the factory sitting How can I make my real sitting and location sitting I tureen on iPad location , but it still have factory sitting Help Thanks

  • How To Install J2EE app to ColdFusion's Tomcat Server

    Our client has purchased IBM Analytics, that they want to run with the ColdFusion servers. IBM has given over the EAR files to deploy on Tomcat. But, ColdFusion uses a highly modified Tomcat. How would someone deploy another J2EE app in this scenario

  • Numbers '09: Extract first word of a cell

    I'm looking for a formula that extracts the first word out of text in a cell and displays it in another cell. Eg, in Cell A1 I have the text "Bob likes to swim". I want "Bob" to appear in another cell. I've found a solution for Excel, but it doesn't