I'm getting next year (not existing) with AGO columns and Aggr values

Hi guys,
I have a time-dimension set-up with unique level chronological keys.
Using function AGO without problems. (giving correct values for CY, PY, PY-1 etc.)
However, I'm getting values for 2009 with 0 values for CY metrics and the value of PY being twice the value of values for 2008. Also, if I filter 2009 - I get the similar results. However, if I remove all PY columns, I get nothing (no results). I set some nulls in fact table and I have them set as IFNULL, 0 - could this be the issue?
Anyone knows what the problem could be? I can work-around by applying filter in Answers Year <= Current Year. But I need to do this in RPD
Thanks
Message was edited by:
wildmight
Message was edited by:
wildmight

I was able to go around this by applying filter in the logical column (let's say I have metric Sales Amt - I reference it as Sales Amt CY and use the following expression:
FILTER (Sales Amt CY USING TimeDim.Year <= VALUEOF('VariableCurrentFiscalYear'). This resolves the issue. However, I'm trying to find a more elegant solution. I tried without luck these 2: a) add a duplicate of Time Dim table (from outside Time dimension) as a mapped logical source and use the expression in Content WHERE clause - didn't work
b) limit dim Year table - didn't happen as well....
I still get the results for 2009 for PY, 2010 for PY-1 etc....

Similar Messages

  • Fund Center Z001 does not exist in FM area and fiscal year 20.01.2010

    Dear Expert,
    We have activated Funds Managment in quailty Client. but when ever we are trying to create PO below error message is coming:-
    Fund Center Z001 does not exist in FM area and fiscal year 20.01.2010
    Message No-F6580
    Also when ever we are trying to post an FI document the same error message is coming.
    Please advise with T-Code.
    Regards,
    Alok

    Dear Mr Srinu,
    The Z001 problem is solved by creating a fund centre using FMSA. Now while doing the shipment cost below error message is coming:-
    1.Account Assinment to Commitment Item not supported with this GL account. Message no-ME032
    2. No Funds center entered /derived in item 00010(1020/302401/)
    Pl help,
    Regards,
    Alok

  • My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this

    My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this?

    Lbo51380 wrote:
    cant find an itunes app for my laptop. is there something i can get that will help with this?
    Go here -> http://www.apple.com/itunes/download/

  • Apple ipad2 is recognized bei itunes in "wartungszustand". when i click reset on itunes and itunes tries to reset the ipad i get the information not possible with code 3194

    Apple ipad2 is recognized bei itunes in "wartungszustand". when i click reset on itunes and itunes tries to reset the ipad i get the information not possible with code 3194

    See if this helps : http://support.apple.com/kb/TS3694#error3194

  • After downloading Lion the noise level of the fans increased. A noise which did not exist with Snow Leopard. Any ideas how to reduce noise?

    After downloading Lion the noise level of (what I believe to be ) the fans increased. A humming noise which did not exist with Snow Leopard. Any ideas how to reduce this noise?

    I have seen this mentioned a dozen times, here, on Lion,and MacRumors.
    Nope. Usual suspects.
    And whether you tried a clean install instead (backup and erase) and then use MA to import

  • Sync .mov and .mp4 gets an error saying it is not compatible with iPad 2 and will not copy. Help.

    Trying to sync .mov and .mp4 and get an error saying it is not compatible with iPad 2 and will not copy. Itunes will not even copy the files to give me a chance to work with them on the iPad.

    highlight the file and go to iTune menu ADVANCED and select create iPad or AppleTV version.

  • HT1296 I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    It could be that the existing wire in your appartment is not clean enough to provision DSL only. When combined with the phone possibly it has a higher line voltage and worked before. Now that the line is to be provisioned without phone service it may be giving them trouble that did not show before they came out and ran the new line test. So a new jack dedecated for your DSL line may require a new wire be run to your appartment. Also the account for internet only used to require direct billing to a credit card or something else. This was a number of years ago. Most accounts are linked to a phone number, and without a voice number it adds to the confusion.
    If you are getting the voice and everything turned on as before, then I am at a loss for words.

  • This application is not compatible with your device and cannot be loaded

    Hi,
    I have been trying to load an application to my BB 9000 since a monday and getting this error "This application is not compatible with your device and cannot be loaded".
    As evident, I am new to BlackBerry development and got to port an existing J2ME project on BB 9000.
    To load application I am using  
    - BB Dektop software 5 (latest)
    - BB Device Software 4.6 is installed (which is the version of BB 9000 as well)
    I am able to load sample JDE 4.6 applications but I build my project through same JDE and through eclipse (JDE compoment 4.6.0.19) as well but couldn't load it,
    I even signed my app since I am using net.rim.device.api.servicebook api which requries signing.
    Can someone please explain me
    1) why this error occurs in first place 
    2) how to setup right envioroment to load an application on a given BB handset (BB 9000 vodafon India to be specific)
    3) How would manage this process on a single machine if I have 4-5 different BB handsets.
    I shall be thanful for any logical pointer to solution to these problems.  

    Hi,
    The main problem with your genrated ALX file. I think in your ALX file contains <fileset Java="1.49" _blackberryVersion="[5.0.0)"> TAG  and remove the  _blackberryVersion attribute. Then it will work.
    So your final ALX file contains
    <loader version="1.0">
        <application id="App">
            <name >
                App1
            </name>
            <description >
            </description>
            <version >
                1.0.0
            </version>
            <vendor >
                Vim
            </vendor>
            <copyright >
                Copyright (c) 2010
            </copyright>
            <fileset Java="1.49">
                <directory >
                    5.0.0
                </directory>
                <files >
                    App.cod
                </files>
            </fileset>
        </application>
    </loader>
    Even thought it is not installed then make sure that your application may not delete from your device. Select the application and click on delete button in Desktop manager.
    Still u didnt slove the problem  then insted of
     <directory >
                    5.0.0
        </directory>
    replace as
     <directory >
      </directory>
    Regards:
    Jitendra.B
    Vimukti technologies Pvt Ltd
    Project Manager

  • Country implementation 40 does not exist for category IT and type 2001

    Dear Experts,
    I am getting the following error
    "Country implementation 40 does not exist for category IT and type 2001".
    when I tried to create a leave request. I think the HR Ess configuration is complete.
    Kindly, give your valuable inputs, hence I can try & resolve this issue, as I am stuck with this for quite sometime.
    Your inputs will be really valuable.
    Thanks
    Bala

    After suffering this same problem and not finding any help or information ANYWHERE, I debugged the process and found that the error is caused by a missing entry in view V_BLPTYPECOUNTRY.
    I created a new entry in the view with a blank molga and the error goes away.
    The entry I added was:
    Category = IT
    Data Typ = 2001
    Ctry Grouping = (blank)
    Class = CL_PT_BLP_IT2001
    I hope that this can help anyone having the same problem in the future.

  • I am having problems using mov files imported into a project. I get the message "Not rendered" in the Canvas and clip won't play. Can anyone help?

    I am having problems using mov files imported into a project. I get the message "Not rendered" in the Canvas and clip won't play. Can anyone help?

    When clips won't play without rendering in the Timeline, it usually means that the clip's specs don't match the Sequence settings.
    A .mov file could be made from any number of codecs; the QuickTime Movie designation is merely a container for video files of all kinds.  Since FCE only works with the QuickTime DV codec and the Apple Intermediate Codec (AIC) natively, if your mov files aren't one of those two, you need to convert them PRIOR to importing into your FCE project.
    -DH

  • I messed up badly by trying to restore my brand new macbook pro by doing restart then command R and choose disc utility repair now when I start ,all I get is the white screen with a folder and a question mark,What can I do???help please

    I messed up badly by trying to restore my brand new macbook pro by doing restart then command R and choose disc utility repair now when I start ,all I get is the white screen with a folder and a question mark,What can I do???help please

    Can you still boot to the Recovery partition using Command and R whilst booting? Or did you wipe the Recovery partition as well?
    If your Recovery partition is still intact, you can simply boot to it and reinstall the OS via the Internet. If you wiped the Recovery partition, you can hold down Command, option and R keys whilst booting and boot into true Internet Recovery mode. You'll be able to reformat the hard drive, erasing all partitions (format it as "Mac OS Extended (Journaled)" with a dingle GUID partition) and then reinstall the OS that shipped with your machine.
    Note that you should use a physical Ethernet connection when restoring over the Internet - it's three times slower if you use wifi.
    Try your Recovery partition first and if that doesn't work, use Internet Recovery.
    Clinton

  • Membership rules does not work with UDF column name having the max length

    Found a bug in OIM .
    Membership rules does not work with UDF column name having the maximum length
    Steps to Reproduce
    1.Create a UDF having max column name length for eg UDF_USR_PERSONAL_SUB_DOMAIN_CO (lable = Personal Code)
    2. Create a simple Rule like Personal Code = 7000
    3. Assign this Rule as a member ship rule of a Group.
    4. Create a user with Personal Code = 7000.
    5. User doesnot get the group membership.
    Thanks
    Suren

    Yes , i verified logs as well .
    If you just decrease the column name length , w/o making change to any other attributes , it starts working ..
    Thanks
    Suren

  • New hard drive installed in Mac.  iTunes keeps asking to authorize a very old email address which is not associated with my iPhone and I cannot sync iTunes to my iPhone.

    New hard drive installed in Mac.  iTunes keeps asking to authorize a very old email address which is not associated with my iPhone and I cannot sync iTunes to my iPhone.

    It is referring to purchases made using an Apple ID that was set with that email as the Apple ID. Did you simply create a new Apple ID when the old email address was no longer being used? If so, then that old Apple ID is still tied (and will always be tied) to the purchases made with it, and you will have to sign into iTunes with that Apple ID in order to authorize the computer to it.
    If you don't remember the password for it, you can go to Manage your Apple ID and click on Reset password. If you don't remember the answers to your Security Questions, you can contact Apple Support to get them reset:
    ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • HT4623 My ipod touch will not sync with my computer and computer says that it is due to an impropper response from ipod.

    my ipod touch will not sync with my computer and the computer says that it is due to an impropper response from ipod , what do I do?

    Check USB connections
    If there’s an issue with the USB port, cable, dock, or hub, or if the device becomes disconnected during restore, try troubleshooting the USB connection, then troubleshooting your security software.
    Common errors: 13, 14, 1600-1629, 1643-1650, 2000-2009, 4000, 4005, 4013, 4014, 4016, “invalid response”, and being prompted to restore again after a restore completes.
    To narrow down the issue, you can also change up your hardware:
    Use another USB cable.
    Plug your cable into a different USB port on your computer.
    Try a different dock connector (or no dock).
    Add (or remove) a USB hub between your device and computer.
    Connect your computer directly to your Internet source, with no routers, hubs, or switches.
    If you see your error after changing your USB connections, continue to the next section to troubleshoot your hardware.

  • A 305- S6825 will not start with the battery and charger. There's no light, no noise on fan or HDD

    PC will not start with the battery and charger. There's no light, no noise on fan, hard drive and CD writer. The hard drive, fan and charger are new. But I was havingproblems and sudden blackouts System 32. Try several times to install theoperating system but the pc turned off suddenly and restarted until I stop working completely. Now it does nothing and no light. I hope it can help me I need torespect and love very much this notebook.
    Thanks in advance
    Jose Echevarria
    [email protected]

    Turn off your laptop, unplug all wires, remove the battery, and hold the power button for thirty seconds. Afterwards, reattach the battery and connections. If it still won't start, remove the battery and start with just the AC power. Next try without the AC power and just the battery.
    - Peter

Maybe you are looking for

  • Help! My Nokia N8 battery drains to 0% in 8 hours

    Hello everyone, First of all, I'd like to state that I have read a lot and please do not advise things like "turn off GPS, bluetooth, etc, etc, etc,". It's not that. There is NOTHING running in my cellphone. I charged it completely to 100% (until hea

  • Why SAP keEp editable Contract FIELD /ITEM in the workarea sourcing cockpit

    Hi All Why SAP kept editable (easy to enter) a contract in the work area of the sourcing cockpit. since buyer may enter irrelavant contract w.r.t shopping cart right. Any specific reason? Unfortuntaely buyers enter any contract which is not relavant

  • How to do Credential and Policy migration in 10g?

    Hi, I installed BPEL manager 10g on my machine and want to run the embed demos/tutorials. I noticed the demos are using JAZN as identity service but my installation on Weblogic Server does not support it. As a result I couldn't use JDeveloper BPEL UI

  • TS1463 This crap isnt working my ipod is still being ghetto

    My ipod is displaying the red x thing and i cannot sem to get it to be a nice happy ipod that plays my msic again and i have honestly tried everything. yes it is charged and yes i did the whole hold this and that button buisness yet nothing works my

  • Add Web content into ISE Web Server?

    Hello, We use Cisco ISE 1.2.0.899 on our network. We would like to add a Web based documentation about Guest Portal ("how to find MAC Address", "how to release/renew IP Address"...) on our network to help users. Idealy we would like to host these dat