Copying data to member with member formula

Hi All,
How do I copy data to a member with member formula? For example, I have a member called "Opening_Balance_Rooms" this member has member formula so storage property is Dynamic Calc. It has data value of 1300 in local currency for post0+12 (Post0+12->Local=1300) and I want to copy the same to USDForecast0+12Rates. Below will explain my requirment clearly. Using Essbase V11.1.1.3.
Column1........... Column2
Post0+12.............. Post0+12
Local.................... USDForecast0+12Rates
Opening_Balance_Rooms 1300.............. 0 (I want to populate 1300 instead of 0 here)
Thanks,
Edited by: MoFa on Sep 4, 2012 1:21 PM
Edited by: MoFa on Sep 4, 2012 1:23 PM

Hi Tim,
This is the member forumula that calculate the Opening_Balance_Rooms.
IF (@ISMBR ("Jan") AND @ISMBR ("2002 Actuals"))
Opening_Balance_Rooms = ("OPB_Rooms"->"BegBalance"->"2002 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2003 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2002 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2004 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2003 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2005 Actuals"))
Opening_Balance_Rooms = ("OPB_Rooms"->"BegBalance"->"2005 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2006 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2005 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2007 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2006 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2007 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2007 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2006 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2008 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2007 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2008 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2008 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2007 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2009 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2008 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2009 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2009 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2008 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2010 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2009 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2010 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2010 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2009 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2011 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2010 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2011 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2011 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2010 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2012 Actuals"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2011 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2012 Actuals Adjustments"))
Opening_Balance_Rooms = 0;
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2012 Actuals after Adjustments"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2011 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2004 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2003 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2005 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2004 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2006 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2005 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2007 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2006 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2008 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2007 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2009 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2008 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2010 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2009 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2011 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2010 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2012 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2011 Actuals");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("2013 Target"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2012 Actuals");
ELSEIF (@ISMBR ("Post0+12")
OR @ISMBR ("1+11OrigPre") OR @ISMBR ("1+11PrePush") OR @ISMBR ("1+11PreAdj") OR @ISMBR ("Post1+11")
OR @ISMBR ("2+10OrigPre") OR @ISMBR ("2+10PrePush") OR @ISMBR ("2+10PreAdj") OR @ISMBR ("Post2+10")
OR @ISMBR ("3+9OrigPre") OR @ISMBR ("3+9PrePush") OR @ISMBR ("3+9PreAdj") OR @ISMBR ("Post3+9")
OR @ISMBR ("4+8OrigPre") OR @ISMBR ("4+8PrePush") OR @ISMBR ("4+8PreAdj") OR @ISMBR ("Post4+8")
OR @ISMBR ("5+7OrigPre") OR @ISMBR ("5+7PrePush") OR @ISMBR ("5+7PreAdj") OR @ISMBR ("Post5+7")
OR @ISMBR ("6+6OrigPre") OR @ISMBR ("6+6PrePush") OR @ISMBR ("6+6PreAdj") OR @ISMBR ("Post6+6")
OR @ISMBR ("7+5OrigPre") OR @ISMBR ("7+5PrePush") OR @ISMBR ("7+5PreAdj") OR @ISMBR ("Post7+5")
OR @ISMBR ("8+4OrigPre") OR @ISMBR ("8+4PrePush") OR @ISMBR ("8+4PreAdj") OR @ISMBR ("Post8+4")
OR @ISMBR ("9+3OrigPre") OR @ISMBR ("9+3PrePush") OR @ISMBR ("9+3PreAdj") OR @ISMBR ("Post9+3")
OR @ISMBR ("10+2OrigPre") OR @ISMBR ("10+2PrePush") OR @ISMBR ("10+2PreAdj") OR @ISMBR ("Post10+2")
OR @ISMBR ("11+1OrigPre") OR @ISMBR ("11+1PrePush") OR @ISMBR ("11+1PreAdj") OR @ISMBR ("Post11+1")
AND @ISMBR ("Jan"))
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2011 Actuals after Adjustments");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY1+11Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"1+11OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY1+11Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post1+11");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY2+10Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2+10OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY2+10Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post2+10");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY3+9Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"3+9OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY3+9Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post3+9");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY4+8Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"4+8OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY4+8Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post4+8");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY5+7Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"5+7OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY5+7Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post5+7");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY6+6Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"6+6OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY6+6Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post6+6");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY7+5Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"7+5OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY7+5Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post7+5");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY8+4Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"8+4OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY8+4Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post8+4");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY9+3Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"9+3OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY9+3Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post9+3");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY10+2Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"10+2OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY10+2Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post10+2");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY11+1Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"11+1OrigPre");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY11+1Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post11+1");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY0+12Pre") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"Post11+1");
ELSEIF (@ISMBR ("Jan") AND @ISMBR ("FY0+12Post") )
Opening_Balance_Rooms = ("Rooms"->"Dec"->"2012 Actuals after Adjustments");
ELSEIF (@ISMBR ("Feb") OR @ISMBR ("Mar")
OR @ISMBR ("Apr") OR @ISMBR ("May")
OR @ISMBR ("Jun") OR @ISMBR ("Jul")
OR @ISMBR ("Aug") OR @ISMBR ("Sep")
OR @ISMBR ("Oct") OR @ISMBR ("Nov")
OR @ISMBR ("Dec"))
Opening_Balance_Rooms = @Prior("Opening_Balance_Rooms")
+ @Prior("Affiliations")
+ @Prior("Disaffiliations")
+ @Prior("Other_Rooms");
EndIf

Similar Messages

  • Issue with member formula editor in Planning 11.1.2.4

    Hello Gurus,
    I just wanted to add a formula for a planning application member through workspace (v.11.1.2.4), but when I tried member -> edit -> member formula... it stays there by saying the 'Loading Member Formula Editor'.................. nothing happens after that.. same case with all the members.. I am using IE.11...
    any tricks??
    Thanks,
    Siva

    Hello Gurus,
    I raised an SR with Oracle support and they have replied by saying that, In EPM 11.1.2.4, the IE11 is only supported for interactive reporting and we will have to use IE 10 & 9 for workspace.
    Yes. It works fine in IE 10 & 9.
    Thanks,
    Siva

  • Dynamic Calc Member with Formula to Calculate a Rolling 13 Year

    I have to create a rollup in my time dimension that will have 13 members representing each month of a 13 rolling forecast. I am having trouble setting this up as dynamic calc members with a formula assigned to it. For example, on of the members has the following formula.
    As you can see, I am referencing several substitution variables since I want to make this as most dynamic as possible without having to make any changes to the formula member. Only making changes to the substitution variable. Any help would be much appreciated.
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jan"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Feb"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Mar"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Apr"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "May"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jun"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jul"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Aug"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Sep"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Oct"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Nov"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Dec"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF

    We use similar logic but its in a calc script, not a dynamic formula.
    Here's an example of what we do:
    FIX (&Year, &Scenario)
    IF (@ISMBR("JAN"))
    "Average Usage%" = @AVG(SKIPBOTH, @MDSHIFT("Usage %"->"DEC"->&actYear, -1, "Year",), "Util %"->"JAN"->&actYear);
    ELSEIF
    ENDFIX
    Another example in a different database:
    IF (@ISMBR("JAN")) ((@MDSHIFT("Fees"->APR,-1,YEARS,)+@MDSHIFT("Fees"->MAY,-1,YEARS,)+@MDSHIFT("Fees"->JUN,-1,YEARS,)+@MDSHIFT("Fees"->JUL,-1,YEARS,)+@MDSHIFT("Fees"->AUG,-1,YEARS,)+@MDSHIFT("Fees"->SEP,-1,YEARS,)+@MDSHIFT("Fees"->OCT,-1,YEARS,)+@MDSHIFT("Fees"->NOV,-1,YEARS,)+@MDSHIFT("Fees"->DEC,-1,YEARS,)+"Fees"->JAN)/10)*12;

  • How to copy data for certain member from one dimension to another dimension

    Dear ,
    I want to copy data for certain member ("511102") from one dimension to another combinations of dimensions ,
    I have the following combinations for "511102" :
    _("Budget2012","FY12","Working.V01","SAR","BegBalance","1011","G_10","custom Grades")_
    I want to copy "511102"  to "salary"
    -salary have the following dimensions :
    _("Budget2012","FY12","Working.V01","SAR","BegBalance","General group","All grades","General Employees")_
    , I don't know if I could do it by datacopy of cross dimensional , But I don't HOW >>>
    Thanks in advance

    FIX("Budget2012","FY12","Working.V01","SAR","BegBalance","General group","All grades","General Employees")
    "salary"="511102"->"1011"->"G_10"->"custom Grades";
    ENDFIX
    or
    FIX("Budget2012","FY12","Working.V01","SAR","BegBalance")
    DATACOPY "511102"->"1011"->"G_10"->"custom Grades" to "salary"->"General group"->"All grades"->"General Employees";
    ENDFIX
    Key thing in datacopy is to place the dimensions in cross dimension in the same order. Both sides (before and after "TO") should have equal number of dimension members specified.
    Cheers,
    Alp

  • Data not exist for member combination in web analysis report

    When I run the report in web analysis studio iam able to find the data for a particular member combination.When I try to run the same report in workspace iam not finding any data for same member combination.Can U please help me to resolve this issue

    Hi Swetha,
    You must've realized that- Even if you select only the desired members, you end up being able to drill-down unwanted members. Correct ? :)
    The only way, I believe, is- To create a users' group at your Data source side, perhaps, Essbase & provision this new group with a Metaread filter which prevents him/her from Drilling down to the leaf node.
    PS: Giving Read access might also let the user not see the data for children. But, if you want to hide the members also, Metaread+ is the way to go.

  • In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?

    In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?
    =IF(I127,NOW()," ")
    I127 equals a check box. The formula retuns a value of the current date and time when a check is placed in the box. How does one lock that date and time so that it cannot be changed?

    I don't think it is possible to lock in the date and time using a formula. You could put NOW() in a cell, copy, and Edit Paste Formula Results where you want the result.
    Or if you are "time stamping" a lot, you may find this Automator Service (Dropbox download) helpful. It puts a "Today" function (actually it should be named "Now" because it includes both date and time) in your Services menu like this:
    Just doubleclick the .workflow package to install it. You may have to click "download anyway" in System Preferences > Privacy & Security.
    If you want you can assign the service a keyboard shortcut in System Preferences here:
    SG

  • How to clear data on only one member

    <p>Hi</p><p>i have for members in my components dimension(Member A,Member B,Member C, Member D ).</p><p>i want to clear all data under MemberA, without touching anydata under other members.</p><p>i used the same dataload rule which i used for loading Member A,with changing the option from "Overwrite existingvalues" to "Substract existing values". But it gavea lot of errors.</p><p>can anyone suggest a better way.</p><p>thanks</p><p> </p><p> </p>

    Depending on the size of your database, a calc script is an option:<BR><BR>Fix (@isdescendants(MemberA))<BR>Clearblock all;<BR>Endfix<BR><BR>You can test different combinations of this script on a small section of data.<BR><BR>If just one member:<BR><BR>Cleardata MemberA;<BR><BR>would work too.<BR><BR>If the database is very large a calc may be quite slow but again that can be tested.<BR><BR>Hope this helps.<BR><BR>

  • I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that?

    I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that?

    thanks
    Sent from Yahoo Mail on Android
    From:"jomarielawrence" <[email protected]>
    Date:Mon, Feb 23, 2015 at 10:16 PM
    Subject:Reply marked as helpful on I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that?
    I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that?
    jomarielawrence marked David__B's reply on I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that? as helpful. View the full reply
    Marked as helpful:
    Hi Ken,
    The software allows installing on two computers, so installing on your laptop is fine. You'll just want to repeat the install process on laptop.
    This document explains the install process: Creative Cloud Help | Install, update, or uninstall apps
    Also, this FAQ might be useful for you. It goes over a lot of common questions when just getting started:
    https://helpx.adobe.com/creative-cloud/faq.html
    Hope that helps,
    - Dave
         Following I am currently a CC member with it installed on my laptop, I want to intall on a PC as well.  Will the subsciption allow me to do that? in these streams: Inbox

  • EvPro - no data  with propriety 'Formula'

    Hi,
    I would like tu use the fonction EvPro with propriety 'Formula'
    =EVPRO("ApplicationX";"Membre1";"FORMULA")
    But the system give the following message : 'no data'
    NB : The FORMULA is addition of menbres : Membre 2+ Membre 3
    Nb : this function is correct when I use the other proprieties like EVDESCRIPTION
    Question : Is it necessary to convert the property 'Formula in text format?
    If so, how?
    best regards
    Bastien

    Hi,
    I only want to display the formula.
    Nb : I tried to use the other prorpietes like evdescription with Evpro : no problem
    Nb : environnement : MS 7.0 SP10 - SQL serveur 2008
    NB : I created the new propriety (copy of FORMULA) : it's OK
    Bastien

  • Annualizing a essbase member in a formula

    How does one annualize a single essbase member in a formula?ie make a member StockDays that has a formula of 2 other members of which one is annualized to express it in terms of a year: StockDays = "member_n" * 12 / 8 (if it is August now YTD= 8 months);The problem is: what can I do to make the 8 or number of months in the formula generic.Maybe it is not done in a formula?Thanks!

    I did this once using xref.I created a second database with the months in one dimension, and the month.number in another ... I had to do several combinations month.number, month.number-1, month.number+1 etc. I just referenced the appropriate measure from my calc script in the main database using xref and this worked well in my case.Hope this helps.

  • OraRRP Error with "Unable to copy data file;Error code 2, check disk space"

    Hi,
    Some users get this message -"Unable to copy data file;Error code 2, check disk space" when run report with orarrp, but most users do not get it.
    I check free space at both server and client side, they are very sufficient.
    I also checked directory exists for REPORTXX_TMP variable.
    My user call reports via URL (rwservlet) and it occur for all reports.
    How I can solve this problem?
    Thanks in advance.
    Tawatchai R.

    Hi,
    have the same problem now. One user has temporarily problems to download .rrpa files via URL (rwservlet) request. Error code: -"Unable to copy data file;Error code 2, check disk space". Did you get a solution??
    Thanks in advance. Axel

  • I have the original iPad 5.1.1.  I am looking for an app to send message by voice . It's for a family member with physical limitations .. So if anyone has a recommendation please let me know thanks

    I Have the original iPad 5.1.1
    iam looking for an app that can use voice to send text/messages its for a family member with physical limitations

    I have the free version of this app that limits you to a 5MB file, but it does work. It requires iOS 3.1. I'm not sure how well the paid version works or what the limitations are.
    https://itunes.apple.com/us/app/quickvoice2text-email-pro/id285877935?mt=8

  • How to tag attribute member with standard dimension member in EIS

    hi,
    would any one please help me how to tag attribute member with standard dimension member in EIS
    THANK U IN ADVANCE

    In your OLAP model, view columns for the base dimension table. Go into the column properties and for the columns that have Attribute values highlight them and click the Attribute button.
    Go into Metadata Model and those fields will be available to drag into your outline as attribute members.
    Once in the outline, go into the properties of the attribute and assign the level of the base dimension they associate with.

  • Giving filter to a Allias member only ,not to shared member with the same name

    I have a situation that i have  to give access to allias member ,with the same name there r a lot of shared member.
    Please let me know ,if there is any syntex where i can give access to the member which is tagged as allias .

    Access to member ?? Please be clear on it !!
    Assuming that you are using Maxl scripts to create filter
    create or replace filter 'App'.'db'.'Group Name ' read on '@IDESC("Dimensions") , @IDESC( ) ....';
    Later use :
    grant filter 'App'.'db'.'Group Name' TO 'Group Name in Shared services';
    May be you can create a new Group for the shared members , or it really does not matter .
    I am assuming that I got your question correct.                                 

  • Unable to bulk copy data. - Random failure, running as SQL Agent with Admin rights and timeouts=0

    Hello,
    My setup is SQL Server 2012 (11.0.5522) and SSIS, but still running the 2008 R2 created packages. The server is Windows Server 2008 R2 with 32GBs of memory.
    I am running a control package which calls 4 packages at once to run simultaneously for performance reasons. It runs every day with issues, but maybe once a month I get the failure:
    'Unable to bulk copy data. You may need to run this package as an administrator.'
    The SQL Agent is setup as admin, it has access to the create global objects the source and destination databases are on the same server and the timeout is set to zero. Each package has the standard batch size and takes about 3-4 minutes to complete.
    Its not easily re-creatable and always runs fine when I re-start the package.
    Any help would be appreciated.
    Kind regards, Graham.

    see
    https://popbi.wordpress.com/2012/09/03/ssis-unable-to-bulk-copy-data-you-may-need-to-run-this-package-as-administrator/
    https://support.microsoft.com/kb/2216489?wa=wsignin1.0
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for