Offset in relativemember function of HFR! urgent!

Hi,
we are using FR 9.2.1 to implement reports based on HFM application. The problem we are facing now is that when a report generates current-year data and prior-year data, an error message occurs saying invalid item ID, due to the first year to be selected. Any good solutions on this? Or the prior-year column can be real-time defined? e.g. if the first year is selected, the prior-year column could be disabled...or something like that?

Wrap your prior year calc in an IF statement and have it return the selected year if the first year is selected. Also, train the users on what data is available and inform them on the lack of a prior year for the first year in the system.

Similar Messages

  • RelativeMember function in HFR

    Hi,
    In my report, I have a requirement to display the prompt and prompt -1 on columns. I could achieve this using the RelativeMember function and setting offset as -1.
    But the Year dimension contains the members, 2007,2008,2009 & 2010.
    So when the user selects 2007, it goes to the RelativeMember function and returns 2010 as prompt-1.
    Is there any way to restrict this?
    Thanks in advance
    Aparna

    hi anu,
    To form the following..
    Relative to Current Point of View for Year offset by -1 AND
    NOT Relative to Year offset by 0
    So while you double click any dimesnion, you will get a pop-up. There you will see 3 tabs.
    1. Members 2. Lists 3. Functions
    Goto 3 rd one.
    Take Relative member in to right pane. then one more pop-up will open. In the member, select Current POV of entity. specify other parameters as well.
    Then go to right most top corner of the pop-up and click View..
    Chek Advanced option there.
    This will enable you to see "Operator" column. Instead of "Union", select "AND" there.
    So this way, you will be able to form the following formula

  • Very urgent - Usage of IsError function in HFR

    Hi All,
    Its very urgent requirement for us.
    How can we use the is error function in HFR.bcoz if the both values in formula ex: a/b ; a=0,b=0; then it shows some garbage value.i came to know we can achieve that
    by using iserror function.but i dnt know how use it.
    Thanks,
    Ravi

    Hi
    It can be done in this way using IfThen condition
    IfThen(IsErr((reference row/column),0,(reference row/column))
    where IfThen checks the condition
    Condition is IsErr, it returns true when reference formula row/column,has #error value, so you many assign 0 (or whatever value you want) else returns actual calulated value from formula row/column,.
    PS: Only formula rows and columns can result in #error.
    Cheers
    Vikas Naidu

  • Substring function in HFR

    Hello Experts,
    Iam a rookie in HFR. I needed to know how to implement the Substring functionality in Hyperion. Can anyone throw some light on this?

    thats a major drawback of hyperion financial reporting of not having any string functions. as per my knowledge there is none.
    Let me know if you get to know of the same. Coz even I need it for couple of things in my reports.
    regards,
    rahul

  • HFR Urgent Queris :  Small thing...but not working...........

    Hi All,
    I'm facing small prob. but i became big one.
    Prob. 1) : in column A i have year dim with prompt.
    in column b i need previous year of col A.
    For this , in col b i used relative function with same as col a - 1.
    but its not working.
    Prob 2) : I have 2 grids. in col a,b i pull the data from same grid and col c,d i need to create a formula var of grid2
    col a,b.
    For this, i used the formula like this var(grid1.col[a],grid2.col[a]).but when i run the report it shows #error. Any idea.
    Plz give me any solution for these probs......
    Thanks

    For Prob 1: Instead of using prompt for year, you can use POV selection for year, so remove the prompt, and make it current user POV for year for column A. For column B make it Relative member of Current POV for year with offset -1.
    or you can put prompts on both column A and column B,, so the user will have to select two years manually, and this gives the user the chance of using any year he wants for column B instead of using always selected year -1.
    For Prob 2: Since you want to calculate var of the 2 columns of 2 different grids, I am assuming that the rows of the both grids are exactly same. So, If you can add another column to Grid1 and make it same with column A of grid 2, then use it with your calculation. If you want you can hide it.
    hope this helps
    Bulent

  • Range function in HFR

    Is there a way to get the memeber name of the last member in a Range?
    I am using the Range function and summing up the range, ie. Range from Prompt for PeriodName to Prompt for PeriodName. So let's say user chooses January through March... in another column, it sums up January through March.
    The problem is, the first range (which is January) is the only member showing up in the header instead of let's say, January - March.
    Is there a way to get both? Any help will be greatly appreciated!

    Thanks! However... the header of the column I'm trying to put the End Period membername is actually a formula.
    The function is Range from Prompt for Period (Start Period) to Prompt for Period(End Period). The column prior it sums the range of whatever the user entered.
    I tested having Apr as the Start Period and Dec as the End Period and tried your idea: <<GetHeading("Grid1",1,b(i), offset)>>. It works.. gave me Dec in the header. However, if I change the End Period to Oct, it doesn't give me any header column as "b(i)" only looks at the "i" column instead of the last range which is now in the "g" column.
    Still need help...

  • CellText Function in HFR

    Hi,
    I am trying to use celltext function to retrieve the comment I entered in a Grid (Created using Hyperion Workspace for HFM). I see the comment in the grid and in the data explorer.
    But when I try to retrieve that information in the HFR report, I see blanks in text box when I preview the report (Print preview in HFR as well as PDF preview in workspace).
    Below are some additional details:
    1. Comment inputted for a cell where the POVs are not at the lowest level.
    2. Comment inputted via Data Grids created using Workspace.
    3. Created and saved data grid report object with the same POVs as the input grid.
    4. Referencing the data grid created in the report in the celltext formula.
    Please let me know if you need any additional information. Any help in this regard is greatly appreciated.
    Regards,
    Vivek G

    Check that you have the same fonts installed on the PDF server as is listed for the comments.
    Cheers, Iain

  • Automatic Generetion of Offsetting entry - Planning Functions

    Hi,
    I'm working on a project that will facilitate the users to enter planning data for the capital projects. I have a business requirement for plan transfers between individual projects.
    In my planning layout, I have Project ID, Sender/Reciever Project ID and the Net Transfer Amount. The problem with that is I need to enter this with the offsetting so that the reporting will be meaningful. 
    So, the user will have to enter the transfer like:
    Proj.          S/R Proj.         Net Transfer  
    10011           40078             15,000 USD
    40078           10011            -15,000 USD
    The above entries show that $15,000 is taken out of proj. 40078 to fund proj. 10011.
    Is there any planning function to produce the second line once the fist one is entered? Keep in mind Project ID and Sender/Receiver Project ID are two seperate info objects with the same master data table.
    I'd appreciate any help/suggestions,
    Thanks,

    Thank you all for the suggestions. Seems that it will take some coding to get what I want. Offsetting Entry function works fine but I have to input,in the parameter group, the sender-receiver relations for individual projects. It's not feasible considering that the number of projects may exceed 500. and there's no functionality that offers variables in the parameter group itself.
    The alternative solution in my mind is through copying the inital entry into a different version and then swapping the positions of Project ID and Sender/Receiver Project ID using an easy FOX formula.
    I've just posted a separate discussion thread for that and would appreciate your thoughts.
    Thanks,

  • Update Equipment BOM using Function module (very urgent)

    Hi All,
    I am an ABAPER and trying to update equipemnt BOM.
    I want to update equipment BOM using a function module. I am currently using 'CSAI_BOM_MAINTAIN' function module. But i am not able to update the Equipment BOM. After function call the sy-subrc value is 0, even though the BOM is not updated.
    Please help its very urgent.
    Kind Regards,
    Sharat.

    Hi Sharat,
    I am facing the same problem. Could you please let me know what might be the reason.
    Plz mail me at [email protected]
    Plz update this section once u have mailed the answer.
    Thanks a lot in advance.
    Regards,
    Himanshu

  • Table name /function module needed(urgent)

    need a function module or a table in which i cod get a list of "tables names " used in "includes " .... urgent
    ne alternate way to fetch so is also welcome

    Hi
    use the program
    RPR_ABAP_SOURCE_SCAN
    Regards
    Anji

  • Function module required--Urgent

    Hi Friends,
    I have a requirement where in I have to get the final date if I add some days to the initial date.
    For example I have the begin date as 11/02/2007...I have the number of days as 91...If I add these days to the initial date I will get the final date.
    Is there any fm to achieve the same if i have the initial date and number of days...Please let me know..Its bit urgent
    Susmita

    hi ,
    you dont have to go for any function module.You can directly add the number of days to the date for getting the final date.try this example..
    parameters:
      p_date like sy-datum,
      p_days type i.
      p_date = p_date + p_days.
      write p_date.
    regards,
    veeresh

  • How to change Function Group for a function already exists - Urgent

    Hi,
        One field exit is there, with some local function group name. Now i need to transport that field exit into quality. so i saved field exit into one package and i created one more func grp with new naming convention. now my problem is field exit is not allowing to change the func grp name there. it is in non-editable mode. what should i do, to change that. Can anyone help me...Urgent.
    Thanks in Advance.
    Siva Sankar.

    As I understand, you want to change a SAP function module into a Z function group, that's not allowed.
    Even if you have to change any function from one function group to another, you have to copy it (taking care of global code in the TOP include for the function group), delete it from the original group and create it into the new.
    Function groups are a kind of container programs and each Function module is a component of them, not the other way.
    Regards.
    Please reward points if helpful.

  • CREATION OF CUSTOMER PARTNER FUNCTIONS IN LSMW   (URGENT)

    hi experts ,
    iam using lsmw, batch/direct input method using object "0050", method "0000", program name "RFBIDE00". iam sucessfully able to map field values for the mandatory fields for transaction"xd01", but while executing the session, in the last screen the system ask's me for the partner function values, iam unable to assign/map values to the partner function from the flat file....
    pls help me out on resolving the issue ...
    Regards,
    James...
    Valuable answers will be rewarded.......

    Hi James,
    Did you map the partner functions like sold to party(SP), Ship to party(SH), Bill to party(BP) and payee(PY) functions on your sheet. If so, what is the error msg u r getting??
    Regards
    Aravind

  • Problem in the function module RS_SET_SELSCREEN_STATUS-urgent

    HI ALL,
    my rewuirement is i need to display my own pf status in selection screen.
    when i am using below code i getting two buttons only.anybody can tell me where i made a mistake.
    i am sendingf my code below.
    TABLES : ZUSER_SECOBJECTS, SSCRFIELDS.
    DATA : IT_sECOBJECTS LIKE ZUSER_SECOBJECTS OCCURS 0 WITH HEADER LINE.
    data: begin of exclude occurs 0,
            func(10) type c,
          end of exclude.
    PARAMETER : P_KUNNR LIKE KNA1-KUNNR.
    CASE sscrfields-ucomm.
    WHEN 'BACK' or 'EXIT'.
    SET SCREEN 0.
    LEAVE SCREEN.
    WHEN 'EXECUTE'.
    LEAVE TO LIST-PROCESSING .    "<---  RIGHT HERE
    SELECT * FROM ZUSER_SECOBJECTS
    INTO TABLE IT_SECOBJECTS.
    *CHECK SY-SUBRC EQ 0.
    *LOOP AT IT_SECOBJECTS.
    *WRITE : IT_SECOBJECTS.
    *ENDLOOP.
    ENDCASE.
    at selection-screen output.
    if sy-dynnr eq '1000'.
      call function 'RS_SET_SELSCREEN_STATUS'
        exporting
          p_status  = 'SELK1'
        tables
          p_exclude = exclude
        exceptions
          others    = 1.
    ENDIF.
    thanks,
    maheedhar.t

    Hi,
    check this....
    REPORT demo_sel_screen_status.
    DATA itab TYPE TABLE OF sy-ucomm.
    PARAMETERS test(10) TYPE c.
    AT SELECTION-SCREEN OUTPUT.
      APPEND: 'PRIN' TO itab,
              'SPOS' TO itab.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = itab.
    regards,
    navjot
    reawrd if helpfull

  • How to find the outbound idoc function module?(Urgent)

    Dear All,
    How to identify the outbound function module if there is process code assigned to message type.
    For partner profile the mesasge type is assigned and idoc type .This is the only information maintained .
    Now my question is how to identify the fucntion module which is getting trigger in the system is there any data maintained in the standard table  or any t-code .
    Points will be rewarded for right answers.
    Thank You.
    Regards,
    Ravi Ganji

    Hi,
    If u know the message and basictype then we can know the process code for that message type in transaction code WE64.
    if we know process codes then we can know the function modules in transaction codes WE41(Outbound process code) and WE42(Inbound process code).
    Each process code is attached with a FM...
    Reward if helpful
    Regards,
    Nagaraj

Maybe you are looking for

  • Java - Axis2: How to get an error code / error message from the Javascript via SOAP

    Hi In our Java applicsation we call a Javascript in a Indesign CS Server using the following code: --- SNIP BEGIN --- // calls the remote service on the indesign server try { // create service ServiceStub oIndsgnSrvStub = new ServiceStub(sIndesignSer

  • Can I use Mac Mini with an S-video input?

    I'm considering a Mac Mini because I have a young child who is mostly blind, but is at the age where he needs to start learning to use a computer.  I want to go with Apple (I have been PC my whole life) because of the excellent VoiceOver features bak

  • SAP GUI Shortcut, Restriction of the number of paramters?

    Hello Experts, I try to call a SAP-Transaction via a SAP-Shortcut of the shape >>>>>>>>>>> Name=DE1 Client=800 Name=nli_klose Language=DE Command=*ZNLICCM_B2B2SAP P_TA=DA;P_FELD1=DEXTASKID;P_VALUE1=JMmsokyM1V3X00002cCHdG;P_FELD2=IDOCNUMBER;P_VALUE2=0

  • 5.1 and 2.0 in DVDSP

    Simple project, single menu and few assets. The subject that I want to bring up is reliability of DVDSP. Is it OK to have two streams of audio for an hour-show? I mean, can I trust DVDSP remote control settings? Is the user going to select the audio

  • Creating new project fails in ODI operator

    When creating a project I get the following error, has anyone seen this? java.lang.NullPointerException at com.sunopsis.dwg.DwgObject.computeNextId(DwgObject.java) at com.sunopsis.dwg.DwgObject.getNextId(DwgObject.java) at com.sunopsis.dwg.DwgObject.