How to only show data for a certain period of time for cumulative data?

I need to show cumulative data for the past 12 months on a chart (e.g. # of accounts). But in order to get the cumulative data for Month 1, I need to cum the data starting from the very first month when we started to add new account which can be Jan 2006. If I put a filter to limit the data to only last 12 months, then my Month 1's cum data will not include any account prior to Month 1. So how do I do this?
Edited by: user637947 on Feb 5, 2009 2:02 PM

Hi,
Try this Filter....
Opportunity."Close Date" >= TIMESTAMPADD(SQL_TSI_MONTH, -11, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE) - 1), CURRENT_DATE)) AND Opportunity."Close Date" <= TIMESTAMPADD(SQL_TSI_MONTH, 1, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE) + 0), CURRENT_DATE))
Thanks and Regards,
Amit Koul

Similar Messages

  • How do you make an open url last a certain period of time, for a new url to work in that same position after?

    Is it possible to get an open url to be clickable then not clickable after a few seconds, and if so how? Thanks.

    Use a class for that and the code as below:
        Say the class is "noClick":
              $(".noClick").click(function(event){
             event.preventDefault();
    So, when you want your link to be unclickable, then add $("yourButton").addClass("noClick");
    and when you want it to be clickable, use this code $("yourButton").removeClass("noClick");
    hth,
    Vivekuma

  • How to check list of  transactions used  for a certain period of time

    Hi
    Is there a way to check the transcations that were used e.g the past two months apart from using transaction STAT or sm19 or sm20.
    Thanks

    Hi..  i have got a similar request like yours.... i need to find the list of 
    list of transactions used by all users in a user group (in my case PLKR) in the past two months.
    is this possible to find???

  • Does anyone know of an IPhone app to lock myself out of my phone for a certain period of time?

    Does anyone know of an app I can use so that I can lock myself out of my phone for a specified time interval? There are times where my phone becomes a distraction and it would be easier to just lock myself out of it for 45 mins than to go to the trouble of putting it somewhere were I won't notice it and it will be too far away from me to just pick it up and start searching social media sites as procrastination.

    It's called "SelfControl". It can be a little hard to learn to use but it's worth the effort.

  • How do I set my mail folders to keep items saved there indefinitely while only keeping mail in my active mailbox for a specified period of time?

    How do I set my mail folders to keep mail saved there available indefinitely while only keeping active mail in my mailbox for a specified period of time?

    There is no time limit in Firefox 4+ versions for the history.<br />
    Firefox determines automatically how many pages can be kept without affecting the performance.<br />
    You can see the current value via the reads-only pref places.history.expiration.transient_max_pages on the about:config page.
    See:
    * http://blog.bonardo.net/2010/01/20/places-got-async-expiration
    If you lose the history then make sure that you do not use Clear Recent History to clear the browsing history.<br />
    Also make sure that you do not have cleanup software that might clean up files in the Firefox Profile Folder.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *Firefox > Preferences > Privacy : History: [X] Clear history when Firefox closes > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History

  • Continuous averaging for a certain amount of time

    Hi
    In my program I have to use a start button to continuously average a value for a certain amount of time(lets say 3s) and keep and show the average the value. The state of the start button should return to off mode after that 3 sec so if the user hit the start button again it reset the array and calculate the average again.
    Would you please help me with this program. I have attached pic of what I ahev done
    With this vi I can take data after hitting start for 3 sec but I have these problems:
    1- I don't know how to calculate average value when finish getting data after 3 sec
    2- I would like the start button back to off mode after 3 sec so if I click on the start button again it reset the array and calculate the average again.
    Would u plz help me with this vi?
    Attachments:
    1q.jpg ‏169 KB

    Use mean function to average an array. And wire your time has elapsed boolean to a case structure and reinitialise your boolean control to default in the true case.
    Create invoke node as below, just in case you dont know.
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Valuated stock for a certain period

    Hi all,
    Using transaction MC.9 (Material Analysis: Stock), you can search for a material for a certain period (ea. 04.2007). The outcome gives you the Valuated Stock for that period.
    In which table is this Valuated stock stored?
    How can I fetch this Valuated Stock (through table, BAPI, ...?
    Many thanks in advance.

    Hi,
    Reading data from MBEWH is tricky since as you correctly pointed out there may not be any record in MBEWH for a particular period.The logic for creating a record in MBEWH is for first relevent entry in the current month create a history record in MBEWH i.e. e.g. if there is a say GIR or any stock movement today & if this happens to be the first entry for materialValuation area then it will create a record in MBEWH for the previous period i.e. 2008/03. Now suppose there is no movement at all say for the period 2008/04 & say 2008/05 materialValuation area in that case as per the above mentioned logic for the first record of the materialVal area for the period 2008/06 it will write a record for 2008/05 but there will be no record for the period 2008/04.so to get the currect valuated stock get all records for materialval area into an internal table where
    period i.e YYYYMM is GE period under consideration. Then sort the internal table on matnrbwkeybwtarlfgjalfmon. Then loop at the internal table & if you hit the first record pick up the stock i.e the stock you are interested in & exit from the loop. However if no record is found in the internal table get the details directly from MBEW. & that's it. You may refer to SAP help for the same. (search for MBEWH)
    I hope this helps,
    Regards,
    Raju Chitale

  • Display "global" text caption for a certain length of time

    I hope I can explain what I'm trying to do...
    I have a text caption that I want to conditionally display for a fixed length of time at the start of most of slides in my project.
    The caption is placed on an introductory slide in the project, in a hidden state.
    Then I have created a Conditional Action to Show the caption. This Advanced Action is then called On Enter for the slides where I want to display the caption.  However, I need to be able to hide the caption again after a couple of seconds.
    So essentially I want the following logic:
    On slide entry, if displaying caption, then Show Caption, Wait 2 seconds, Hide Caption.
    But I can't see how to do this using a single text caption that is available project-wide.
    Any suggestions would be greatly appreciated!

    Check out David Stiller's blog article on that exact topic
    here:
    http://www.quip.net/blog/2006/flash/how-to-pause-timeline
    smile82 wrote:
    > How do i stop a movie for a certain length of time?

  • How can I set up my iPad to Remember my password in App Store for a determined period of time.. Ex: 2 minutes, for updates and purchasing?

    Whenever I make purchases on my iPad in the App Store, it asks me for my Apple ID password. I'm fine with this when its a one off purchase, but when I have to make multiple purchases continuously it can be really annoying.
    How wow can I get the App Store to remember my password for a short period of time (2-3 minutes) so I don't have to type it in with every purchase? I know it can be done as the other iPad in the house is set up this way, I just can seem to find how or where to change these settings...

    There is Settings > General > Restrictions > Require Password which you can set to '15 minutes' - the only other option for the setting is 'Immediately', you won't be able to have it as 2 or 3 minutes.

  • Exchange server 2013 services need to restart automatically at certain period of time how do i schedule

    Hi All,
    Need to restart exchange server 2013 services automatically at a certain period of time is there a script to schedule to automate can you please help me step by step process.
    Thanks & Regards, Santosh Chowdary Vasireddy System Administrator Prolifcs DHFLVC Silicon Towers, 5th Floor, Survey #14, Kondapur, Hyderabad – 500 032. Work +91 40 3999 1999 Ex.1656 l Cell +91 9849277255 l [email protected] A Global
    Provider of IBM, Microsoft and Testing Solutions Award Winner for Technical Excellence, BPM, SOA, Portal and Governance

    You can create a PS1 file and run it in a scheduled task.
    The PS1 files will need to have this.
    Restart-Service MSExchangeTransport
    Restart-Service MSexchangeIS
    etc...
    How to add a Scheduled task is given in this link.
    http://www.mikepfeiffer.net/2010/02/creating-scheduled-tasks-for-exchange-2010-powershell-scripts/

  • Sales Analysis for a certain period

    Hello Experts,
    In standard Sales Analysis Report, when we run report for a certain period for "Customers" and when we run the report with same parameters for "Items" it gives different results.
    Can anybody please guide me, why these results are different whereas we are using the same parameters in both the Tabs i.e. Customers & Items.
    Thanks & Regards,
    SN

    Hi Shazad,
    One possible reason is that you have service type documents in that period. In such case, the document total appears in Customers tab, but not in the Items tab.
    Could this be the case?
    I hope that helps.
    Regards,
    Toni

  • How can I record multiple signals for a long period of time?

    Hi, everyone
    I am new at labView I just recentlyl started using it. Right now I am working on this assignment
    that I have to display en record six different signals comming up from a DAQ. so basically What I did
    for my IV is placing a whileloop. Inside the while loop I set up the DAQ assistant and then I send that
    to a split signal function in order to split the signas that are comming from the DAQ ( so those signals
    are EMG1,EMG2, blood flow1, blood flow2, blood pressure, and AM stimulation) after I split the signals
    I send each individual signals to a waveforme graph, but my problem is that I need to record those individual
    signals for a long period of time every second for about 8 hours. so it will be really helpfull if someone can
    guide me through this. Thanks
    Regards

    Hi,
    With your while loop, you'd better use low-level VIs to write your data to a file. Please see attached...I've used text file function but if you need ta save a large amount of data, you may need to use binary file functions instead (nearly the same way to perform this whatever you chose text file or binary file function).
    Best,
    J.
    Attachments:
    RecordData.vi ‏27 KB

  • How can I set my phone to delete messages after a certain period of time? 6 months, 1 year??? It is taking up over 4GB on my phone.  I don't want to delete everything just the oldest ones.

    How can I set my phone to delete messages after a certain period of time? 6 months, 1 year??? It is taking up over 4GB on my phone.  I don't want to delete everything just the oldest ones.

    If you update to iOS 8, you can select that in Settings>Messages>Keep Message and then select your option. If you don't update to iOS 8, you'll need to do it manually.

  • Video content freezes for a certain amount of time on Lion

    After upgrading to Lion, I have noticed that video content freezes (though the voice is heard, but the picture is frozen for some seconds) for a certain amount of
    time when its starts playing (eg youtube videos) on Lion.
    I have observed this on my friends macbook pro also.
    I have a macbook (mid 2010 model)

    Stats Before playing a video
    Stats while playing a video in youtube

  • I have a problem with my new ipad air 64g with cellular. When I off my ipad for a long period of time ( around 2 hours), my ipad air freeze. Nothing is showing on screen with any button except by pressing reboot (home   on/off button)

    I have a problem with my new ipad air 64g with cellular. When I off my ipad for a long period of time ( around 2 hours), my ipad air freeze. Nothing is showing on screen with any button except by pressing reboot (home   on/off button). Anyone out there can help. Thanks.

    I have a 64GB iPad Air WiFi+Cellular (Verizon), and I don't see the issues you are describing.  First I would suggest that you update your iPad to the newest iOS update.  If that doesn't help, then you may want to schedule an appointment at an Apple Genius Bar.  If you go this route, I suggest that you let the iPad sleep for long enough for the problem to arise before you go to your appointment.

Maybe you are looking for