EPM Context filter - select base members of a node

Hello Experts,
Is it possible to select the base members of a node in epmcontext filter?
Thanks,
Nadine

Hi Nadine,
Its not possible to get base members of a particular parent.
The suggestion provided by Nagarjuna will fetch you all the base level members in your dimension.
The suggestion provided by Biswajit will not work at all. Consider the Time dimension as an example. You will have certain properties for the months. However, if you want to fetch the base level of a year, and you put a condition as PARENTH1=2010.TOTAL; BASE_MEMBER=X, it will not give you anything; since PARENTH1 of the months will not be equal to the year. Instead, it will be the quarter.
Hope this helps.

Similar Messages

  • Change month of a report by selecting the Year in the EPM context bar

    Hi All,
    I am very new on BPC 10 and actually I am trying to make some report.
    I just try to make a simple thing : display all the month of a year choose by a user (without using the "Editor Report")
    I made a simple report using EPMOlapMember, but when I try to change the year in the EPM context bar in the "Time" dimension, the month displayed does not correspond to the year context and even if I refresh my report.
    What I would like to do is  to allow users to select the year or the month+year in the EPM context bar or by an other way and that the report refresh.
    The finality of this report is to compare the operating cost of a month with the year before, in actual or budget, in periodic or YTD, to calculate variance.
    Below is the structure I would like to have on a single worksheet:
    Scénario : A user choose the month (generally of the month of the current year)
    FIRST (periodic) : Display all the month of the month/year (selected by the user)
    SECOND (periodic) : 1st column : Display the month/year (selected by the user) in actual
                                        2nd column : Display the month/year (selected by the user) in budget
                                        3rd column : Display the month/year-1 (selected by the user) in actual 
                                        4&5th column : Just simple for the delta
    THIRD (year to date) : 1st column : Display the month/year (selected by the user) in actual
                                              2nd column : Display the month/year (selected by the user) in budget
                                              3rd column : Display the month/year-1 (selected by the user) in actual 
                                            4&5th column : Just simple for the delta
    Hope someone could answer !
    Regards,
    Karine

    Hi,
    go through this link
    http://scn.sap.com/community/epm/planning-and-consolidation-for-netweaver/blog/2013/03/01/static-report-in-bpc-nw-10
    Regards,
    Shrikant

  • Pipe in Expansion does not expand BAS members for all KeyRanges

    Hi all,
    I created a simple report to input some figures (in this case currency translation rates). I would like to add the different figures per period (BAS members of selected time period) and would like to have the different input currencies separated using the PIPE within the expansion parameters (rf. screenshot):
    http://up.picr.de/4945568.png
    I would expect the following result after expanding (rf. screenshot):
    http://up.picr.de/4945586.jpg
    What I get is the following; for the first KeyRange the BAS members are listed from JAN to DEC. the other KeyRanges only show the JAN 12 times (rf. screenshot ):
    http://up.picr.de/4945604.jpg
    Does anyone have an idea? I already tried to modify the expansion from BAS to BAS|BAS|BAS, but the result is the same.
    Thanks in advance and best regards
    DoubleM
    Using: BPC 7.5 for Microsoft

    Hi Karsten,
    thank you for your answer, too. Yes, this is sth. I also thought about (just add the Dimension description in a new header able.  I think now it's ok.
    If I would adapt the report like this I would have the next issue. I like using the pipes as they give a little bit more overview to a report (from my point of view), but I guess the functionality is not always really sophisticated.
    Example: Normaly the formula next to the first cells in the headers (like EVDES) is copied to the rest of the KeyRange. If you use pipes you have different KeyRanges and I would also expect, that the formula is also copied to this Ranges, but it will not. If I have static reports (like in the example of this thread), it's quite easy to copy the formulas, so the description is also named in the other ranges.
    But if you have really dynamic reports (so you do not know, how many rows will be filled) you cannot copy the formulas easily. Maybe a solution with macros might be possible, but it's not the nicest way ...
    cheers
    DoubleM

  • BPC Logic Script: Copy from calculated members (non-base) to base members

    Hi experts,
    I want to copy some values from some calculated members to base members in the same dimension. It appears I have a hard time scoping the calculated members.
    This is my C_ACCOUNT dimension:
    And this is the COPYCALC.LGF script I am running:
    LGX:
    *XDIM_MEMBERSET C_ACCOUNT = 450
    *WHEN C_ACCOUNT
    *IS 450
    *REC( EXPRESSION = %VALUE%, C_ACCOUNT = 50)
    *ENDWHEN
    LOG:
    LOG BEGIN TIME:2014-02-26 17:21:12
    FILE:\ROOT\WEBFOLDERS\STEP_UNIT_TEST \ADMINAPP\BUDGET_CASH\TEST.LGF
    USER:KAROLISB
    APPSET:STEP_UNIT_TEST
    APPLICATION:BUDGET_CASH
    [INFO] GET_DIM_LIST(): I_APPL_ID="BUDGET_CASH", #dimensions=16
    AA_NUMBER,AUDITTRAIL,BUDGET_OBJECT,BUDGET_TYPE,CATEGORY,COFOG,CURRENCY,C_ACCOUNT,C_ACCOUNT_DT,ENTITY,FLOW,GRANTS,MEASURES,TIME,TIME_DT,VERSION
    #dim_memberset=4
    CATEGORY:RES,1 in total.
    CURRENCY:LC,1 in total.
    TIME:2012,1 in total.
    C_ACCOUNT:450,1 in total.
    SCRIPT RUNNING TIME IN TOTAL:1.00 s.
    LOG END TIME:2014-02-26 17:21:12
    My model structure:
    So as you can see I am trying to copy from account 450 (which is non base) to account 50 ( which is base member). Also you can see that in the previous example no record was generated.
    Whereas,  if I replace the account 450 with 4500 I get record generated in order:
    LGX:
    *XDIM_MEMBERSET C_ACCOUNT = 4500
    *WHEN C_ACCOUNT
    *IS 4500
    *REC( EXPRESSION = %VALUE%, C_ACCOUNT = 50)
    *ENDWHEN
    LOG:
    LOG BEGIN TIME:2014-02-26 18:26:26
    FILE:\ROOT\WEBFOLDERS\STEP_UNIT_TEST \ADMINAPP\BUDGET_CASH\TEST.LGF
    USER:KAROLISB
    APPSET:STEP_UNIT_TEST
    APPLICATION:BUDGET_CASH
    [INFO] GET_DIM_LIST(): I_APPL_ID="BUDGET_CASH", #dimensions=16
    AA_NUMBER,AUDITTRAIL,BUDGET_OBJECT,BUDGET_TYPE,CATEGORY,COFOG,CURRENCY,C_ACCOUNT,C_ACCOUNT_DT,ENTITY,FLOW,GRANTS,MEASURES,TIME,TIME_DT,VERSION
    #dim_memberset=4
    CATEGORY:RES,1 in total.
    CURRENCY:LC,1 in total.
    TIME:2012,1 in total.
    C_ACCOUNT:4500,1 in total.
    REC :%VALUE%
    CALCULATION BEGIN:
    QUERY PROCESSING DATA
    QUERY TIME : 0.00 ms. 1  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    CALCULATION TIME IN TOTAL :0.00 ms.
    1  RECORDS ARE GENERATED.
    CALCULATION END.
    ENDWHEN ACCUMULATION: 1  RECORDS ARE GENERATED.
    DATA TO WRITE BACK:
    AA_NUMBER AUDITTRAIL BUDGET_OBJECT BUDGET_TYPE CATEGORY COFOG CURRENCY C_ACCOUNT C_ACCOUNT_DT ENTITY FLOW GRANTS TIME TIME_DT VERSION SIGNEDDATA
    AA_NONE LIM NONE 10 RES FA_NONE LC 50 CAD_NONE A00 F99_1 NONE 2012 TD_NONE CURRENT 222.00
    1  RECORDS HAVE BEEN WRITTEN BACK.
    WRITING TIME :1.00  ms
    Why can I not copy value from 450 ? How do I solve this problem ?
    PS: currently I am testing this as a DM package run script but in the future I would like to make it a Default.lgf functionality.
    I am working on:
    BPC 10 SP5 for NW, calculation engine ABAP, BW 7.4

    Sorry to keep you in darkness. My code has developed since I have started this thread:
    *SELECT(%ADMISSIBLE%, "[ID]", C_ACCOUNT, " [THIERARCHY]<>'' AND [ACCTYPE]<>INC ")         // DEFINE THE SET OF REAL(ACTUALY EXISTING), NON-REVENUE AND NOT ANCIENT CASH ACCOUNTS HERE.
    *SELECT(%INADMISSIBLE%, "[ID]", C_ACCOUNT, " [ID] <> %ADMISSIBLE% ")
    *SELECT(%L1%, [ID], C_ACCOUNT, "[ID] = %C_ACCOUNT_SET%")       // DEFINE BASE LEVEL ACCOUNTS
    *SELECT(%L2%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L1% ")       // DEFINE FIRST(COUNTING FROM BASE) LEVEL PARENTS
    *SELECT(%L3%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L2% ")       // DEFINE SECOND(COUNTING FROM BASE) LEVEL PARENTS
    *SELECT(%L4%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L3% ")
    *SELECT(%L5%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L4% ")
    *SELECT(%L6%, "[THIERARCHY]",C_ACCOUNT, "[ID] = %L5% ")
    *SELECT(%LALL%, "[ID]", C_ACCOUNT, "[ID] = %L1%,%L2%,%L3%,%L4%,%L5%,%L6%")  //UNION OF ALL LEVELS
    *XDIM_MEMBERSET AUDITTRAIL = INPUT
    *XDIM_MEMBERSET VERSION = CURRENT
    *XDIM_MEMBERSET AA_NUMBER = AA_NONE
    *XDIM_MEMBERSET TIME_DT = TD_NONE
    *XDIM_MEMBERSET C_ACCOUNT_DT = CAD_NONE
    *XDIM_MEMBERSET C_ACCOUNT = %INADMISSIBLE%     //SCOPE LEAVES ALL POTENTIAL DESTINATIONS FOR MEMBERS IN %PARS%
    *FOR %A% = %PARS%    //LOOP OVER ALL ADMISSIBLE PARENTS
    *WHEN C_ACCOUNT
    *IS L_C_%A%
    *REC( EXPRESSION = [C_ACCOUNT].[%A%], C_ACCOUNT = L_C_%A%)         //SUM UP THE VALUES OF LEAVES AND WRITE THE SUM TO DESTINATION ACCOUNT
    *ENDWHEN
    *NEXT
    screen shot of part of member table for C_ACCOUNT:
    continuation in next reply (I have problems with my text editor)

  • Base members doesnot exist

    Dear all
    I have prepared a script logic which posts data from one model to another model.
    while i was testing this script, i got an error saying ALL_base members. I still used this script in default logic and executed a input template.
    It worked fine eventhough validation failed.
    Now we have a requirement such that category dimension is being passed from user prompt. So, I made a package which sends the category from user prompt and calls the script logic.
    I got the error ALL_Base member doesn't exist. After reading some threads in scn.sap.com, I have scoped all dimensions in source model with their base members.But this time I am getting an error saying a member doesnot exit. when i checked dimension members of that member, I couldnt find in any of the dimension but one of the property of costcentre dimension.
    Can somebody help in reviewing the below script? is this  below script syntactical wise and logical wise correct? if so, i need to check the dimension properties and members.
    Source Model:BF
    Source Dimensions:Account[A], Category[C], Costcentre,datasrc,fund,internalorder,time,wbs,measures
    Property of WBS:Funded_Prog
    Property of Costcenter: Fundcenter
    Destination:FUND_MGMT
    Destination dimensions:Commtnt_item[A], Category, Datasrc,Fund,Funded_prog,Portfolio,Time,Measures
    mapping ->
    source                                   destination   
    Account                              Commtnt_item
    WBS                                   Funded_prog
    costcenter                             Portfolio
    script logic
    *SELECT(%ACCOUNT_ID%,"[ID]",ACCOUNT,"[ID]<>'ETC','REV_ETC'")
    *SELECT(%CATYEAR%,"[YEAR]",CATEGORY,"[ID]=%CATEGORY_SET%")
    *SELECT(%WB%,"[ID]",WBS,"[CALC]='N'")
    *SELECT(%CC%,"[ID]",COSTCENTRE,"[CALC]='N'")
    *SELECT(%IO%,"[ID]",INTERNALORDER,"[CALC]='N'")
    *SELECT(%DS%,"[ID]",DATASRC,"[CALC]='N'")
    *SELECT(%FD%,"[ID]",FUND,"[CALC]='N'")
    *XDIM_MEMBERSET ACCOUNT=%ACCOUNT_ID%
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET TIME=BAS(%CATYEAR%.TOTAL)
    *XDIM_MEMBERSET WBS=%WB%
    *XDIM_MEMBERSET COSTCENTRE=%CC%
    *XDIM_MEMBERSET INTERNALORDER=%IO%
    *XDIM_MEMBERSET DATASRC=%DS%
    *XDIM_MEMBERSET FUND=%FD%
    *DESTINATION_APP = FUND_MGMT
    *RENAME_DIM WBS = FUNDED_PROG, ACCOUNT = COMMTNT_ITEM, COSTCENTRE = PORTFOLIO
    *SKIP_DIM = INTERNALORDER
    *WHEN WBS.FUNDED_PROG
    *IS <> ""
    *WHEN ACCOUNT.ACCTYPE
    *IS INC
    *REC(FACTOR = 1,ACCOUNT=A40000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *IS EXP
    *REC(FACTOR = 1,ACCOUNT=A50000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *ENDWHEN
    *ENDWHEN

    *SELECT(%ACCOUNT_ID%,"[ID]",ACCOUNT,"[ID]<>'ETC','REV_ETC'")
    *SELECT(%CATYEAR%,"[YEAR]",CATEGORY,"[ID]=%CATEGORY_SET%")
    *SELECT(%WB%,"[ID]",WBS,"[CALC]='N' AND [FUNDED_PROG]<>''")
    *SELECT(%CC%,"[ID]",COSTCENTRE,"[CALC]='N' AND [FUNDCENTER]<>''")
    *SELECT(%IO%,"[ID]",INTERNALORDER,"[CALC]='N'")
    *SELECT(%DS%,"[ID]",DATASRC,"[CALC]='N'")
    *SELECT(%FD%,"[ID]",FUND,"[CALC]='N'")
    *XDIM_MEMBERSET ACCOUNT=%ACCOUNT_ID%
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET TIME=BAS(%CATYEAR%.TOTAL)
    *XDIM_MEMBERSET WBS=%WB%
    *XDIM_MEMBERSET COSTCENTRE=%CC%
    *XDIM_MEMBERSET INTERNALORDER=%IO%
    *XDIM_MEMBERSET DATASRC=%DS%
    *XDIM_MEMBERSET FUND=%FD%
    *DESTINATION_APP = FUND_MGMT
    *RENAME_DIM WBS = FUNDED_PROG, ACCOUNT = COMMTNT_ITEM, COSTCENTRE = PORTFOLIO
    *SKIP_DIM = INTERNALORDER
    *WHEN ACCOUNT.ACCTYPE
    *IS INC
    *REC(FACTOR = 1,ACCOUNT=A40000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *IS EXP
    *REC(FACTOR = 1,ACCOUNT=A50000,WBS = WBS.FUNDED_PROG, COSTCENTRE = COSTCENTRE.FUNDCENTER,DATASRC=DS_TRF)
    *ENDWHEN
    Ujkt log
    LGX:
    LOG:
    FILE:\ROOT\WEBFOLDERS\CORPORATE \ADMINAPP\BF\TEST.LGF
    USER:10005576
    APPSET:CORPORATE
    APPLICATION:BF
    [INFO] GET_DIM_LIST(): I_APPL_ID="BF", #dimensions=9
    ACCOUNT,CATEGORY,COSTCENTRE,DATASRC,FUND,INTERNALORDER,MEASURES,TIME,WBS
    #dim_memberset=8
    ACCOUNT:1,10,100,1000,100001,...1036 in total.
    CATEGORY:CB01,1 in total.
    TIME:2014.07,2014.08,2014.09,2014.10,2014.11,...8 in total.
    WBS:CAP000001SRAMU1,CAP000005,CAP000006,CAP000009,CAP000011,...24670 in total.
    COSTCENTRE:10021101,10031101,10071101,10081101,10100001,...2106 in total.
    INTERNALORDER:1001000000,1001000001,1001000002,1001000003,1001000004,...1275 in total.
    DATASRC:DS_CALC,DS_ECC,DS_MANUAL,DS_PRIORITY,DS_TRF,...36 in total.
    FUND:10001000,1100,1110,1180,1190,...66 in total.
    UJK_EXECUTION_EXCEPTION:Value of Property (FUNDED_PROG) for member (CAP000001SRAMU1) in dimension (WBS) is empty
    Version of BPC - SP 002.
    S/W COMPONENT     RELEASE     LEVEL     HIGHEST SUPPORT PACKAGE DESCRIPTION
    CPMBPC                      801                 0002     SAPK  - 80102INCPMBPC     CPM BPC
    SAP_BW                      731                  0006                        SAPKW73106                SAP BW      

  • Financial Reporting: Base members of Current Point of View for Entity

    How do you typically handle reports in which you'd like to show all base members of the current point of view, but also allow the user to select a base entity?
    Example A: Base members of Current Point of View for Entity
    User selects a base entity: report errors
    User selects a parent: report functions as expected and shows base entities
    Example B: Base members of Current Point of View for Entity (Inclusive)
    User selects a base entity: report functions as expected and shows the base entity
    User selects a parent: report shows base entities (as expected), but also shows the parent entity (which we do not want to see)
    I think the last case listed is what we want, but is there any way to just show the base entities? Like an advanced suppression option or something I'm missing.
    Thanks.

    Unfortunately, we don't have anything that uniquely identifies our base entities (close, but not all of them). However, the report does work as desired by using the following for entity, set in the advanced properties:
    Base members of Current Point of View for Entity (Inclusive) AND Bottom of hierarchy Entity
    This will allow the user to select either A) parent or B) base entity from the hierarchy and the report will show either A) base entities of the parent (not the parent) or B) the base entity.
    Not sure why this works and all the other things attempted did not, but as long as it works. Also tried conditional formatting on Level, but that always threw a level 0 (for both base and parent).

  • Automatic selection of members

    Dear members,
    I have 3 dimensions
    1) Entity dimension
    2) Account Dimension
    3) User Dimension
    User requirement is that when it select Entity dimension member > Account Dimension members and User Dimension members automatically filter and only members linked by Entity are opened.
    Entity members            
    E1                                          
    E2
    E3
    Account
    Output1
    Output2
    Output3
    User define
    FC1
    FC2
    FC3
    FC4
    FC5
    Following report is desired
    Entity = E1
    Account                  Userdefine
    Output1                      FC1
                                        FC2
    Output2                      FC3
                                        FC4
                                        FC5
    Output3                      FC5
    How the above report can be achieved.
    Please reply.
    Best regards

    Hi,
    The combination is one to many as mentioned above Entity E1 has 2 Outputs and further on each output has several User define dimension's member. I tried it like you said but it made multiple combination of account and User define members rather to restrict it. Following is the result when i try to place filter on Account and Userdefine dimension.
    Entity = E1
    Account                  Userdefine
    Output1                      FC1
                                       FC2
                                       FC3
                                        FC4
                                        FC5
    Output2                      FC1
                                       FC2
                                        FC3
                                        FC4
                                        FC5
    Output3                      FC5
                                       FC1
                                       FC2
                                        FC3
                                        FC4
    Now here the property filter is making combination with all the Accounts member rather than restricting it like desired report.
    Regards

  • How do you hide one dimension from EPM context pane without locking it

    Hi Experts,
    Simple question: How can I programmatically (using vba) hide a particular dimension in the EPM context pane, without locking it?
    Following API's could be used, but they all have have a mandatory parameter for the dimension member... which locks the dimension... but I need it to stay unlocked!
    SetContextMember
    SetContextOptions
    SetContextOptionsForSeveralDimensions
    And no, I do not want to use the User option to hide the full context pane.
    Thanks for your advice.

    Hi,
    You can use Hide option to just hide required dimensions with out locking.
    EPM-->Options-->Context Options.
    Thanks,
    Raju

  • AT-MIO-16XE-50 device is not responding to the selected base address

    I'm trying to install my AT-MIO-16XE-50 DAQ board onto my Windows NT desktop computer, but I'm having trouble.
    Here's what I've done: I've installed LabView 5.1 and the NIDAQ 7.0 software onto my computer first. Then I've physically installed the DAQ board into my computer. After starting the computer, the plug-and-play system seems to recognize the new hardware and install drivers for it. It then says I need to reboot the computer, so I reboot the computer.
    When I then look at my device manager, it lists AT-MIO-16XE-50 twice. Under the properties/resources tab, one of them lists "input/output range", "interrupt request", "direct memory access", and "direct memory access" (i.e., 2 "direct memory access"s). The second one only lists "direct memory access" once and nothing else under the properties/resources tab. Also, the first one says that it is working properly while the second one says that it is not working properly (Code 10). I've played around with chaging the "direct
    memory access" numbers and after rebooting the computer have gotten both AT-MIO-16XE-50's in the device manager to say that they're working properly. So, now the DAQ board appears to be installed correctly, because the device manager reports no problems with it. However, there are still 2 of them. My first question is this: should there be only 1 entry in the device manager list, or are there supposed to be the 2 that I see? The entries do appear to be different from each other, but they're for the same device, so that's a little confusing.
    When I open my Measurement and Automation explorer, only one AT-MIO-16XE-50 device is listed (so this looks good), and under "properties" all 3 "direct memory access" numbers are listed. So, this all seems good. But, when I click on "test resources" or "test panel", I get an error message saying that "the device is not responding to the selected base address". Considering that this device was plug-and-play, and I did not set the base address manually, I don't understand why I'm getting this error message.
    What I've tried is to change the "input/output range" number by using the device manager. I've tried a few different settings (rebooting the computer after each change) and none of the different "input/output range" settings seem to work.
    I'd appreciate it if you could give me any help on figuring out how to resolve this "not responding to base address" problem. The info on your web site
    appears to suggest flipping dip-switches on the DAQ card, but my card does not have any dip switches because it is plug-and-play. So, right now I'm
    clueless! Thanks for reading this, and I hope that you have more insight than I do.

    Smaria,
    The AT-MIO-16XE-50 shows up twice in the Device Manager because it reserves three DMA channels, and the ISA bus only allows two DMA channels per ISA slot. You mentioned that you were able to get both devices working properly in the Device Manager. Below is a link to a KnowledgeBase that describes the proper procedure to successfully accomplish this. You should verify that this is the procedure you followed:
    Exclamation Mark Appears with Error Code 10 on Windows XP/2000/98 After Installing AT-MIO-16E-10
    Spencer S.

  • No base stations showing up in Select Base Station window

    Stats:
    Dual G5 PPC, Airport Extreme card, firmware v.404.2, OS X 10.4.6
    White Airport Extreme Base Station, firmware v.6.3 using 128 bit WEP
    2 Airport Express base stations
    I have an oddball thing going on with my AirPort Extreme Base Station. I have it hardwired via Ethernet to my Dual G5 PPC, but it doesn't show up in my Select Base Station window, nor do my other Airport Express base stations. On my satellite Macs, Airport Admin Utility shows all of the base stations. I can connect to any of these base stations from the G5 by manually entering their IP addresses, but this shouldn't be necessary. Also, when I do pull up the configuration window for the Extreme base station, there is no music option.
    What's odd is that I have Internet and networking available on all my machines, so the Extreme is obviously talking to everything, but my G5 seems blind to it.
    Anyone have any idea what's going on here? Can it be fixed?

    Turns out a reboot fixed the problem. Never occurred to me because I've almost never rebooted this machine.

  • WAD 3.5 - Pass a date to Hierarchical Filter Selection Key Date

    I'm working in WAD 3.5, with 3.5 queries.  I currently have a Hierarchical Filter Selection on Org Unit using a query with no Key Date set, so as to pull the most current version of the hierarchy.  This filter selection is then applied to several charts and tables below. 
    I need the web app to initially display this current version, but also allow the user to select a date, which triggers a requery of the Hierarchical Filter Selection data provider, passing the date selection to the key date of the data provider query.  1) how do I pass the date (currently from a drop down) to the key date of the other query, and 2) how do I force a requery of the Hierarchical Filter Selection?
    The problem we are attempting to address is that if Org Unit A contained Org Units 1, 2, and 3 at the end of 2007, but only 1 and 2 today, the Hierarchical Filter Selection will not show #3, thus not allowing the user to drill down to it.  If they can choose the version/point in time of the hierarchy, they will then have the ability to drill down on the older Org Units.
    Thanks!
    Anna
    Edited by: Anna Kamrath on Feb 6, 2009 8:52 AM

    Our solution was to modify the user exit variables and store the values in a MEMORY ID and restore from there.

  • How to use Hierarchy Filter Selection?

    Hi, experts !
    Could anyone give me a detail for how to use hierarchy filter selection ?
    When i locate a Hier filter selection in the template and execute it, a false info
    accured while filtering data,and the IE inferred the hier node object was missing.
    Then i add another hier filter in the same template, and the secend runs well, however the first one didn't.
    At last, i hide the first one, but the second one can't either.
    Help me !!!
    Thx in advance!

    Thanks Toja !
    Sorry to reply so late !
    The error is line: 51. error:'document.HIERARCHY_MENU_1.NODEID' is null or is not the object.
    The code on line of 51 says:document.HIERARCHY_MENU_1.NODEID.value = i_node;
    Could you please give me some documents on the topic of Hierarchy Filter Selection ?

  • How to hide one block of data based on Filter selections

    Hi,
    I have a requirement where I should show only one block based of filter selections provided at the Query Level.
    How can I achieve that?
    Regards
    Shirley

    Lets say you have a optional filter and you want to show block 1 if value are inserted and block 2 if no value selected.
    For this You can create a variable status =IsPromptAnswered("") it will return 1 if prompt is answered.
    In block property go to the hide if below formula is correct and for block 1 give   status =1 and block 2 give status=0
    I hope this will help.

  • Product Delivered Status Date should be there in Standard Search and Result screen of Service Order. Product Delivered Time should be Available in Result screen and In Result screen there should be facility to filter on basis of Time

    Hi team,
    Product Delivered Status Date should be there in Standard Search and Result screen of Service Order. Product Delivered Time should be Available in Result screen and In Result screen there should be facility to filter on basis of Time.
    How to add this in search result screen.configuration is it possible? or any changes in development.
    Compnent - BT116S_SRVO
    Thanks
    Kalpana

    Hi Kalpana
    Please reread my comment. I said to try and populate "Requested End" Date.
    Make sure the date profile assigned to the transaction includes this Date Type.
    If you can populate this either manually or programmatically the solution should be quite forward.
    If you cannot do this, only then should you look at making any significant sort of enhancement.
    Regards
    Arden

  • Attribute Dimension and association with multi level base members

    I am trying to associate attribute dimension members with base members that can be at different levels (level 0 or level 1 or level 2 ).
    First question - Is that possible ? Second how do I do that.
    I am building the dimensions(base and attribute) members first and then trying to associate.
    I get the following error message :
    Base member (xxxxxxx) association level does not match base dimension association level
    The base dimension looks like
    Supplier
    |-----Supplier Group
    |---------Supplier ID (Associate this member to an attrbiute dimension)
    |---------------Invoice Number
    Sometimes the Supplier ID may not have a Supplier Group or an Invoice Number (hence it can be a level 0 or directly under the dimension name - Gen2)
    The Attrbute Dimension looks like
    Supplier Value
    |---High
    |---Medium
    |---Low
    Edited by: 816875 on 30-Nov-2010 07:01

    First to clarify, base mambers by definition would all be level 0 members, but to your question, attributres can only be associated to a single level within a dimension. your problem is sometimes the supplier is level 0 and other times level 1. This can't be done.

Maybe you are looking for

  • Email and SMS from 2004 B Indian version

    Hello All, Can we use the EMail and SMS alert in 2004 B Indian Version. It is possible in 2005 A version(US). If you start SBO Mailer in the server tools the alerts will automatically send. Can any one help me to find it. Thanks & Regards, Jayakumar

  • Attachments in Action

    Hi All,          There is a link to add Attachments in Action. But I am not sure why this is used. I tried attaching a File to the Action. Once I submit this action, this attachment does not appear in the next action. What should be done to carry for

  • Why when i download anything thru firefox and try to run it says its not a win 31 application and the properties show it is empty

    why when i download anything thru firefox and try to run it says its not a valid win 32 application and the properties show it is empty

  • LIV-Subsequent debit/credit

    Hi all, My company would like our users to be able post Invoice and Credit memo using MIRO but not Subsequent debit and credit.  Is there a way to make this happen? Few thoughts that come to mind are:   - Remove Subsequent Debit/Credit transactions f

  • No ascending calendar alarm tone in N82

    I'm having some problems with the sound level of the calendar alarm in my new Nokia N82. I have the ringing type set to ascending in the phone profile and both the alarm clock and ringing volume start at a low level and increases which is what I want