Calculation Suggestion plz!!!

Hi,
I want do a calculation on a period dimension member. As per our requirement here and the cube being a weekly one, the period dimension is designed the following way,
Period
2010
28-Apr-2010
21-Apr-2010
14-Apr-2010
and this dimension is built dynamically with every dataload i.e, a new week adds up as a child of 2010 based on the date of refresh. So the requirement is that everytime 2010 has to displayed as the data of most recent week, i.e in the above case 2010=28-Apr-2010. Is there any function to use in calc script to pick the max of members or atleast to pick the first member coz I have the sorting to display the latest the first. I know we could use a substitution variable like &CurrWk but i dont want to update the Substitution Variable every Week manually and complete process is supposed to be automated. Can someone make suggestions on this.
Thanks.

Depending on the order of the members in the dimension, you could tag the accounts as time balance first or last with suppress missing. Then the 2010 will represent the lfirst or last child value. This could have issues if some items do not have values for a particular week, then it would pick up the previous week value.
In ASO cubes, there are firstchild and lastchild functions. and I've seen some code to pick the last know value, but the same does not exist in BSO cubes.
The first member is easier, just make 2010 a label only and it will pick up the first child. Or how about setting your source during the load to set the unary operators. For the current week they would be set to + and all other weeks would get changed to ~

Similar Messages

  • I bought a iphone 4 , which is unfortunate fatory locked... What to do ? any suggestion plz economical solution required

    I bought a iPhone 4 , which is unfortunate factory locked...
    What to do ? any suggestion plz economical solution required

    No, iPhone customer care, or Apple, cannot do anything about unlocking an iPhone.  Only the cellular phone carrier the iPhone is locked to can unlock it.  You need to contact the telephone company to get it unlocked.

  • After updating my iphone 4 to ios 7.0.6, it is getting hang, i mean it is slow. any suggestion plz..

    After updating my iphone 4 to ios 7.0.6, it is getting hang, i mean it is slow. any suggestion plz..

    Hey Iphone buddy,
    Thanks for the question. That definitely sounds frustrating! To troubleshoot these issues, let’s restart/reset your device:
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/HT1430
    If your issue persists, let’s backup and restore your device:
    Choosing an iOS backup method (Should I use iTunes or iCloud to back up my iOS device?)
    http://support.apple.com/kb/HT5262
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Thanks,
    Matt M.

  • TS3697 I'm having problems transferring photos from iphone to pc. any suggestions plz?

    I'm having problems transferring photos from iphone to pc. any suggestions plz?

    You should ask in the Apple Forum. This has nothing to do with Adobe Reader, which only reads PDF files.
    www.apple.com

  • Suggestions Plz..

    Hi All,
    I am expecting suggestions from you people,
    I just configured a Linux server for Oracle Database. My configuration is as follows
    IBM x series with 4GB RAM and single processor
    RHEL Advanced Server 5
    Oracle 10g R2 with Patch 10.2.0.2.2
    1GB as /tmp
    5 GB as /swap
    Oracle base software is installed /u01 mount point – includes Redo log and control files (Operating System also in the same array). Configured RAID 1 on this array.
    Oracle DB files on /data mountpoint.This is of huge size ,Configured RAID 5 on this array.
    Does this sounds good?
    ~Thanks

    Hi Andy,
    There are a lot of people who say RAID5 doesn't sound good.That was great advice a few years ago, but the technology is changing!
    In 2006, many disk vendors have made advances that overcome the "write penalty" associated with high update activity and there are now RAID5 storage devices that can accommodate high update databases without the high "write penalty" latency.
    One such product is the Hitachi TagmaStore RAID5 "Universal Storage Platform". In a nutshell, the TagmaStore device uses a large 256GB cache to overcome the RAID5 write penalty. Because this cache is so huge, the database can write to disk and move on; the parity is calculated from the data in cache asynchronously. So unless the cache is over-extended, the database will not suffer the RAID 5 write penalty.
    I have my notes here:
    http://www.dba-oracle.com/t_raid5_acceptable_oracle.htm

  • Plz give suggestion plz.. plz... help me rescue me

    hi,
    i am doing jmf project .. one to one , one to many, many to one... video chat...
    i completed just one to many transmit and one receive from many using RTP ...in these thing port number matchning must between trasmitter and receiver.. this would be problem since on receiver dont know in what port i transmit... how to avoid this ..
    this not work in behind firewall ,,, it need static ip (public ip) ....if client connect with me through proxy means i didnot get his ip addresss... there are problem..
    i tried save and tranmsit through HTTP URL help of web server..... but this not seem as realtime conversation..
    what are way i can use to tansmit and receive ...without above problem... plz give suggestion
    this would be helpful to me

    You might want to look at using JXTA to tunnel your traffic through firewalls and around NAT routers and such.
    Gregg

  • Suggestion plz On upload program

    Hi experts,
                   i have a issue i need to upload data to the G/L accounts. So can u suggest me if its better to upload it by using call transactio / session or i need to use BAPI's. Can you please explain me with ur answers. Thanks.
    Regards,
    Sunita.

    Hi Sunitha,
    check these.
    Upload G/L Accounts
    g/l master data upload
    hope they are useful to you.
    Regards!

  • Hierarchy table Query..suggestions plz.

    Experts,
    Find my query below for extracting the level 8 elements from a hierarchy table.
    Please suggest a better SQL Query,if there could be one.
    SELECT DSEND_ID
    FROM PROD WHERE DSEND_LVL=8
    AND PARNT_ID IN
    (SELECT DSEND_ID FROM PROD WHERE DSEND_LVL=7
    AND PARNT_ID IN
    (SELECT DSEND_ID FROM PROD WHERE DSEND_LVL=6
    AND PARNT_ID IN
    (SELECT DSEND_ID FROM PROD WHERE DSEND_LVL=5
    AND PARNT_ID IN
    (SELECT DSEND_ID FROM PROD WHERE DSEND_LVL=4
    AND PARNT_ID IN
    (SELECT DSEND_ID FROM PROD WHERE DSEND_LVL=3 AND PARNT_ID='000000080')))))
    ORDER BY DSEND_IDThanks,
    Bhagat

    PARNT_ID        DSEND_ID         DSEND_LVL      PARNT_LVL
    000000000       000000000                1          1
    PARNT_ID        DSEND_ID         DSEND_LVL   PARNT_LVL
    000000000       000000002                2          1
    000000002       000000002                2          2
    000000000       000000003                2          1
    000000003       000000003                2          2
    000000000       000000004                2          1
    000000004       000000004                2          2
    000000000       000000005                2          1
    000000005       000000005                2          2
    000000000       000000009                2          1
    000000009       000000009                2          2
    000000000       000000010                2          1
    000000010       000000010                2          2
    000000000       000000011                2          1
    000000011       000000011                2          2
    000000000       000000001                2          1
    000000001       000000001                2          2
    000000000       000000006                2          1
    000000006       000000006                2          2
    000000000       000000008                2          1
    000000008       000000008                2          2
    [\pre]
    This is how the table data looks...I've put the level 1 and level 2 elements alone..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • SUGGESTION PLZ

    Hi,
         I completed my certification in SAP ABAP -
    how i am looking forward to do one more certification which will help in my carrier, can you suggest me with any options --- thanks in advance

    HR is quite specific due to the build up of data collection and the use of infotypes for different actions.
    I am working on an HR programme, and the ABAPers I am working with are skilled in the fucntional side of HR as well as the ABAP side.  Knowing the functional side really helps when trying to understand vague specifications.
    I am unsure to what MNS is so can't comment...

  • Forward Planning For Backups, Answers and Suggestions Plz

    Hi so I just bounght a 30gb Gen 5 and plan on using all or most of the 30gb in due time and now I'm just trying to make a plan for when it comes time to back all my data (music, videos, pictures)
    I've decided on getting myself some sort of external harddrive as the main backup media and probably eventually let it become the drive for my itunes folder. This will obviously be much more efficient then burning countless cd/dvds to store all that data.
    Here comes the part where i need some info:
    I did not use the "copy files to itunes music folder" option to save on hard drive space. If I turn this on now, will it place a copy of all the music files that are currently listed in my library into this folder?
    If it does not, is there any "simple" way to compile all the songs in my library to put them in a central location, as currently most files are spread across several directory structures and I'm afraid of reorganizing them as that may kill the links to the files in itunes.
    All answers and any suggestions are welcome.
    Thanks

    I think this is the best place to start.
    <href=http://docs.info.apple.com/article.html?artnum=301748iTunes: Moving your iTunes Music folder
    For when you get your new exHD and move everything to that.
    There are lots of different ways to back up. I use rewriteable DVDs and burn them as data.
    Also remember to back up your iTunes library files.
    http://docs.info.apple.com/article.html?artnum=93732

  • Deploying a WAR to the J2EE Server - Suggestions Plz.

    Hi,
    I have a WAR file from my previous project, I would like to deploy it to my SAP WAS can some one tell me how I can do it also is there is way to Deploy a JAR file to a Server or to upload it there so all my applications can use it in the future without me having to add it to the Lib folder of my projects, I would appreciate any help.
    Best Wishes,
    John.

    Hi John,
    Open the source of application.xml in the EAR project and the add the following
       <module>
            <web>
                <web-uri>sampleweb.war</web-uri>
                <context-root>sampleweb</context-root>
            </web>
        </module>
    Replace your war file name and context root in the above snippet and add it in your application.xml as follows...
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
                                 "http://java.sun.com/dtd/application_1_3.dtd">
    <application>
        <display-name>sample</display-name>
        <description>EAR description</description>
        <module>
            <web>
                <web-uri>sampleweb.war</web-uri>
                <context-root>sampleweb</context-root>
            </web>
        </module>
    </application>
    Once you do it, your war is referred in ear and u can seperately deploy the war and ear and it will be recognized.
    Hope this will solve your problem..
    You may reward points if the solution helped..
    Thanks and regards
    Deepa Jampunathan

  • FINAL CUT SERVER Help or Suggestions plz

    Recently when I add clips to server and then pull them out to work on in Final Cut, they come out wobbly and interlaced, but my field dominance for these and for the sequence I work in is set to none... it didn't always do this, and if I add them to final cut from my local they are totally perfect but sure enough as as soon as I add to server they are useless, so what's changed?

    Are you working with edit proxies or the original media?

  • Execute mapping on condition (suggestions plz)

    Hi,
    I'am loading huge flat files in a warehouse and I need to make sure no file is loaded twice. I guess there are a few possibilities, but feedback is always pleasant.
    Is it possible to use a pre-mapping operator here? ( ie. user a procedure to check wheter to first 10 lines of the flat file have not been loaded into the db. before.) Or should i use an external workflow process.
    Or there any other ways of doing this? All sugestions are welcome.
    mvg
    Bram

    Bram,
    Not really any new ideas, just clarifications.
    I suppose the challenge here is to compare some signature value that uniquely identifies a file with the same value in the database. It's up to you how you want to define such signature, be it jut a file name or some part of the file content.
    Not that Pre-Mapping Operator calls functions and procedures defined in the database. If the procedure you designed to do the checking not a database procedure, then you can plug it in as External Activity in Process Flow.
    Nikolai

  • Problem in Componentization Exercise - Any Suggestions Plz.

    Hello All,
    I am trying to do this excercise of componentization which is from the Tutorail, I am following the exercise steps but I seem to be getting at error at:
    private final IPrivateMasterComp wdThis;
    It keeps telling me that IPrivateMasterComp cannot be resolved for the field MasterComp.wdThis can anyone tell me why this error is happening and how it can be fixed, I would appreciate any help anyone can offer.
    Best Wishes,
    John.

    John,
    Do a Reload + Rebuid for the corresponding project. Also try a DC build. The error should vanish after that.
    Bala.

  • How to install obiee 11.1.1.6.9(can you suggest plz)

    Hi every one,
    I have not done this before, can any one help me how to get this done .
    I am using Secure CRT, and current version using :-11.1.1.6.6 , but I wanted to include are patch 11.1.1.6.9 to the existing version. and it is for linux-64 bit.
    can any one please tell me how to start. and also let me know if you need any further information on it.
    Thanks,
    Ven

    follow this doc http://www.rittmanmead.com/2012/07/applying-patches-to-obiee-11-1-1-6-2-bp1/ similarly for 11.1.1.6.9. Just download the patches(from patches and updates tab) as below:
    type the patch number in search box and select the obiee 11.1.1.6.0 version. The below patches are for 11.1.1.6.9
    This is a cumulative bundle patch to go on top of current 11.1.1.6.X releases (excluding FA 11.1.1.6.3.X).
    Patch 16287811 (1 of 7) Oracle Business Intelligence Installer. (generic)
    Patch 16287778 (2 of 7) Oracle Real Time Decisions. (generic)
    Patch 16237960 (3 of 7) Oracle Business Intelligence Publisher. (generic)
    Patch 16287840 (4 of 7) Oracle Business Intelligence ADF Components. (generic)
    Patch 16287854 (5 of 7) Enterprise Performance Management Components Installed from BI Installer 11.1.1.6.x. (port-specific)
    Patch 16227549 (6 of 7) Oracle Business Intelligence. (port-specific)
    Patch 16287884 (7 of 7) Oracle Business Intelligence Platform Client Installers and MapViewer (generic)
    Note:
    The Readme files for the above patches describe the bugs fixed in each patch, and any known bugs with the patch.
    This patch is cumulative, and therefore, contains all of the fixes included in the earlier 11.1.1.6.2, 11.1.1.6.4, 11.1.1.6.5, 11.1.1.6.6, 11.1.1.6.7 and 11.1.1.6.8 patch sets.
    However, lists of fixes from included patch sets need to be looked up in the respective patches' readme files, and are not included in the above patches' readme files.
    The instructions to apply the above patches are identical, and are contained in the readme file for Patch 16287811
    Please bear in mind, that the readme states to apply Patch 13952743 for JDeveloper, too.
    let me know if you have questions. Mark helpful/correct if it helps
    Thanks,
    RM

Maybe you are looking for

  • Migrating reports from Crystal Enterprise 8.5 to BO Enterprise 11.5

    Hi, We have an application configured on Crystal Enterprise 8.5 that uses unmanaged url reports method. Now we have to migrate the application to Business Object Enterprise 11.5. We are done with the installation of Business Object Enterprise 11.5 an

  • Distribution from cost center to order

    hi all when I  do the distribution from cost center to order with "ksu5“ error message"不允许 "实际间接费用分摊"(ORD103601000058)" "not allowed actual overhead distribution ,ORD103601000058) anyone can help me ?thanks in advance... Edited by: DUNBAR XUE on Apr

  • SAP Certification from Pune.

    Hi Experts, I've SAP domain experience of about 6 years in MM module and wish to enroll for SAP Certification course. Can I know which of these institutes (Genovate or Delphi Computech) from Pune - India are best from both training as well as placeme

  • Infamous question mark images, Pics attached to post

    Hey guys, first off, thanks for any suggestions in advance. Here's my problem. As of late I seem to be having problems rendering pages in Safari. First, here are a few screenshots so you can get a general idea of what I'm seeing, so I don't have to i

  • Cropping to an edge confuses Adobe Bridge?

    I use Abobe Bridge as the host application for Camera Raw. For me, it makes much more sense than hunting for images from Photoshop. I think it's been at least three years-probably longer-since I noticed that Bridge has a habit of extracting some prev