#year(Now())# for next year?

#year(Now())# returns the current year. What returns next
year?

cjdunkerley wrote:
> Is this what you need?
>
> <cfif month(now()) LTE 6>
> year(now()) -1 - year(now())
> <cfelseif month(now()) GT 6>
> year(now()) - year(now()) + 1
> </cfif>
I guess I won't know until July :)
Seriously - thank you very much! This is exactly what I was
looking for.
So, in English, it will read 2006-2007 through the end of
June. Then on
July 1 it will read 2007-2008?
I'm pretty sure that's what will happen. Thanks again.

Similar Messages

  • My ipod touch 4th generation 8gb screen just broke yesterday can i get a new one or do i have to pay? because i put a 2 year warranty and next year the warranty will end.. can somebody please answer my question asap Thank You!(:

    my ipod touch 4th generation 8gb screen just broke yesterday can i get a new one or do i have to pay? because i put a 2 year warranty and next year the warranty will end.. can somebody please answer my question asap Thank You!(:

    You will need to pay to get it fixed. Check out options in link below.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • Error while creating leave for next year

    Hi,
    Issue: while creating a leave for the next year (2010) for the quota type it is throwing an error u201Cthere is no quota availableu201D: Is there any configuration required. Pls, answer.
    Regards
    Srini

    Hi,
    Please also make sure that deduction periods for the quota are including the absence date you're trying to record.
    Also please goto 1. SPRO : Time management - time data recording and administration - managing time accounts using attendance/absence quotas - quota deduction using attendance/absence - define deduction rules (here note the deduction rule your quota is assigned to).
    2. SPRO : Time management - time data recording and administration - managing time accounts using attendance/absence quotas - quota deduction using attendance/absence - assign deduction rules to counting rules (here note the counting rule your deduction rule is assigned to).
    3. SPRO : Time management - time data recording and administration - Absences - Absence catalog - Absence counting - Assign counting rules to absence types (make sure the absence type you're trying to create is assigned to the right calculation rule)
    And one last option that comes to my mind : You can be using infotype 5 for absence quotas. Please check it out.
    Regards,
    Dilek
    Edited by: Dilek Ersoz Adak on Dec 21, 2009 7:57 AM

  • Scripting: How to retrieve the value for next year

    Hi Experts,
    Need help on HFM rules for retrieving the next year value
    Specificationt: Financial year values start from Apr to Mar
    I am bale to retrieve the values from Apr to dec, when trying to retrieve for Jan and mar getting the wrong values
    using : A# xxx.C1#xxx.y#cur
    please suggest your comments
    Thanks,
    SSr

    Hi,
    Still getting the wrong values
    FYear start from April to Mar
    For ex:
    2012                                                                                    2013
              apr     may     jun     jul     aug     sep     oct     nov     dec   jan     feb     mar
              1        1            1     1       1        1         1        1        1       1       1        1
    YTD
    OT     1          2          3      4       5        6        7        8        9     10     11     12
    Thanks,
    Ssr

  • What is the difference between credit memo in invoice year and in next year

    Hi!
    I'm new here.I'm study SAP ERP.I don't know what is the difference between credit memo in invoice year and credit memo in next year (asset accounting).Can you show and give me an example, please!
    Thanks and best regards!
    Edited by: dinhtuan on Jun 28, 2010 3:10 PM

    Hi,
    Maybe have a look at the SAP Help for further information (http://help.sap.com) : e.g. 'Posting Credit Memos Integrated with Vendor'  or 'Posting a Credit Memo Offset Against a Clearing Account' 
    Transaction type 105 for credit memo on current acquisition made in the current year, posting key 75. Or transaction type 160 for credit memo on acquisitions from prior years. posting key 75.
    Note: determine if the asset was acquired in the current fiscal year or in a closed fiscal year (Display asset values).
    If the asset was acquired in a fiscal year that is now closed, correct the past depreciation using a write-up (in that case check out and refer to Posting Write-Ups).
    I hope this helps.
    Kind regards,
    Brigitte

  • APO-DP : Change in Fiscal Year Variant for the year 2008

    As per earlier Fiscal Year variant configuration, the data has been forecasted in APO system till the end of Year 2008. But recently the fiscal year variant configuration modified in R/3 which has been impacting APO-DP storage buckets which are not matching with that of earlier fiscal year variant. So, there is a mismatch in the storage bucket profile where in the data already stored in “Weekly, Monthly and Posting Period” based on the earlier Fiscal year 2008 configuration.
    Now the system is not allowing to do any Interactive Planning.
    The business would like to use the latest fiscal calendar and also not ready to loose the forecasted data for the year 2008. So, we are not in a position to deactivate and reactivation of Planning Area and also we are not using back-up infocubes functionality.
    Please update me if anybody experienced this type of situation or know the solution.

    I think your suggestion should work but it takes more resource time and need more database size.
    I am thinking to retain some important forecast keyfigures data in the following workaround method;
    1) Now the Planning Area Initialized for 2yrs historical + 1Yr forecast horizon
    2) Run first set of new macros to copy from year (say 2008) to year (say 2006)
    3) Re-initialize the Planning Area (Jan'2006 to Dec'2007)
    4) Re-build the New Fiscal Calendar from R/3
    5) Re-initialize the Planning Area for history and forecast horizon (ex: from Jan'2006 to Jan'2009)
    6) Run second set of new macros to copy back ( ex: from 2006 to Year 2008) and wipeout the duplicate records in 2006
    7) The above macros can be utilized to run every year end when ever the new fiscal calendar introduced
    Suggestions are welcome

  • Year Over Year Comparison for Multiple Years

    I have a business request where the client is asking for a year over year percentage comparison for multiple years
    So for example
              Applications
    2015     5
    2014     10
    2013     22
    So in year 2015 we can see that applications is currently down (5-50/10 - [New-Old/Old] by -50% compared to year prior
    In year 2014 we are down -55%
    Ultimately I wanted to display the following
              Applications
    2015     -50%
    2014     -55%
    2013    
    I have an idea of how to do this for a single year, where a presentation variable is fed in then I can just do this year minus previous year.
    I was wondering, how can I do this calculation or presentation in OBIEE? Can this be done within answers? Or does something need to be done in the RPD?

    As long as your model is correctly done with a time hierarchy you can just use the time series function AGO to get the value of previous year.
    So in the formula you can calculating your delta in % comparing the current year amount and the previous one.
    You can do it in the analysis directly, but if you will often need to access "previous year measures" would be a good idea to add it in the RPD so you don't need to write the formula every single time.

  • When is the iphone 5s coming out? Is it this year 2013 or next year 2014 because I was thinking should I just get the iphone 5 or wait.

    When is the iphone 5s coming out? This year or next year because I was thinking should I just get the iphone 5 or wait.

    Since iOS 7 is due to be released in the fall I would say you would see a new iPhone at the same time.

  • Any news about the new droid phones that will come out for next year?

    so after my post about the EOL of phones for 2011, i was wondering if there were any phones that were coming out that would be as good as the Droid X. i liked the X bc it was big enough for me (im 6'2 and pretty big) and i liked how the OS was set up for customization of widgets and stuff.

    Yeah, Here is one phone you might like that's coming out in February. 
    The HTC Merge
    http://www.phonearena.com/news/HTC-Merge-emerged-in-its-full-glory-on-the-Verizon-site-taken-down-swiftly_id14777

  • Parameter for current year and previous year

    Hi all,
    I currently have 2 reports where the query is the same except in the where clause I have it filtered to current year and previous year based on the List_Date. I would like to make this one report with a parameter of Current or Previous year.
    Would I create 2 more datasets one for current and another for previous? I would think there is a easier way. Any help or direction would be great.  

    If you define a parameter in SSRS, you can use it's value in your query. Just make sure the parameter name, and CASE (SSRS is case sensitive when it comes to parameters) are the same in SSRS and your query. There's a parameter tab on the dataset properties.
    It SHOULD auto fill, but it never hurts to check, just in case.
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.
    Yes it did auto fill the parameter tab in the dataset and I get a parameter to enter the year when I preview the report. Still a little confused on how I do current or previous year. Are the next steps what I need to do?
    @yearParam parameter:
    1) Create  Available or Default values 
    2) Current and Previous year as label
    3) For Value do I need to use a expression for current year =Year(now()) and previous Year?
    4) Add a filter on the tablix for list_date?

  • Aquisitions in next year

    Dear SAP gurus,
    We have a scenario where upgradation to an existing asset is done in next year .
    For example , there is an asset acquistion on 01032010. Initial life of asset is 5 yrs. Now in 2012,capital upgradation took place in 01.06 2012. And life is revised to 6 yrs. How depreciation will be treated.
    Please comment.

    HI,
    Correct me if my understdning is OK.
    1) Yor have an exisiting asset which has depreciation start date on current year say 01/06/2010. with 5 yr of useful life. Now this asset has say value of 100 $. and it is also depreciation at an particular rate. Now in next yr you expect to have subsiquent acq on this asset and now the asset life has been increased by one yr.
    In these cause you would just have to make update to useful life of asset in AS02.
    But in case you want to only post cost and do not want to depreciate asset in current year but in next year you could put a shutdown indicator in time dependent tab of asset master and then remove it in next yr and start the actual depreiciation calculation.
    Thanks
    Vaibhav

  • Balance Leaves to be carried forward to next year

    HI Experts,
    I am using Time evualation with -ve time , i want to carry fwd all the balance leaves left for the year to the next year.
    I have set the "Permit Quota Generation in Time Evaluation" node to "Increase". However i am not able to meet the requirement. Please let me know if i have to maintain any other table or should i have to write PCR for this
    Regards
    Kanna

    You have to write Pcr's for reading the balances and to carry forward the Leaves to quotas.
    PCR for Reading Balances.
    hrs= Bcurmo
        hrs?(specify the month on which it has to read the balance)
        =
           hrs=Bcurdy
           hrs?(Last day on/after which it has to read the balance)
           =
           OUTAQTYP
            XX (XX:Mention Absence Type)
            hrs=FR C
            addMBXXXX(Time type 4-digit)z
    _PCR for Carry forwarding the Leaves.
    hrs= Bcurmo
        hrs?(specify the month on which it has to get the balance)
        =
           hrs=Bcurdy
           hrs?(Starting day to get the balance)
           =
           hrs=Mxxxx(Time type which we maintained in above PCR
           updtqAxx(Absence which it has to carry forward)
    Where
    A-Syntax
    B-Syntax
    curmo-Current Month
    curdy-Current Day
    F-Syntax
    R-Remaining
    C -Syntax
    MB-Monthly Balance
    z-Replacing Value.
    Check and revert with your Comments
    Experts:Correct me if am wrong.
    Regadrs,
    Rao

  • Java and SAP in the next years ?

    Hello,
    Is it a good thing to begin to develop around SAP in Java currently ?
    It has been said that it will not be supported if i'm not mistake.
    Thanks,
    Smoltok

    Hi
    Java is a Platform independent technology so that it can be used by all the system, ERP like SAP need to communicate with
    different type of system and nedd to handle huge set of data. For this Java is a power full language hence Java is used in SAP. J2ee has a huge number of Design patters wich will help to solve the archeture problem easily.
    SAP netweaver is mostly build on Java engine only. So the combination of SAP and Java will be success for next Years
    but People say ABAP  is going to replace JAVA in SAP, But as of its quite impossibel because ABAP is mainly ment for Data processing.
    Regards
    Noel

  • Has anyone worked out how to cancel their storage upgrade on iCloud immediately rather than next year

    I want to cancel my storage upgrade but can only seem to do it for next year. The email reciept states I have 15 days to cancel by contacting apple but I can't for the life of me figure out where to contact them as the only way you can comunicate about iCloud at the moment seems to be through express lane.
    Any ideas anyone?

    Instructions on cancelling an upgrade here:
    http://support.apple.com/kb/TS4009
    In another document it states (though this one does not) that the downgrade applies when you reach the end of the current subscription period (meaning that you can't downgrade part way through for a refund, I assume). This would be in line with the practice on MobileMe in the past.

  • How to carry forward leaves to the next year with out writing PCR

    Hi All,
    Could you please tell me the process steps for quota carry forward from previous year to the next year with out writing a PCR
    Regards
    Sita

    Hi
    Leave balance carry forward

Maybe you are looking for

  • Toshiba 40L2433DG

    Hello, Since yesterday my TV became to act strange. When I let tv on standby for a long time and turn it on, the tv turns on but show no image. If I shutdown, by the remote, and turn it acts normal, but if I shutdown and let it be in standby for a lo

  • Google apps sync with Pre2 failed

    Hi I was using google apps sync with my old Pre (1.4.5) and it worked fine. Configuration is same as iphone. Just select Exchange EAS and use the manuel exchange settings to m.google.com this synced all mails, calendar, contacts similar to an Microso

  • Backup could not be saved on the computer

    Everytime I try to sync my iPod touch 4g with my notebook PC running Windows 7, I get this message: "iTunes could not back up iphone because the backup could not be saved" I found all sorts of "solutions" on the web, none of which worked: Delete the

  • Photoshop CS6 Extended 64bit scratch disk error

    I'm unable to point CS6 to the alternate scratch drive despite changes in permissions. I noticed my boot drive (C:) is actually Disk 1, not Disk 0, and my scratch disk (internal) is Disk 0. I can select an external drive (I:) with no issues, but that

  • Tuxedo / WLS using WTC

              Hello,           I am looking for some advice, documentation – anything regarding he best practices           for clustering between Tuxedo 8.0 and WLS 6.1 SP3 using WTC.           I have the following configuration: 5 Tuxedo servers runnin