Currency Cube Member Currency Tags

Hi,
Someone in my team created a currency cube with two databases. One with the currency information and the other being the main reporting cube. One of the dimensions on the reporting cube has it's members tagged with the appropriate currency tag. However, I need to update that dimension from another cube so they are in sync. The other cube doesn't have the currency tag information so that would be lost. Is there anyway to have this tagging information output ed so I can then reload it to the updated structure?
Thanks
Paul

bump anyone?

Similar Messages

  • Dropping a essbase cube member through Maxl Script

    Hi,
    Can anybody suggest, how I can delete the the member of a cube through MaxL Script.
    Is this achievable ??

    I think what you're trying to do (delete a member from a dimension) can be done in MaxL through a data load rule and an appropriate dimension load file.
    See: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_eashelp/dbdbstdb.htm for more information re "remove unspecified".
    Also see http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/imp_dims.htm for the MaxL statement "import dimensions".
    Lastly, see: http://www.network54.com/Forum/58296/thread/1225372045/Deleting+Members+within+a+Member+Name+in+the+outline+not+manually+but+automatically+- for a fairly indepth discussion of this issue.
    Regards,
    Cameron Lackpour

  • Set Currency DB Failed

    Does anyone know of reasons why my Set Currency Database in Application manager might fail? I know I must be missing something simple. Any advice.Thank you!

    In order to properly set a Currency DB everything must be perfect with regards to the database structure and the currency tags.To help track down the problem(s) check the application log - it will have a line informing you of which member is causing the problem.The easiest method to create a Currency Db is to use the 'Generate Currency Outline' feature in the Outline Manager and add any modifications.- Jay---------------------------Jay NishSenior Business Intelligence ConsultantClarity SystemsEmail: [email protected]: www.claritysystems.com

  • Changing the Default Currency in Analytics App's don't change curr symbol

    Hi All,
    We are using BI APPS 7.9.4 with OBIEE 10.1.3.3.2
    We want to change the default currency for reporting from $ to £ in BI Dashboard reports.
    I have edited the currencies.xml file on $INSTALLDIR/OracleBI/web/config
    changed the sybmol to £ from $
    <Currency tag="int:wrhs" type="international" placeholder="true" symbol="£" format="$#" digits="2" displayMessage="kmsgCurrencySiebelWarehouse">
    <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-GB" type="local" symbol="£" locale="en-GB" format="$#" digits="2">
    <negative tag="minus" format="-$#" />
    </Currency>
    and restarted BI Server, Presentation Server, Java Host and all the OPMN services but the reporting currencies in the dashboard reports are still displayed in $. The report currency symbol is showing $ by default irrespective of the default currency set in the currencies.xml
    Ex: $13459
    Anyone know what this issue could be, please let me know if am missing anything.
    I appreciate your help.
    Rgds, Bhaskar Kolluru
    Edited by: bkolluru on 30-Sep-2008 03:14

    Did you try changing the format setting as well?
    format="£#"

  • By default show the currency as USD

    Hi,
    I have a requirement where the user has to enter few account values in USD irrespective of the entity selected. Here entity dimension contains the list of projects region wise. This is to enable workflow project wise. The geography is in a separate dimension called the LegalEntity dimension. Since multiple currencies have to be enabled for a single entity, i have enabled "Allow multiple currencies per entity" option in the data form setting. For the list of accounts where the value is going to be entered in USD, i should display the currency as USD by default. If the currency tagged to the entity is INR, i have to display USD instead of INR. Is this feasible?
    I tried something like this. But this didnt work out.
    "Calculated Production Revenue"->HSP_InputCurrency = USD;
    Regards,
    Ragav.
    Edited by: ragavhere on May 13, 2010 9:24 PM

    Hi,
    It worked. Instead of giving "Calculated Production Revenue"->HSP_InputCurrency = USD; i gave it as
    "Calculated Production Revenue"->HSP_InputCurrency = 1000; since 1000 is the code for USD.
    The actual script is
    Fix(Scenario,Version,Period,Year,Entity,"Billing Rate")
    HSP_InputCurrency = 1000;
    ENDFIX
    This script is going to definitely take time. Is there any other way to do this in less amount of time.
    Regards,
    Ragav.

  • Currencies in obiee

    hi
    In the OBIEE all default analytics packs having the currencies symbol as '$' , but i want to see this in Rs. (i.e., INDIAN CURRENCIES)
    even though i was changed the currencies .xml file and restarted the oracle bi , presentation and java host services , but still it is showing the '$' only
    but i want to see all the currencies in the ' Rs.' (i.e., INDIAN CURRENCIES) or 'INR'
    can you please help me to complete this issue
    Thanks in advance
    Babu

    HI Joe
    i am trying the same but i don't know what was the wrong in my side apart from this i was not changed anything
    now this currencies .xml file looks like this
    please help me out to fix this issue
    Regards
    Babu
    <Currencies>
    <Currency tag="none" type="international" symbol="" displayMessage="kmsgCurrencyNone" format="$#" />
    <Currency tag="int:wrhs" type="international" placeholder="true" symbol="Rs" format="$#" digits="2" displayMessage="kmsgCurrencySiebelWarehouse">
    <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="int:$" type="international" symbol="$" format="$#">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-AU" type="local" symbol="$" locale="en-AU" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-CA" type="local" symbol="$" locale="en-CA" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-CB" type="local" symbol="$" locale="en-CB" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-NZ" type="local" symbol="$" locale="en-NZ" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-US" type="local" symbol="$" locale="en-US" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-AR" type="local" symbol="$" locale="es-AR" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:es-CL" type="local" symbol="$" locale="es-CL" format="$ #" digits="0">
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-CO" type="local" symbol="$" locale="es-CO" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-MX" type="local" symbol="$" locale="es-MX" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-PR" type="local" symbol="$" locale="es-PR" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:fr-CA" type="local" symbol="$" locale="fr-CA" format="# $" digits="2">
         <negative tag="parens" format="(#$)" />
         <negative tag="minus" format="-# $" />
    </Currency>
    <!--<Currency tag="loc:ms-BN" type="local" symbol="$" locale="ms-BN" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>-->
    <Currency tag="loc:zh-SG" type="local" symbol="$" locale="zh-SG" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-GB" type="local" symbol="£" locale="en-GB" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:ja-JP" type="local" symbol="¥" locale="ja-JP" format="$#" digits="0">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="int:euro-l" type="international" symbol="€" displayMessage="kmsgCurrencyEuroLeft" digits="2" format="$ #">
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="int:euro-r" type="international" symbol="€" displayMessage="kmsgCurrencyEuroRight" digits="2" format="#$">
         <negative tag="minus" format="-#$" />
    </Currency>
    <Currency tag="int:US$" type="international" symbol="US$" locale="en-US" digits="2" format="$#">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:en-BZ" type="local" symbol="BZ$" locale="en-BZ" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-IE" type="local" symbol="IR£" locale="en-IE" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-JM" type="local" symbol="J$" locale="en-JM" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-PH" type="local" symbol="Php" locale="en-PH" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-TT" type="local" symbol="TT$" locale="en-TT" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:en-ZA" type="local" symbol="R" locale="en-ZA" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:en-ZW" type="local" symbol="Z$" locale="en-ZW" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:af-ZA" type="local" symbol="R" locale="af-ZA" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:az-AZ" type="local" symbol="ман." locale="az-AZ" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:az-AZ-2" type="local" symbol="man." locale="az-AZ" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <!--<Currency tag="loc:be-BY" type="local" symbol="р." locale="be-BY" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>-->
    <Currency tag="loc:bg-BG" type="local" symbol="лв" locale="bg-BG" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:ca-ES" type="local" symbol="pta" locale="ca-ES" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:cs-CZ" type="local" symbol="Kč" locale="cs-CZ" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:da-DK" type="local" symbol="kr" locale="da-DK" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:de-AT" type="local" symbol="öS" locale="de-AT" format="$ #" digits="2">
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:de-CH" type="local" symbol="SFr." locale="de-CH" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:de-DE" type="local" symbol="DM" locale="de-DE" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:de-LI" type="local" symbol="CHF" locale="de-LI" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:de-LU" type="local" symbol="F" locale="de-LU" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:el-GR" type="local" symbol="Δρχ" locale="el-GR" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:es-BO" type="local" symbol="$b" locale="es-BO" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-CR" type="local" symbol="₡" locale="es-CR" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-DO" type="local" symbol="RD$" locale="es-DO" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-EC" type="local" symbol="S/." locale="es-EC" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-ES" type="local" symbol="pta" locale="es-ES" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:es-GT" type="local" symbol="Q" locale="es-GT" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-HN" type="local" symbol="L." locale="es-HN" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:es-NI" type="local" symbol="C$" locale="es-NI" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-PA" type="local" symbol="B/." locale="es-PA" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-PE" type="local" symbol="S/." locale="es-PE" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:es-PY" type="local" symbol="Gs" locale="es-PY" format="$ #" digits="0">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-SV" type="local" symbol="₡" locale="es-SV" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:es-UY" type="local" symbol="$U" locale="es-UY" format="$ #" digits="2">
         <negative tag="parens" format="($ #)" />
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:es-VE" type="local" symbol="Bs" locale="es-VE" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <!--
    <Currency tag="loc:et-EE" type="local" symbol="kr" locale="et-EE" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>-->
    <Currency tag="loc:eu-ES" type="local" symbol="pta" locale="eu-ES" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:fi-FI" type="local" symbol="mk" locale="fi-FI" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <!--<Currency tag="loc:fo-FO" type="local" symbol="kr" locale="fo-FO" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>-->
    <Currency tag="loc:fr-BE" type="local" symbol="FB" locale="fr-BE" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:fr-CH" type="local" symbol="SFr." locale="fr-CH" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:fr-FR" type="local" symbol="F" locale="fr-FR" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:fr-LU" type="local" symbol="F" locale="fr-LU" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:fr-MC" type="local" symbol="F" locale="fr-MC" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:hi-IN" type="local" symbol="रु" locale="hi-IN" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:hr-HR" type="local" symbol="kn" locale="hr-HR" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:hu-HU" type="local" symbol="Ft" locale="hu-HU" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:hy-am" type="local" symbol="դր." locale="hy-am" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:id-ID" type="local" symbol="Rp" locale="id-ID" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <!--<Currency tag="loc:is-IS" type="local" symbol="kr." locale="is-IS" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>-->
    <Currency tag="loc:it-CH" type="local" symbol="SFr." locale="it-CH" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:it-IT" type="local" symbol="L." locale="it-IT" format="$ #" digits="0">
         <negative tag="minus" format="-$ #" />
    </Currency>
    <Currency tag="loc:iw-IL" type="local" symbol="₪" locale="iw-IL" format="$ #" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:kk-KZ" type="local" symbol="Т" locale="kk-KZ" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:ko-KR" type="local" symbol="₩" locale="ko-KR" format="$#" digits="0">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:lt-LT" type="local" symbol="Lt" locale="lt-LT" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:lv-LV" type="local" symbol="Ls" locale="lv-LV" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:mk-MK" type="local" symbol="ден." locale="mk-MK" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:mr-IN" type="local" symbol="रु" locale="mr-IN" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:ms-MY" type="local" symbol="R" locale="ms-MY" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:nl-BE" type="local" symbol="BF" locale="nl-BE" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:nl-NL" type="local" symbol="fl" locale="nl-NL" format="$ #" digits="2">
         <negative tag="minus" format="$ #-" />
    </Currency>
    <Currency tag="loc:no-NO" type="local" symbol="kr" locale="no-NO" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:pl-PL" type="local" symbol="zł" locale="pl-PL" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:pt-BR" type="local" symbol="R$" locale="pt-BR" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:pt-PT" type="local" symbol="Esc." locale="pt-PT" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:ro-RO" type="local" symbol="lei" locale="ro-RO" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:ru-RU" type="local" symbol="р." locale="ru-RU" format="#$" digits="2">
         <negative tag="minus" format="-#$" />
    </Currency>
    <Currency tag="loc:sa-IN" type="local" symbol="रु" locale="sa-IN" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:sk-SK" type="local" symbol="Sk" locale="sk-SK" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:sl-SI" type="local" symbol="SIT" locale="sl-SI" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:sq-AL" type="local" symbol="Lek" locale="sq-AL" format="#$" digits="2">
         <negative tag="minus" format="-#$" />
    </Currency>
    <Currency tag="loc:sr-SP" type="local" symbol="Din." locale="sr-SP" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:sv-FI" type="local" symbol="mk" locale="sv-FI" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:sv-SE" type="local" symbol="kr" locale="sv-SE" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:sw-KE" type="local" symbol="S" locale="sw-KE" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:ta-IN" type="local" symbol="ரூ" locale="ta-IN" format="$ #" digits="2">
         <negative tag="minus" format="$ -#" />
    </Currency>
    <Currency tag="loc:th-TH" type="local" symbol="฿" locale="th-TH" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:tr-TR" type="local" symbol="TL" locale="tr-TR" format="# $" digits="0">
         <negative tag="minus" format="-# $" />
    </Currency>
    <!--<Currency tag="loc:tt-TA" type="local" symbol="р." locale="tt-TA" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>-->
    <Currency tag="loc:uk-UA" type="local" symbol="грн." locale="uk-UA" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:ur-PK" type="local" symbol="Rs" locale="ur-PK" format="$#" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:uz-UZ" type="local" symbol="сўм" locale="uz-UZ" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:uz-UZ-2" type="local" symbol="su'm" locale="uz-UZ" format="#$" digits="0">
         <negative tag="minus" format="-#$" />
    </Currency>
    <Currency tag="loc:vi-VN" type="local" symbol="₫" locale="vi-VN" format="# $" digits="2">
         <negative tag="minus" format="-# $" />
    </Currency>
    <Currency tag="loc:zh-CN" type="local" symbol="¥" locale="zh-CN" format="$#" digits="2">
         <negative tag="minus" format="$-#" />
    </Currency>
    <Currency tag="loc:zh-HK" type="local" symbol="HK$" locale="zh-HK" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:zh-MO" type="local" symbol="P" locale="zh-MO" format="$#" digits="2">
         <negative tag="parens" format="($#)" />
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:zh-TW" type="local" symbol="NT$" locale="zh-TW" format="$#" digits="2">
         <negative tag="minus" format="-$#" />
    </Currency>
    <Currency tag="loc:ar-AE" type="local" symbol="د.إ." locale="ar-AE" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-BH" type="local" symbol="د.ب." locale="ar-BH" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-DZ" type="local" symbol="د.ج." locale="ar-DZ" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-EG" type="local" symbol="ج.م." locale="ar-EG" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-IQ" type="local" symbol="د.ع." locale="ar-IQ" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-JO" type="local" symbol="د.ا." locale="ar-JO" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-KW" type="local" symbol="د.ك." locale="ar-KW" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-LB" type="local" symbol="ل.ل." locale="ar-LB" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-LY" type="local" symbol="د.ل." locale="ar-LY" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-MA" type="local" symbol="د.م." locale="ar-MA" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-OM" type="local" symbol="ر.ع." locale="ar-OM" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-QA" type="local" symbol="ر.ق." locale="ar-QA" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-SA" type="local" symbol="ر.س." locale="ar-SA" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-SY" type="local" symbol="ل.س." locale="ar-SY" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-TN" type="local" symbol="د.ت." locale="ar-TN" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-YE" type="local" symbol="ر.ي." locale="ar-YE" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:fa-IR" type="local" symbol="ريال" locale="fa-IR" format="$ #" digits="2">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-DJ" type="local" symbol="ف.ج." locale="ar-DJ" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-SO" type="local" symbol="ش.ص." locale="ar-SO" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="loc:ar-SD" type="local" symbol="ج.س." locale="ar-SD" format="$ #" digits="3">
         <negative tag="minus" format="$#-" />
    </Currency>
    <Currency tag="int:AED" type="international" symbol="AED" locale="ar-AE" digits="2"/>
    <Currency tag="int:ALL" type="international" symbol="ALL" locale="sq-AL" digits="2"/>
    <Currency tag="int:AMD" type="international" symbol="AMD" locale="hy-am" digits="2"/>
    <Currency tag="int:ARS" type="international" symbol="ARS" locale="es-AR" digits="2"/>
    <Currency tag="int:ATS" type="international" symbol="ATS" locale="de-AT" digits="2"/>
    <Currency tag="int:AUD" type="international" symbol="AUD" locale="en-AU" digits="2"/>
    <Currency tag="int:AZM" type="international" symbol="AZM" locale="az-AZ" digits="2"/>
    <Currency tag="int:BEF" type="international" symbol="BEF" locale="fr-BE" digits="2"/>
    <Currency tag="int:BGL" type="international" symbol="BGL" locale="bg-BG" digits="2"/>
    <Currency tag="int:BHD" type="international" symbol="BHD" locale="ar-BH" digits="3"/>
    <Currency tag="int:BND" type="international" symbol="BND" locale="ms-BN" digits="2"/>
    <Currency tag="int:BOB" type="international" symbol="BOB" locale="es-BO" digits="2"/>
    <Currency tag="int:BRL" type="international" symbol="BRL" locale="pt-BR" digits="2"/>
    <Currency tag="int:BYB" type="international" symbol="BYB" locale="be-BY" digits="2"/>
    <Currency tag="int:BZD" type="international" symbol="BZD" locale="en-BZ" digits="2"/>
    <Currency tag="int:CAD" type="international" symbol="CAD" locale="fr-CA" digits="2"/>
    <Currency tag="int:CHF" type="international" symbol="CHF" locale="de-CH" digits="2"/>
    <Currency tag="int:CLP" type="international" symbol="CLP" locale="es-CL" digits="0"/>
    <Currency tag="int:CNY" type="international" symbol="CNY" locale="zh-CN" digits="2"/>
    <Currency tag="int:COP" type="international" symbol="COP" locale="es-CO" digits="2"/>
    <Currency tag="int:CRC" type="international" symbol="CRC" locale="es-CR" digits="2"/>
    <Currency tag="int:CZK" type="international" symbol="CZK" locale="cs-CZ" digits="2"/>
    <Currency tag="int:DEM" type="international" symbol="DEM" locale="de-DE" digits="2"/>
    <Currency tag="int:DKK" type="international" symbol="DKK" locale="da-DK" digits="2"/>
    <Currency tag="int:DOP" type="international" symbol="DOP" locale="es-DO" digits="2"/>
    <Currency tag="int:DZD" type="international" symbol="DZD" locale="ar-DZ" digits="2"/>
    <Currency tag="int:ECS" type="international" symbol="ECS" locale="es-EC" digits="2"/>
    <Currency tag="int:EEK" type="international" symbol="EEK" locale="et-EE" digits="2"/>
    <Currency tag="int:EGP" type="international" symbol="EGP" locale="ar-EG" digits="2"/>
    <Currency tag="int:ESP" type="international" symbol="ESP" locale="es-ES" digits="0"/>
    <Currency tag="int:FIM" type="international" symbol="FIM" locale="fi-FI" digits="2"/>
    <Currency tag="int:FRF" type="international" symbol="FRF" locale="fr-FR" digits="2"/>
    <Currency tag="int:GBP" type="international" symbol="GBP" locale="en-GB" digits="2"/>
    <Currency tag="int:GRD" type="international" symbol="GRD" locale="el-GR" digits="0"/>
    <Currency tag="int:GTQ" type="international" symbol="GTQ" locale="es-GT" digits="2"/>
    <Currency tag="int:HKD" type="international" symbol="HKD" locale="zh-HK" digits="2"/>
    <Currency tag="int:HNL" type="international" symbol="HNL" locale="es-HN" digits="2"/>
    <Currency tag="int:HRK" type="international" symbol="HRK" locale="hr-HR" digits="2"/>
    <Currency tag="int:HUF" type="international" symbol="HUF" locale="hu-HU" digits="2"/>
    <Currency tag="int:IDR" type="international" symbol="IDR" locale="id-ID" digits="2"/>
    <Currency tag="int:IEP" type="international" symbol="IEP" locale="en-IE" digits="2"/>
    <Currency tag="int:ILS" type="international" symbol="ILS" locale="iw-IL" digits="2"/>
    <Currency tag="int:INR" type="international" symbol="INR" locale="hi-IN" digits="2"/>
    <Currency tag="int:IQD" type="international" symbol="IQD" locale="ar-IQ" digits="3"/>
    <Currency tag="int:IRR" type="international" symbol="IRR" locale="fa-IR" digits="2"/>
    <Currency tag="int:ISK" type="international" symbol="ISK" locale="is-IS" digits="2"/>
    <Currency tag="int:ITL" type="international" symbol="ITL" locale="it-IT" digits="0"/>
    <Currency tag="int:JMD" type="international" symbol="JMD" locale="en-JM" digits="2"/>
    <Currency tag="int:JOD" type="international" symbol="JOD" locale="ar-JO" digits="3"/>
    <Currency tag="int:JPY" type="international" symbol="JPY" locale="ja-JP" digits="0"/>
    <Currency tag="int:KES" type="international" symbol="KES" locale="sw-KE" digits="2"/>
    <Currency tag="int:KRW" type="international" symbol="KRW" locale="ko-KR" digits="0"/>
    <Currency tag="int:KWD" type="international" symbol="KWD" locale="ar-KW" digits="3"/>
    <Currency tag="int:KZT" type="international" symbol="KZT" locale="kk-KZ" digits="2"/>
    <Currency tag="int:LBP" type="international" symbol="LBP" locale="ar-LB" digits="2"/>
    <Currency tag="int:LTL" type="international" symbol="LTL" locale="lt-LT" digits="2"/>
    <Currency tag="int:LUF" type="international" symbol="LUF" locale="de-LU" digits="0"/>
    <Currency tag="int:LVL" type="international" symbol="LVL" locale="lv-LV" digits="2"/>
    <Currency tag="int:LYD" type="international" symbol="LYD" locale="ar-LY" digits="3"/>
    <Currency tag="int:MAD" type="international" symbol="MAD" locale="ar-MA" digits="2"/>
    <Currency tag="int:MKD" type="international" symbol="MKD" locale="mk-MK" digits="2"/>
    <Currency tag="int:MOP" type="international" symbol="MOP" locale="zh-MO" digits="2"/>
    <Currency tag="int:MXN" type="international" symbol="MXN" locale="es-MX" digits="2"/>
    <Currency tag="int:MYR" type="international" symbol="MYR" locale="ms-MY" digits="2"/>
    <Currency tag="int:NIO" type="international" symbol="NIO" locale="es-NI" digits="2"/>
    <Currency tag="int:NLG" type="international" symbol="NLG" locale="nl-NL" digits="2"/>
    <Currency tag="int:NOK" type="international" symbol="NOK" locale="no-NO" digits="2"/>
    <Currency tag="int:NZD" type="international" symbol="NZD" locale="en-NZ" digits="2"/>
    <Currency tag="int:OMR" type="international" symbol="OMR" locale="ar-OM" digits="3"/>
    <Currency tag="int:PAB" type="international" symbol="PAB" locale="es-PA" digits="2"/>
    <Currency tag="int:PEN" type="international" symbol="PEN" locale="es-PE" digits="2"/>
    <Currency tag="int:PHP" type="international" symbol="PHP" locale="en-PH" digits="2"/>
    <Currency tag="int:PKR" type="international" symbol="PKR" locale="ur-PK" digits="2"/>
    <Currency tag="int:PLN" type="international" symbol="PLN" locale="pl-PL" digits="2"/>
    <Currency tag="int:PTE" type="international" symbol="PTE" locale="pt-PT" digits="0"/>
    <Currency tag="int:PYG" type="international" symbol="PYG" locale="es-PY" digits="0"/>
    <Currency tag="int:QAR" type="international" symbol="QAR" locale="ar-QA" digits="2"/>
    <Currency tag="int:ROL" type="international" symbol="ROL" locale="ro-RO" digits="2"/>
    <Currency tag="int:RUR" type="international" symbol="RUR" locale="ru-RU" digits="2"/>
    <Currency tag="int:SAR" type="international" symbol="SAR" locale="ar-SA" digits="2"/>
    <Currency tag="int:SEK" type="international" symbol="SEK" locale="sv-SE" digits="2"/>
    <Currency tag="int:SGD" type="international" symbol="SGD" locale="zh-SG" digits="2"/>
    <Currency tag="int:SIT" type="international" symbol="SIT" locale="sl-SI" digits="2"/>
    <Currency tag="int:SKK" type="international" symbol="SKK" locale="sk-SK" digits="2"/>
    <Currency tag="int:SVC" type="international" symbol="SVC" locale="es-SV" digits="2"/>
    <Currency tag="int:SYP" type="international" symbol="SYP" locale="ar-SY" digits="2"/>
    <Currency tag="int:THB" type="international" symbol="THB" locale="th-TH" digits="2"/>
    <Currency tag="int:TND" type="international" symbol="TND" locale="ar-TN" digits="3"/>
    <Currency tag="int:TRL" type="international" symbol="TRL" locale="tr-TR" digits="0"/>
    <Currency tag="int:TTD" type="international" symbol="TTD" locale="en-TT" digits="2"/>
    <Currency tag="int:TWD" type="international" symbol="TWD" locale="zh-TW" digits="2"/>
    <Currency tag="int:UAK" type="international" symbol="UAK" locale="uk-UA" digits="2"/>
    <Currency tag="int:USD" type="international" symbol="USD" locale="en-US" digits="2"/>
    <Currency tag="int:UYU" type="international" symbol="UYU" locale="es-UY" digits="2"/>
    <Currency tag="int:UZS" type="international" symbol="UZS" locale="uz-UZ" digits="2"/>
    <Currency tag="int:VEB" type="international" symbol="VEB" locale="es-VE" digits="2"/>
    <Currency tag="int:VND" type="international" symbol="VND" locale="vi-VN" digits="2"/>
    <Currency tag="int:YER" type="international" symbol="YER" locale="ar-YE" digits="2"/>
    <Currency tag="int:YUN" type="international" symbol="YUM" locale="sr-SP" digits="2"/>
    <Currency tag="int:ZAR" type="international" symbol="ZAR" locale="en-ZA" digits="2"/>
    <Currency tag="int:ZWD" type="international" symbol="ZWD" locale="en-ZW" digits="2"/>
    </Currencies>

  • Deploying Cube from Essbase Studio

    Hi,
    I am fresher and I am a student and I am trying to study Oracle Hyperion Essbase Studio. I have a problem when I am trying to Build outline and load data from Essbase studio ->Cube Deployment option.
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1007072): Member [keyboard] tagged as <REFER does not have a member to refer to
    \\Record #1 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~karnataka) to member (karnataka)
    karnataka karnataka banglore banglore 457787 457787
    \\Record #2 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra Pune Pune 411043 411043
    \\Record #4 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra Pune Pune
    \\Record #5 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~maharashtra) to member (maharashtra)
    maharashtra maharashtra pune pune
    \\Record #6 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra pune pune 441205 441205
    \\Record #7 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#545#0@#~Gujrat) to member (Gujrat)
    Gujrat Gujrat 123456 123456
    \\Record #8 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~maharashtra) to member (maharashtra)
    maharashtra maharashtra mumbai mumbai 433653 433653
    Edited by: 980685 on Jan 8, 2013 11:30 PM
    Edited by: 980685 on Jan 8, 2013 11:31 PM

    Hi All,
    Towards this error if we are talking about Hyperion Essbase - Version 11.1.2.1.000 and later.
    So mostly we are facing this issue has been verified as unpublished Bug 12967639.
    As documented in KM:
    Unable to Save ASO Outline After Renaming Members, "Error(1007072) Member [xxx] tagged as <REFER does not have a member to refer to" [ID 1465850.1]
    Also towards ASO there is another document having all there as:
    Oracle Hyperion Essbase and Aggregate Storage (ASO) [ID 1291202.1]
    Thanks,
    Shaker

  • Problem with SSAS cube reporting action when using pivot filter with cubevalue function

    Hi everyone,
    I have a quite specific problem when I combine cube actions (Reporting Action SSRS) with Excel's cubevalue() function.
    The problem is when I use a pivot filter as a parameter for the cubevalue() function. The action item does not show up in the context menue.
    The cube action works fine when I do it from a "normal" pivot or if I use the cubevalue() function without the reference to a pivot filter (all the parameters in the function are "hard-coded").
    I use SSAS 2012 and Excel 2010.
    Thanks for yor help.
    Gerhard

    Hi everyone,
    I actually figured out a way to solve this problem. I had to use a detour to solve this bug in Excel (at least I think it's a bug).
    What I needed to do: I had to make Excel belive that the filter is actuall hard-coded and does not come from a pivot filter. This was only possible by adding a new calculated measure to the cube that gives back the MEMBER_Unique_Name to the current member
    passed. This "value" can then be used to go back to the cube and select the cubemember function. Here is a small example.
    This is the cube member:
    CREATE MEMBER CURRENTCUBE.[Measures].[RegCompBranNameKey] AS
    [Company Branch].[Reg - Comp - Bran Name].CurrentMember.Properties("MEMBER_UNIQUE_NAME", TYPED),
    VISIBLE = 0 ;
    And this is then done in a hidden Excel cell:
    =CUBEMEMBER("Metrics";
     IF(RIGHT(CUBEVALUE("Metrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]");5)="[ALL]";"[ALL]";
      RIGHT(CUBEVALUE("Metrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]");LEN(CUBEVALUE("GlobalMetrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]"))-57)
    I had to use the UniqueName property because I have a combined filter. That's also the reason for this truncation and also useing the last part of it. If you just have a straight key you more easily use it.

  • Shared Member Error

    I need to tag a member as a shared member. When I tag it as shared member, the duplicate shared member dialog box pops up.
    But there is only one base member listed.
    I double click on the base member, the member gets tagged as a shared member. However after saving and reopening the outline, the member is no longer tagged as shared.
    What could be the error.

    Hi user,
    Make sure you meet the following requeriments while creating share members:
    - Shared members and the associated stored member must be in the same dimension
    - In the outline, stored members should be above their associated shared members.
    - Stored members can be at any level in the hierarchy
    - Shared members must be level 0, even if their stored member is not.
    - You cannot assign UDAs or formulas to shared members.
    - You cannot associate attributes with shared members.
    Please let me know.
    J.-

  • Need help with create member currentcube

    I have a user requesting a new cube member to display total employees but when slcing by qtr they want it to be the avg over the qtr to display for that member else use the total employee?
    I have this in te cube calc tab
    CREATE MEMBER CURRENTCUBE.[Measures].[Total Emp]
    AS
    [Measures].[Total FullTime Emp]+
    [Measures].[Total PartTime Emp]+
    [Measures].[Total Seasonal Emp]
    FORMAT_STRING = "#,##0",
    VISIBLE = 1;
    Currently I'm showing
    I know I have to add the Time Dim
    [Time].[Hierarchy].[Month].members
    Can SOme help on the code?

    Hi Anonymous123sdaf,
    According to your description, you want to show average number of employees when slicing on quarter level. Right?
    In MDX we can use scope() statement to assign different calculation to a limit scoped MDX. Please use the MDX query below:
    SCOPE([Measures].[Total Emp]);
    SCOPE([Date].[Calendar].[Calendar Quarter].members);
    This=Avg(
    Descendants(
    [Date].[Calendar].currentmember,
    [Date].[Calendar].[Calendar Quarter]
    ), Measures.[Total Emp]
    END SCOPE;
    END SCOPE;
    Reference:
    SCOPE Statement (MDX)
    Best Regards,
    Simon Hou
    TechNet Community Support

  • (Another) Native VLAN tagging question..

    I have completed CCNA 3 course and am in 4 right now. I am still confused about VLAN native commands such as
    sw tr na vl xxx
    When this is on a trunk port, what does it mean?
    Thanks....

    "So does that mean that before the packet goes onto the trunk link it is put into the native VLAN then when it exits the trunk link (on the other side) it is stripped of the VLAN info? "
    No, what your prior quotation decribed is what a switch should do with untagged frames received on a port defined as a VLAN trunk.
    The VLAN tags informs the switch what VLAN a frames belongs to when it is received on a VLAN trunk port, but without such a tag, how does the switch know the intended VLAN? It doesn't, from the frame itself. So, we can often configure a trunk port to place any untagged frames into one VLAN of our choice. In theory, once we define what VLAN untagged frames will be considered a member of, tagged frames, for that VLAN could also be accepted. Both should be treated the same by the receiving switch.
    As for a switch sending packets out a VLAN trunk, normally you would expect all packets to be VLAN tagged although a switch might support sending one particular VLAN frames without tags to support a device, such as the PC described in your quotation, that doesn't understand how to process, or expect, tagged frames.
    If you're wondering how this all comes to be, consider a PC that knows nothing about VLAN tags is connected to an IP phone which does (which connects to the network) and you want to place the two devices on different VLANs. As the PC traffic transits the phone could, in theory, wrap/unwrap the PC traffic with VLANs tags when working with the network switch. However, if the phone fails, you can design the IP phone hardware to keep the link good from PC to the network, but then the IP phone PC VLAN processing would be lost. So for that reason, and the reason, we might want to add/remove an IP phone "in front" of the PC, we want to continue to support untagged frames to/from the PC.
    Altough the frames to the PC are untagged, since we can configure what VLAN untagged frame should be considered per port, we can have different PCs (on different ports) in different VLANs on the switch. (This is very similar to port based VLANs, but instead of being limited to one logical VLAN per port, we're limited to one untagged VLAN per port but can have multiple tagged VLANs per port.)

  • Rejected record message from Essbase Studio load (3355)

    I receive the following error when deploying an outline via Essbase Studio to an ASO cube (ver 11.1.2):
    \\Record #36798 - Member XXX does not exist. Reference member column types require the field to be an existing member (3355)
    As I read the error (BTW, can someone help me find the table of rejected record codes?), it is rejecting the assignment of an attribute to a member because the member does not exist.
    What could be a reason though that I did not receive an "Error adding member XXX" rejection beforehand or something indicating that there was an error adding the member originally? I am puzzled because I cannot find anything special about the source data when comparing to the many others that loaded successfullly.

    Hi All,
    Towards this error if we are talking about Hyperion Essbase - Version 11.1.2.1.000 and later.
    So mostly we are facing this issue has been verified as unpublished Bug 12967639.
    As documented in KM:
    Unable to Save ASO Outline After Renaming Members, "Error(1007072) Member [xxx] tagged as <REFER does not have a member to refer to" [ID 1465850.1]
    Also towards ASO there is another document having all there as:
    Oracle Hyperion Essbase and Aggregate Storage (ASO) [ID 1291202.1]
    Thanks,
    Shaker

  • Problem adding attribute dimension

    Version: 9.2
    Cube: ASO
    I feel like I am dropping the ball. I am trying to add an attribute to my ASO cube at the bottom of my outline. Everything I try to edit the member properties I get an "Attribute Calculations dimension can not be created". I don't have any calculations/consolidations.
    When I click the database properties-->Attribute settings-->Calucation dimension names-->(try entering a name) all I get is "NULL value for member name string".
    When I use ASOsamp(or any app) I can create/tag an attribute dimension though.

    Hi There,
    I guess you might've added a Gen1, member, i.e. a dimension, at the end of the outline & intended it to be an Attribute dimension. Correct?
    If yes, after adding the member at the end,
    - Before opening the dialog for member properties, tag the dimension as "Attribute" by clicking on the appropriate icon, right on the outline page.
    - Associate this attr. dim to one of your sparse dims.
    - Add a member to the Attribute dim. & associate it with one of the members of sparse dim.
    - Now, it should let you save the outline.
    Good luck!
    - Natesh

  • 100+ Views & 0 Replies Can someone help me..?

    Hello There,
    Is it possible to delete Level 0 Members in a dimension using Rule files? I did read this thread (HOW can i delete the members in dim using MAXL and tried the Remove Unspecified option but it removes all the members in the dimension.
    For Instance consider this Outline. Here Coke, Pepsi, Dr.Pepper, Sprite, Regular, Latte, French & Mocha are the ones which needs to be removed
    Product<2><Never Share>
    +Beverages<2>
    -+ Soft Drinks <1>
    --+ Soda<2>
    ----+ Diet<4>
    -------+ Coke <Alias: 001 Diet Coke>
    -------+ Pepsi <Alias: 002 Diet Pepsi>
    -------+ Dr.Pepper <Alias: 003 Diet Dr.Pepper>
    -------+ Sprite <Alias: 004 Diet Sprite>
    ----+ Regular<4>
    -------+ Cokei <Alias: 005 Coke>
    -------+ Pepsi <Alias: 006 Pepsi>
    -------+ Dr. Pepper <Alias: 007 Dr. Pepper>
    -------+ Sprite <Alias: 008 Sprite>
    --+ Hot Drinks<1>
    ----+ Cofee<4>
    -------+ Regular <Alias: 010 Regular>
    -------+ Latte <Alias: 020 Latte>
    -------+ French <Alias: 030 French>
    -------+ Mocha <Alias: 040 Mocha>
    +Fast Food
    Please can some one help me.
    Thanks in Advance+

    Natesh gave you the right advice -- to use the remove unspecified option you must provide a dimension build file/table/source that has all of the members you want but not the members you don't. The members you don't want are the ones that are not in the file -- they get deleted.
    Have a read of this thread and see all of the links: Re: dropping a essbase cube member through Maxl Script
    Regards,
    Cameron Lackpour

  • How to use dynamic set in calculated measure

    Hi, 
    I have this calculated measure in my cube:
    member [Measures].[Estimate]
    as 
    iif(
    isleaf([Calendar].[By Year - Quarter - Month].currentmember),
    iif(
    1=1, // Simplified for examples sake
    [Measures].[Actual],
    [Measures].[Budget]
    sum(
    [Calendar].[By Year - Quarter - Month].currentmember.children,
    [Measures].[Estimate]
    It works fine, however when the user filters on the calendar hierarchy, the totals does not seem to react. As far as I can read, this is related the use of sub cubes when filtering in Excel, and this can be fixed by using a dynamic set, but how? I am unsure
    how one would use it with this measure.
    Thanks in advance

    This used to be a problem with Excel 2003 though I thought it had been fixed with the more recent versions. I've only seen this issue when using named sets in a calculated measure and not when the set is defined within the calculated measure and that's corrected
    by declaring EXISTING before the named set reference as below.
    SET [Member Descendants] AS
    [Calendar].[By Year - Quarter - Month].CurrentMember.CHILDREN
    MEMBER [Measures].[Estimate] AS
    IIF(
    ISLEAF([Calendar].[By Year - Quarter - Month].currentmember),
    IIF(
    1=1, // Simplified for examples sake
    [Measures].[Actual],
    [Measures].[Budget]
    SUM(
    EXISTING [Member Descendants],
    [Measures].[Estimate]
    EXISTING will force the named set to be evaluated with the context of each cell evaluation.
    Martin Mason Wordpress Blog

Maybe you are looking for