[BPC 10] Member/property specific formatting

Hi,
I am trying to use specific member/property formatting in an input form in BPC 10. My account dimension has a property called format and I have used 3 different indicators, T,R and P.
In my input form I have activated the EPMFormattingSheet and under the dimension member/property formatting I have activated column formatting on specific member/property.
If I add one rule on my account dimension (such as FORMAT = P) the formatting is applied. However, I would like to have two different formats, once for FORMAT = R and one for FORMAT = P.
However, irrespective of the order, the second format is ignored.
Does anyone know how I can get two such formats working?
Thanks,
Arnold

Apparently property formatting only works for one member per property ...

Similar Messages

  • Dimension,Dimension Member,Property and Cube in BPC

    I am learning BPC. I've knowledge on relational database.
    Please help me in understanding Dimension,Dimension Member,Property and Cube.

    Hi,
    Please refer to the below link from help.sap:
    http://help.sap.com/saphelp_bpc75/helpdata/en/5A/69200C88AA40C9B18844A25259F147/frameset.htm
    This link will guide you through all the BPC concepts.
    Hope this helps.

  • Report does not recognize formatting on inputable member in EPM Formatting-Sheet

    Dear Gurus,
    When using an EPM Formating Sheet in the EPM-AddIn for Excel the formatting for "Inputable Members" is not applied to the Report. The formatting for Local Members, Blank Members, Hierarchies etc. is recognized however. I applied the formatting sheet to the report and enabled the "use as input schedule" checkbox in the sheet options. The checkbox for Member/Property Formatting and "inputable Member default Format" is enabled as well.
    The EPM-AddIn documentation does not state any specifics when using the "inputable Member" formatting.
    I know that i could simply copy the formatting sheet and use "base level Formatting" but i would like to create a single formatting sheet for reports and input schedules in our company as a template.
    We use SAP BPC 10.0 and EPM Add-In SP19 (Build 8909) on .Net Framework 3.5
    Do you have any suggestions how to fix this issue?
    Kind Regards
    Eric

    HI Eric,
    The EPM-AddIn documentation does not state any specifics when using the "inputable Member" formatting.
    It is used normally when you want specific formatting for your base level member. In BPC you can input date (Save) data only on  the base level member not on parent level members data get aggregates on the parent level member. So "inputable Member"  formatting will apply only on the base level members.
    The formatting for Local Members, Blank Members, Hierarchies etc. is recognized however.
    If   you are using hierarchies level formatting and inputable Member there are might chances of conflicting formatting,
    Better to use either of them and also check check which formatting you are using Row or Column.

  • How to conver a BINARY Table in specific format Documento to send by e-mail

    Hello all
    i am trying to send a file that is located in application server, this file was created in BINARY MODE, so now i need to download from this server and then send it by e-mail, i haver already download in BINARY MODE but when i send it and i open this appears in BINARY MODE i need to see in the specific format, for example:
    I have a FILE.XLSX which is BINARY MODE in the server and i used this function to download it
    CALL FUNCTION 'C13Z_RAWDATA_READ'
        EXPORTING
          i_file           = input_file
        IMPORTING
          e_file_size      = lv_file_size
          e_lines          = lv_lines
        TABLES
          e_rcgrepfile_tab = it_tab
        EXCEPTIONS
          no_permission    = 1
          open_failed      = 2
          read_error       = 3
          OTHERS           = 4.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ELSE.
        w_doc_data-doc_size = lv_file_size.
        LOOP AT it_tab INTO wa_itab.
          t_attachment-line   = wa_itab-orblk.
          APPEND t_attachment.
        ENDLOOP.
      ENDIF.
    fter to recive the file in binary mode i move it to the internal table  t_attachment, after that i send it by e-mail,
    w_doc_data-obj_langu  =  sy-langu.
      w_doc_data-obj_name   =  'EDISO'.
      w_doc_data-obj_descr  =  ld_mtitle.
      w_doc_data-sensitivty =  'F'.
    *--> Crea el cuerpo del mensaje
      t_packing_list-transf_bin =  space.
      t_packing_list-head_start =  1.
      t_packing_list-head_num   =  0.
      t_packing_list-body_start =  1.
      DESCRIBE  TABLE  it_mensaje  LINES  t_packing_list-body_num.
      t_packing_list-doc_type  =  'RAW'.
      APPEND  t_packing_list.
    Create attachment notification
      t_packing_list-transf_bin  = space. "'X'.
      t_packing_list-head_start  =  1.
      t_packing_list-head_num    =  1 ."5.
      t_packing_list-body_start  =  1. "5.
      IF t_attachment[] IS NOT INITIAL.
        DESCRIBE  TABLE  t_attachment  LINES  t_packing_list-body_num.
        t_packing_list-doc_type   =  c_format. THIS IS THE FORMAT I NEED TO SEE THE FILE FOR EXAMPLE: XLSX
        t_packing_list-obj_descr  =  ld_attdescription.
        t_packing_list-obj_name   =  ld_attfilename.
        t_packing_list-doc_size   =  t_packing_list-body_num * 255.
        APPEND  t_packing_list.
      ENDIF.
    But when i open the mail and open the file attach appears in BINARY so i need to see in XLSX format,
    Thanks a lot for you help

    Thanks for you help

  • Date Set from Member Property Value

    I need to create a 6Month Date Set in the cube, however instead of using the long Month Name, there is a Short Month name in the hierarchy as a Member Property to the long name (see pic below, red arrow pointing at the property) but I'm struggling creating
    the syntax for the Set.  I'm probably missing something small.  Appreciate the assistance.

    Hi Jdb09,
    Accoring to your description, you are going to create a 6 Month date set in the cube using Short Month name, now what you want is that how to use this property to create the set, right?
    Analysis Services exposes intrinsic properties on dimension members that you can include in a query to return additional data or metadata for use. So you can use the query like below.
    with member [measures].[a] as
    [Date].[Calendar].Properties( "Calendar Quarter" )
    select [measures].[a]
    on 0,
    [Date].[Calendar].[Month].members on 1
    from
    [Adventure Works]
    Reference
    http://msdn.microsoft.com/en-us/library/ms145963.aspx
    http://msdn.microsoft.com/en-us/library/ms145528.aspx
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • (BSO) export for lev0 member in column format

    Hi there,
    Today I have made a (BSO) export for lev0 member in column format.(Choosed this options with the export routine)
    What maked me wonder was that not only lev0 member are in the export file but also lev1 member.
    Can someone explain why this happened.
    I'm on 9.2.1 on win32.
    Regards
    Andre

    Hi Glenn,
    Thank you for your response,
    As you can see from the ess_lev0_exp_1.JPG outlined in the screen shot
    that this >lev0-member has 18 children. So impl shared should not matter.
    As as you can see from the ess_lev0_exp_2.JPG also these members are included in the export.
    However, the dim "Konten" (Account) is set to dense.
    The export options you can see in ess_lev0_exp_options.JPG.
    I find that strange anyhow. Hmm...
    http://fotoalbum.web.de/gast/andre.ml/Essbase
    Regards
    Andre

  • Listing files of a specific format in a JList

    I am using the following code to list the file in a directory in a JList, the problem is that I only want files of a specific format to be listed. Is there any way to do this?
    public static void listfile() {
         File[] files = directory.listFiles();
         Arrays.sort(files);
         list.setListData(files);
    }

    Horrible pseudocode is right.
    Use a FileNameFilter and learn to read the API so you
    don't have to ask dumb questions again.I appreciate youre trying to help, but calling my question stupid is illogical concidering that the java forums are for all questions with relevence to Java and not just the ones you don't find to stupid. Fortunatly I don't hold a grudge and I don't have a death-ray at my disposal right now ;-)

  • Technical specification format for webi report

    Hello expert,
           I was asked to design a webi report, will you please tell me how to write a technical specification format? appreciate very
    much.   zhang-boling at hotmail.com

    It depends on your requirement.
    Basically Techanical specs contain below inforamtaion in it
    1. Tabs Name
    2. Objects Used
      a) Object Name b) Objects DataType   c) Database Table
    3.  Query Names
    4.  Conditions Apply
         All the condition mention in the Query
        a)  Object b) Operands c) Value
    5.  Prompts Used
    6.  Sql Coming from all th Query.
    You can create this either in Excel or Word Documents.

  • "Shared Member" Property

    I was told today that when building dimensions for a BSO cube, is "Shared Member" is not a valid property to specify in an extract ? To the best of my recollection, "Shared Member" is not a valid property in an ASO cube.

    I don't really understand your question, you are talking about BSO loading dimensions then extract then ASO, what actually is your question?
    If it is there a property for shared members then no there is not, here are the list of valid member property codes - http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_dbag/dotrules.html#dotrules_2
    If you want to understand how to build shared members then have a read of - http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_dbag/dotdimb.html#dotdimb1061244
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Extract text with specific format ?

    Hello,
    Is there a way to extract text with a specific format in a document (i.e. font type/ size or even font colour)?
    thanks in advance!

    Hello gillad,
    I am afraid only indicators are the bold font or text colour...
    Having said that, just as I was writting my response, the following idea came to me:
    Convert the pdf into word
    Click on text of interest (text with distinct format)
    Use the feature "select all text with similar formating (no data)" under "editing" within the "home" ribbon
    Having said that, hopefully a tool set/ action can be developed one day...

  • Functional specification format

    Hi ,
    This is umar,
    Any body can send functional specification format to me and give a small example.
    Thanks
    umar

    Hi ,
    This is umar,
    Any body can send functional specification format to me and give a small example.
    Thanks
    umar

  • Help needed in BPC 10 Member Formula

    Hello Experts,
    We are in BPC 10 NW SP 11.
    Facing below error in report for Ratios hierarchy after
    member formula is built.
    Formulas is related to ratio
    IIF([ACCOUNT_GL].[RE_IREV]=0, NULL, [ACCOUNT_GL].[RE_IAADJ]/[ACCOUNT_GL].[RE_IREV]);SOLVE_ORDER=10
    RE_IREV is Income node
    RE_IAADJ is expense node.
    I have tried formula by removing square brockets for ACCOUNT
    DIM member. Still no success.
    Surprisingly, same formula, same hierarchy works fine in
    another Model.
    I have also compared measures in both the models, both are
    identical.
    Error in the report as below.
    Server message:
    code: UJO_READ_EXCEPTION_018
    severity: error
    description: MDX statement error: Value RE_IREV
    /CPMB/WADNXJI for characteristic /CPMB/WADNXJI unknown
    log id: KoFXP08mHM3X08002fJHZW
    DATAVALUE: Value RE_IREV /CPMB/WADNXJI for characteristic
    /CPMB/WADNXJI unknown
    MDX: WITH  MEMBER
    [Measures].[PERIODIC] AS 'IIF([/CPMB/WADNXJI               
    PARENTH2].[2/CPMB/ACCTYPE]="INC",-[Measures].[/CPMB/SDATA],IIF([/CPMB/WADNXJI                 PARENTH2].[2/CPMB/ACCTYPE]="EXP",[Measures].[/CPMB/SDATA],IIF([/CPMB/WADNXJI               
    PARENTH2].[2/CPMB/ACCTYPE]="AST",([Measures].[/CPMB/SDATA],
    CLOSINGPERIOD([/CPMB/WADBQQD               
    PARENTH1].[LEVEL02])),IIF([/CPMB/WADNXJI                 PARENTH2].[2/CPMB/ACCTYPE]="LEQ",-([Measures].[/CPMB/SDATA],
    CLOSINGPERIOD([/CPMB/WADBQQD               
    PARENTH1].[LEVEL02])),-[Measures].[/CPMB/SDATA]))))' SOLVE_ORDER=3  MEMBER [/CPMB/WADNXJI                 PARENTH2].[RE_ALAE_RATIO] AS
    'IIF([/CPMB/WADNXJI               
    PARENTH2].[RE_IREV                         /CPMB/WADNXJI]=0,
    NULL, [/CPMB/WADNXJI               
    PARENTH2].[RE_IAADJ                      
    /CPMB/WADNXJI]/[/CPMB/WADNXJI                 PARENTH2].[RE_IREV                         /CPMB/WADNXJI])'
    SOLVE_ORDER=10  SELECT NON EMPTY  {[/CPMB/WADBQQD                 PARENTH1].[2013.Q1                         /CPMB/WADBQQD]
    ,[/CPMB/WADBQQD               
    PARENTH1].[2013.Q2                         /CPMB/WADBQQD]
    ,[/CPMB/WADBQQD                 PARENTH1].[2013.Q3                         /CPMB/WADBQQD]
    ,[/CPMB/WADBQQD               
    PARENTH1].[2013.Q4                         /CPMB/WADBQQD]
    ,[/CPMB/WADBQQD               
    PARENTH1].[2013.TOTAL                      /CPMB/WADBQQD] } * {[/CPMB/WADNXJI                 PARENTH2].[RE_ALAE_RATIO]
    ,[/CPMB/WADNXJI               
    PARENTH2].[RE_ALL_RATIOS                   /CPMB/WADNXJI] ,[/CPMB/WADNXJI                 PARENTH2].[RE_COMBINED_RATIO]
    ,[/CPMB/WADNXJI               
    PARENTH2].[RE_EXPCOMM_RATIO] ,[/CPMB/WADNXJI                 PARENTH2].[RE_LOSS_RATIO]
    ,[/CPMB/WADNXJI               
    PARENTH2].[RE_OTHERCOMM_RATIO] ,[/CPMB/WADNXJI                 PARENTH2].[RE_STAT_COMB_RATIO]
    ,[/CPMB/WADNXJI               
    PARENTH2].[RE_STAT_EXP_RATIO] ,[/CPMB/WADNXJI                 PARENTH2].[RE_TOT_EXP_RATIO]
    ,[/CPMB/WADNXJI               
    PARENTH2].[RE_TOT_LOSS_RATIO] ,[/CPMB/WADNXJI                 PARENTH2].[RE_ULAE_RATIO] } ON
    0  from
    [/CPMB/WAMSZKS/!!O/CPMB/WAMSZKS]
    WHERE ( [Measures].[PERIODIC] ,[/CPMB/WAD3OFZ                 PARENTH1].[ACTUAL]
    ,[/CPMB/WAD0VHV               
    PARENTH1].[ALL_CHANNELS                    /CPMB/WAD0VHV] ,[/CPMB/WAD021F                 PARENTH1].[LEGAL                           /CPMB/WAD021F]
    ,[/CPMB/WADME7W                 PARENTH1].[ALL_DATASRC                     /CPMB/WADME7W]
    ,[/CPMB/WAD0DZ0               
    PARENTH1].[FGI                           
    /CPMB/WAD0DZ0] )
    V1:Value RE_IREV /CPMB/WADNXJI for characteristic /CP
    V2:MB/WADNXJI unknown
    V3:
    V4:
    Thanks,
    Senoy

    Hello Vadim,
    Thanks for the reply.
    I am able to process ACCOUNT_GL dimension.
    Also, I am using standard TIME dimension.
    I found that the virtual provider(created by using source of data for my model) too is showing the error, when I place above member formula.
    I am attaching the error messae when I try to do list records in the virtual provider.
    When I remove the member formula, everything is fine
    Thanks

  • How to use Dimension Build to change member property?

    Hello,
    I have researched online on how to do this and I think i have an understanding but I cannot get it to work. My dimension build rules file is of type Parent Child. The fields are Parent, Child, Alias. I am looking to add a Property field to change the consolidation property to - for one member. I have checked off all the options required and tried several different ways but always come with the following error on that line.
    \\Record #95 - Child Member - with no parent (3331)
    P&L - ACC OPERATING Operating Expenses -
    order is:
    Parent Child Alias Property
    What i want to do is assign the - subtraction for consolidation on the OPERATING member. Can this be done with the Parent Child type dimension build? Could this be achieved automatically in another way?
    Thanks
    Alex

    Hey guys, thanks for the tips. The source file is tab delimited. I made sure there was a tab between Operating Expenses and the - for subtractions.  The lines look like so.
    REV_PROJ PS100001 - ACC PS100001 - ACC_PS-M9 Revenue Settlement
    REV_PROJ SC100000 - ACC SC100000 - ACC_SCS Revenue Settlement
    P&L - ACC OPERATING Operating Expenses -
    OPERATING LABOR Labour
    LABOR PAYROLL Payroll related
    I know they don't show the tab but it's there. I have the field set to Property for Account_Desc (Dimension im updating in the outline) with a value of 0. I have also checked off "Delete when the field is empty" as to not change the consolidation on the other lines. i guess i need to figure out why it's treating the final "-" as a member and not as a part of the same line holding it's property. Is there a EOL delimiter i should be setting?
    thanks again

  • Skip a member in import format

    Hi All,
    I'm creating an import format for a location to load a csv file.
    In that I need to skip an entity(actually 20+ entities) related data while importing.
    But "SKIP" is not working here.
    FIELD NAME          FIELD NUMBER          NUMBER OF FIELDS          EXPRESSION
    Skip                         3                              4                                        2219
    Above combination is not working while import. All record with 2219 got loaded and failing at validation.
    Is "SKIP" mentioned for the same purpose?
    Is there any possiblity to skip a particular combination member as well using SKIP? (EX:- abcdxx1234, ijklxx5678 - member contains xx should be skipped)
    Target is Planning Application, Adapter ES 11x-G4-H
    Facing one more issue.
    This is first time i'm using essbase adapter.
    When I try to import map, import completed successful from excel. But no map got updated.
    Map not getting updated even with a single member.
    Thanks in advance.

    Those entities should be skipped as long as the value 2219 is found in Field3 so it must not be matching 2219 against any values in that field. Are you sure there are no whitespace characters in the source field? Another option would be to map the Entity 2219 (and other entities you are not interested in to a target of IGNORE in youe Entity mapping. You can Skip based on a particular combination but this would require an import script to define the more complex criteria and execute the skip.
    In terms of your mapping import issue are you sure that the Location ID specified in your Excel mapping template actually corresponds to the Location ypou are trying to import the maps to? 

  • How can BPC display the property in report input schedule

    When create a property, if the InApp is check, we can use the property in the MDX Query, however what is the best way to display the property in report and input schedule?
    Although we can use the EvPRO function, but according the definition of EvPRO
    "The EvPRO (Property value) function returns the value of a specified property for a specified member."
    for example =EVPRO("Finance","Sales","Currency") will returns USD, if the currency value for the member Sales is U.S. dollars., if I have a property group for account dimension, how could I display the value of group for all the account number?

    Hi
    you just use EVPRO like you mentioned:
    =EVPRO(Finance,$D20,group)
    In the cell $D20 your account number is displayed. You copy this function down for each account.
    -> just create an input schedule or report from a template, open the configuration panel. There you see this principle used for property High Level, Calc, ...
    D
    this method is perfect but you need to add the formula each time.
    I would prefer to use the formula using the after or before range in expansion options of evdre which would make it dynamic and you need not copy paste the formula to derive the property each time.
    Cheers
    Thanks and Regards
    Harish B K

Maybe you are looking for