Button (Branch) - passing values to intertactive report

I have coded passing values to an interactive (IR) report from a report column, using the IREQ_columnname syntax.
Now I want to do the same thing when a user presses a Button, passing hidden page values to the IR report.
I set up a Branch, and type the exact same IR designation column name syntax: ie: IREQ_ORDER_NUMBER with the hidden page variables.
I specify the page number to go to where the IR report resides.
But,
I get an error saying ERR-1002 Unable to find item ID for item "IREQ_ORDER_NUMBER" in application "888".

Hello, I am having the same problem....has there been any solutions offered? Thanks

Similar Messages

  • Passing Value from Crystal Report (special function) to Business View parameter

    Friends,
                 Í have a scenario where i need to pass value from Crystal Report to a Business view's parameter.
    Eg : CurrentCEUsername (func in crystal report)-- gives login user  which i should pass to parameter in a Business view (used in the same report).
    Will be able to explain more if required.
    Thanks in Advance,
    Bharath

    I guess you got the picture wrong.  User_id is not a report_level parameter .
    In Data Foundation, below query is used..
    select Acc_Number, Account_Group,User_id  from Accounts where user_id={?User_id}
    where in {?User_id}  is the BV parameter...
    The Filter was a solution. But it takes long time to Query all the data from DB and then filter at BV level.
    How do i pass the CurrentCEUsername to {?User_id}
    Value should ve CurrentCEusername always. so that query will be
    select Acc_Number, Account_Group,User_id  from Accounts where user_id=CurrentCEusername
    It will restrict the data pulled from DB to BV .. right?

  • Passing values from main report to sub-reports

    - How do we pass values from main report to sub-report?

    Look at this link which shows how to pass values from a subreport to a main report.
    http://www.datamanagementgroup.com/resources/trainerstalk/trainerstalk_howto_share_subreport_data_with_main_report.asp
    You can use the same method to pass values from main report to a subreport.
    1) Create a formula @mainFormula in the main report, as given in item 1 of link.
    2) Place this formulla in a suppressed report footer section above the target subreport.
    3) In the subreport, create a formula @subFormula that declares the same variable name, as given in item 3 of link.
    4) Place @subFormula column in the subreport where you want to display it.

  • Passing value to a report after insert on form

    I am trying to open up a form after I insert values into a form, i have put the following code on the insert button after doInsert; but for some reason the value of l_req_id does'nt get populated, do i have to put the code somewhere else?
    declare
    l_req_id integer;
    l_url varchar2(2000);
    begin
    l_req_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SA_REQ_ID');
    l_url := 'pos.CUST_SHIP_RPT.show?'| |
    'p_arg_names=req_id&p_arg_values=' | |l_req_id;
    portal30.wwa_app_module.set_target(l_url,'CALL');
    end;
    value of l_url after the insert of the form:
    http://hostname/pls/portal30pos.CUST_SHIP_RPT.show?p_arg_names=req_id&p_arg_values=

    Hi prassu,
    thanks for you reply know we can do this if we have a prompt,but my issue here is we do not have prompt.
    We have Report 1 with a column area_id.
    & another report2 with column area_id,we would like to pass the value from one report to another once we click on the values under area_id column of report1.
    Hope have explained it properly.

  • Facing Problem with passing Values from One report to another

    Hi,
    I am Hemanth, I have developed 2 reports. Firast Report High Level Summary, Secong is detailed. First report is developed using Union(4 union) , I am having 4 columns. The report is generating the data. I have used Navigation option on Client Column to move on to Second report. In Second report with in Filter i am using Prompted option. Due to some problem, the client value from first report is not passing to the second one. The second report is getting generated for all the clients.
    Normally i have used this Navigate option in other reports and that works fine. I have even tested with Union, it works. This time it is giving some trouble.
    Please, let me know whats going wrong.
    Thanks for the help.

    sorry for the late updation.
    My First Report, Summary level is a Pivot Table.
    I tried the same report with Table option, the value is passing correctly.
    Is there a way to get rid of this situation using Pivot table.
    Thanks for your help.
    below is the original request.
    Hi,
    I am Hemanth, I have developed 2 reports. Firast Report High Level Summary, Secong is detailed. First report is developed using Union(4 union) , I am having 4 columns. The report is generating the data. I have used Navigation option on Client Column to move on to Second report. In Second report with in Filter i am using Prompted option. Due to some problem, the client value from first report is not passing to the second one. The second report is getting generated for all the clients.
    Normally i have used this Navigate option in other reports and that works fine. I have even tested with Union, it works. This time it is giving some trouble.
    Please, let me know whats going wrong.
    Thanks for the help.

  • Pass values to parent report's parameter  when click "Return to prev.."

    We have one report A which has parameters(use prompt to select value, not URL) to filter data, A has drill across action to report B(replace current report), we now can pass A's parameters to B.
    But if we click the "Return to previous Report" in B, all parameters in A dismiss. A report lose parameters used before, and we do not know how to pass parameter to A again, (all action must replace current report)
    Edited by: Jeffrey Yan on Mar 8, 2010 6:49 PM

    While creating prompt for Report A, you can set its default value (in prompt window before the last step where it lists all the values from the data object, you can click on the value and then click the arrow button). This way, when you return to A from B, at least it will open up with the default prompt value.

  • Pass Values from Interactive Report

    Hello,
    I am sure this is an easy question, but I haven't been able to find the solution myself.
    I have an interactive report that has 6 columns, which are:
    Last Name
    First Name
    Day
    Start Time
    End Time
    Link Column
    I need to assign an ID which is not shown in the report, the Day, Start Time, and End Time to variables P5_IDX, P5_DAY, P5_START, and P5_END to be used
    as Display only items on another page.  I can only pass 3 values using the column link in the IR.
    Is there another way to pass more than 3 values from an interactive report?  Sorry if this has been asked and answered previously.  I searched the forums and didn't find an answer, but maybe a searched with the wrong keywords.
    Thanks for any and all assistance,
    Bob

    Hi,
    As per my understanding ur requirement is as below.
    When the user clicks the 'Link Column' it should redirect to another page with the value of id, Day, Start Time, and End Time.
    Hope all the cloumns are from the same table.
    As Denes said, it is enought to pass the ID value to the link column as of below.
    ie., u can modify ur query as of below.
    SELECT Last Name,First Name,Day,Start Time,End Time, ID as "Link Column"
    FROM t.
    Now u can pass the value  as #Link Column# which will pass the ID value to the next page.
    Hope my understanding is correct.

  • Conditional Button and passing value

    Hi All,
    Thanks in advance for any help. I am trying to condition a button to redirect to a certain page under certain conditions. I have the link going to the correct page however for some reason the id is not being passed. What am I missing in the link to pass the id to the page?
    SELECT CASE
    WHEN EMP_GET_FUNCTIONS.GET_CLIENT_STATUS(EMP_CLIENT_TEMP.ID) =
    EMP_GLOBAL.GET_REG_STATUS_PEND_REFERRAL THEN   
      '<a href='
      || 'f?p=&APP_ID.:601:&SESSION.::&DEBUG.:601:#ID#:'
      || ID
      || '>'                
      || '<img src="#IMAGE_PREFIX#ed-item.gif" alt="">'
      || '</a>'
    ELSE NULL                              
    END LINK,
    EMP_CLIENT_TEMP.ID,
    EMP_CLIENT_TEMP.PERSONAL_LAST_NAME,
    EMP_CLIENT_TEMP.PERSONAL_FIRST_NAME,
    EMP_CLIENT_TEMP.PERSONAL_MIDDLE_NAME,
    EMP_CLIENT_TEMP.LOCAL_MAIL_PO_BOX_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_MAIL_POSTAL_CODE,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_APT_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_STREET_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_STREET_NAME,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_DISTRICT_ID,
    EMP_CLIENT_TEMP.AVAILABLE_FULL_TIME_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_PART_TIME_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_SHIFTS_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_WEEKENDS_YN_ID,
    EMP_CLIENT_TEMP.WORK_STATUS_ID,
    EMP_CLIENT_TEMP.EDUCATION_LEVEL_ID,
    EMP_CLIENT_TEMP.SKILLS,
    EMP_CLIENT_TEMP.CONTACT_HOME_PHONE,
    EMP_CLIENT_TEMP.CONTACT_HOME_CELL,
    EMP_CLIENT_TEMP.CONTACT_HOME_EMAIL,
    EMP_CLIENT_TEMP.CONTACT_HOME_FAX,
    EMP_CLIENT_TEMP.CREATED_ON,
    EMP_CLIENT_TEMP.CREATED_BY,
    EMP_CLIENT_TEMP.PERSONAL_GENDER_ID,
    EMP_CLIENT_TEMP.IMMIGRATION_STATUS_ID,
    EMP_GET_FUNCTIONS.GET_CLIENT_STATUS_DESCRIPTION(EMP_CLIENT_TEMP.ID) STATUS
    from EMP_CLIENT_TEMP

    Hi,
    You have similar issue as in this post
    How to pass request in to <a href="f?p=&APP_ID.:7:&SESSION.::&DEBUG.:::</a>
    You query should be probably something like
    SELECT CASE
    WHEN EMP_GET_FUNCTIONS.GET_CLIENT_STATUS(EMP_CLIENT_TEMP.ID) =
    EMP_GLOBAL.GET_REG_STATUS_PEND_REFERRAL THEN   
      '&lt;a href=f?p=&APP_ID.:601:&APP_SESSION.::&DEBUG.:601:Px_ITEM_NAME:' || ID || '">&lt;img src="#IMAGE_PREFIX#ed-item.gif" alt="">&lt;/a>'
    ELSE NULL                              
    END LINK,
    EMP_CLIENT_TEMP.ID,
    EMP_CLIENT_TEMP.PERSONAL_LAST_NAME,
    EMP_CLIENT_TEMP.PERSONAL_FIRST_NAME,
    EMP_CLIENT_TEMP.PERSONAL_MIDDLE_NAME,
    EMP_CLIENT_TEMP.LOCAL_MAIL_PO_BOX_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_MAIL_POSTAL_CODE,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_APT_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_STREET_NUMBER,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_STREET_NAME,
    EMP_CLIENT_TEMP.LOCAL_PHYSICAL_DISTRICT_ID,
    EMP_CLIENT_TEMP.AVAILABLE_FULL_TIME_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_PART_TIME_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_SHIFTS_YN_ID,
    EMP_CLIENT_TEMP.AVAILABLE_WEEKENDS_YN_ID,
    EMP_CLIENT_TEMP.WORK_STATUS_ID,
    EMP_CLIENT_TEMP.EDUCATION_LEVEL_ID,
    EMP_CLIENT_TEMP.SKILLS,
    EMP_CLIENT_TEMP.CONTACT_HOME_PHONE,
    EMP_CLIENT_TEMP.CONTACT_HOME_CELL,
    EMP_CLIENT_TEMP.CONTACT_HOME_EMAIL,
    EMP_CLIENT_TEMP.CONTACT_HOME_FAX,
    EMP_CLIENT_TEMP.CREATED_ON,
    EMP_CLIENT_TEMP.CREATED_BY,
    EMP_CLIENT_TEMP.PERSONAL_GENDER_ID,
    EMP_CLIENT_TEMP.IMMIGRATION_STATUS_ID,
    EMP_GET_FUNCTIONS.GET_CLIENT_STATUS_DESCRIPTION(EMP_CLIENT_TEMP.ID) STATUS
    from EMP_CLIENT_TEMP
    {code}
    Where Px_ITEM_NAME is item name where you like pass ID from your query.
    See also URL syntax
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/concept_url.htm#sthref105
    Regards,
    Jari                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Report: passing values to item page

    on Apex 3.2
    Hi,
    I need help.
    Does anyone knows a way to pass values from a report to a page item?
    This is what i want: when i run a report i want to fill a page item with the value from an item report.
    Thanks,

    Hi Austin,
    Thank you for your reply.
    I've writen a query that gives me the accounting movements.
    In this query the user can pass the rownum because there are about 1million records in the partitioned table.
    But the diference between credit and debit must considered all the movements that are not closed.
    I'm using analitics functions to do that, so for each line the value is already calculated.
    With one report region: If i group and break the report it takes about 13 seconds to display the information.
    If two report regions: One for the movements other for the "Debit: Credit: and Total:". It takes about 6 seconds to display the info.
    Its more fast, but i have to run the query twice. The idea is to run only once.
    The values that i want to pass from report to page items, Debit: Credit: and Total:.
    Is there a way?
    Thanks,

  • Passing values to subreport in SSRS throwing an error - Data Retrieval failed for the report, please check the log for more details.

    Hi,
    I have the subreport calling from the main report. The subreport is based on MDX query agianst the SSAS cube. some dimensions in cube has values 0 and 1.
    when I try to pass '0' to the sub report as the parameter value, it gives an error "Data Retrieval failed for the report, please check the log for more details".
    Actually I am using table for storing these parameter values. In the main report I am calling this table (dataset) and passing these values to subreport.
    so I have given like [0],[1] and this works fine. when I give only either [0] or [1] then it is throwing an error.
    Could you please advise on this.
    Appreciate all and any help.
    Thanks,
    Divya

    Hi Divya,
    Based on the current description, I understand that there is no issue if you pass two values from main report to subreport, while the issue occurs when passing one value to subreport.
    To narrow down the issue, I want to confirm whether the subreport can run if there is only [0] or [1] in the subreport. If so, it indicates the query statements exist error in the subreport. If it’s not the case, this shows the issue occurs during passing
    values from main report to subreport. To make further analysis, please post the details of query statements of the subreport to the forum.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to pass the value from Sub report to main report

    I have un report(mainreport) within a subreport(subreport).
    With reporting services, how to pass the value from Sub report to main report?
    thanks

    Hi Alebet,
    With reporting services to pass values from sub report in to main report is not supported directly.
    But there are some workarounds through which you can get this .
    There are two ways to get this.
    1- Put your sub report query into some table. i mean to say through the subreport query get some temporary table.
    2- Using this temporary tables data write some Scala function in the data base.
    3- Now in your main report query return this scala function as a column.
    4- Extract the column value where ever you want in your main report which is getting calculated from the subreport query. so you will be getting the values returned from the subreport in the main report.
    This will definitely work fine as i have done some report in this way.
    Another way of doing is that
    1- prepare another data set with the same query as in sub report in the data tab.
    2- then refer this 2nd dataset in your main report .
    But better way will be the top one.
    Anyway please let me know if you get the solution.
    Thanks
    Mahasweta

  • Passing values to swc in flex

    Hi,
    I got flash .swc file with a symbol converted to flex component. I imported this .swc in flex library path, and I put it on stage like a class:
    var mySwc:swcFile = new swcFile;
    Inside this .swc I got some Actionscript code. I would like to pass a value to the Actionscript inside the swc to change one of its variables dynamically.
    mySwc.myVariable = x;
    But problem is that AS in .swf is processed when constructor is called and before I set myVariable=x. So myVariable is used within this .swf AS with a default value istead of 'x' value.
    Is there any way to pass this argument to the .swc AS before executing it?

    Hi Divya,
    Based on the current description, I understand that there is no issue if you pass two values from main report to subreport, while the issue occurs when passing one value to subreport.
    To narrow down the issue, I want to confirm whether the subreport can run if there is only [0] or [1] in the subreport. If so, it indicates the query statements exist error in the subreport. If it’s not the case, this shows the issue occurs during passing
    values from main report to subreport. To make further analysis, please post the details of query statements of the subreport to the forum.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Passing Values to BADI in LUW

    We have a process in SRM where incoming IDOCS are coming in from an external source. In our Z function module the BBP_DOC_CHANGE_BADI is called and we need to pass a value to DOC_CHANGE_BADI to make sure we process only code for this process.
    Options:
    1) EXPORT/IMPORT To Memory ID - Did not work
    2) EXPORT/IMPORT TO INDX - Did not work, we processed 10 idocs at once and memory got lost during 1 update.
    3) Write to Z table in Z FM, and then read table in BADI. Current solution.
    4) Tried to use field symbols  (FM(field1) didnt work.
    Any other ideas?

    Hi Divya,
    Based on the current description, I understand that there is no issue if you pass two values from main report to subreport, while the issue occurs when passing one value to subreport.
    To narrow down the issue, I want to confirm whether the subreport can run if there is only [0] or [1] in the subreport. If so, it indicates the query statements exist error in the subreport. If it’s not the case, this shows the issue occurs during passing
    values from main report to subreport. To make further analysis, please post the details of query statements of the subreport to the forum.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Passing values w/special characters in URL into an interactive report

    Hello,
    I have a problem and Ive been all over these forums and reading/trying everything I can to get something to work. I have a page that has a field called Name Search. The field is a TextField with autocomplete type. If I select a company name that contains special characters, like 'Blue Shield of California Life *&* Health Insurance Company', when I click go button (using a branch), it is supposed to pass this value into the URL to populate IR_COMPANY_NAME on the interactive report page to create the report filter. However, when it goes to the IR page, it actually filters on 'Blue Shield of California Life *& amp;* Health Insurance Company' with 'amp;' instead of & and doesnt find any matches. In the page source it is actually 'value="Blue Shield of California Life *& amp; amp ;* Health Insurance Company." Here is the URL that it produces:
    http://webtest2:7775/apex/f?p=102:IRCompanyList:995769774353901::NO:5,RIR:IR_COMPANY_NAME,P5_COMPANY_NAME:Blue%20Shield%20of%20California%20Life%20%26amp%3B%20Health%20Insurance%20Company,Blue%20Shield%20of%20California%20Life%20%26amp%3B%20Health%20Insurance%20Company
    The interesting thing is that I have another page that has a clasic report that lists all compnaies by name and the company_name is a link that passes the company name into the exact same IR and it works fine. In the page source it is value="Blue Shield of California Life *&amp;* Health Insurance Company" Here is the URL that this page produces:
    http://webtest2:7775/apex/f?p=102:5:995769774353901::NO:4,RIR:IR_COMPANY_NAME,P5_COMPANY_NAME:Blue%20Shield%20of%20California%20Life%20%26%20Health%20Insurance%20Company,Blue%20Shield%20of%20California%20Life%20%26%20Health%20Insurance%20Company
    I have modified every field involved changing between encoding, no encoding, changing display types (Standard Report Column, Remove HTML and escape special characters, etc). I have also attempted to encode the value myself prior to sending it to the next page. I have tried variations of the htf.escape_sc etc. I have also tried adding \&P2_COMPANY_NAME.\. I have also tried adding pl/sql to create a collection to store the values and then pl/sql to fill the values on the report page. It gives me the success message I setup, but it never actually fills the value.
    I am also having problems with another field that has a comma in it. I will wait to address that one to see if I can fix this first with hopes that it can be resolved by whatever I do to fix this issue.
    Any suggestions? I appreciate any feedback!
    Jen
    Edited by: J-Lig on Jul 13, 2012 10:20 AM
    Edited by: J-Lig on Jul 13, 2012 10:21 AM

    Thank you for your feedback!
    Yes, I forgot to mention that. It does come from a table, but company_name is not unique in that table. Meaning, it wouldnt know which ID to pass. Perhaps I should seperate the name out into another table and then I could pass the id. I was just hoping to get this to work programatically since the links from classic reports actually work correctly. I am starting to think this is a bug. This issue appears to have been addressed to make the links from reports pass the & correctly, but not in the branching?
    I have attempted to replace and then re-replace but I couldnt get it to work with IR_ fields as the filter fields are generated by the Interactive Report region. Do you have any insight working with those? Are there any tricks to it that I might be missing?

  • How to pass value from report to form?

    Dear,
    I built a report and I create button on report too. This
    button will show a form that I want it to automatically show
    receivable values from report so that user don't complete them.
    So I create a button on the report . I enter Javascript in
    PL/SQL Code tab in '...after displaying the footer' as follow :
    htp.formOpen
    (owa_util.get_owa_service_path||'portal30.wwa_app_module.link?
    p_arg_names=_moduleid&p_arg_values=1736929105&p_arg_names=_show_h
    eader&p_arg_values=YES&p_arg_names=GNO&p_arg_values=1&p_arg_names
    =QNO&p_arg_values=2');
    htp.formSubmit(null,'New Answer');
    htp.formClose;
    GNO , QNO is value which I want to pass
    As you can see, the above code can pass only static value.
    But I want to pass values that is the condition of this report.
    I mean,such as, this report show data that gno=1 and qno=2 and I
    want to pass these values to form. So both value will appear in
    gno and qno field.
    So please tell me what should I do. Please help me. I don't
    know how to do it. I look forward to hearing from all of you.
    Please!!!!!! Don't hesitate to answer.
                        Thank you very much
                   Sirin Kittichotpanich

    Hi Marc,
    Yes, you have it correct in what I am trying to do and if I put a default value in the hidden item on page 2 and run it then that works fine. I just can't get the value from the form passed to page 2 for some reason. There are actually 22 items on the form that can be filtered but just using COREID for simplicity. When I run the form I am just entering a value in the COREID field to try and return those records. Most of the other items on the form are displayed as Popup LOV(fetches first row). Would the values of all these be done the same in a comma delimited list for the items and values? I was trying to get at least one of them working first. Here is the search result that comes up in the debug window:
    Search Results
    0.01: Item: P2_COREID HIDDEN
    0.01: show report
    0.02: determine column headings
    0.02: parse query as: MOTEAMSAPEX
    0.02: binding: ":P2_COREID"="P2_COREID" value=""
    0.02: print column headings
    0.02: rows loop: 15 row(s)
    No data found.
    Here is the SQL statement:
    select coreid, serialnumber
    from MOTEAMS.V_ASSETS where
    instr(UPPER("COREID"), UPPER(:P2_COREID)) > 0
    The branch settings are:
    Set these items: P2_COREID
    With these values: &P1_COREID (also tried this with period at the end)
    I am new to this and not familiar with apex.oracle.com. How would I go about posting to that site?
    Thanks,
    Pam

Maybe you are looking for