Link to Interactive Report Using Report Column as Parameter Value

I'm using Apex version 4.0.
I have an interactive report that I want to link to a second interactive report in order to create drill down functionality.
The user will click on a column in the main report called "Insurance Company Name" which will link to the second interactive report and filter for that Insurance Company.
I'm just trying to pass the Insurance Company Name to a Page 0 Item and use that value to filter the drill down report. Pretty simple. I don't want to create a declarative filter on the second IR, if that makes sense. My query for the drill down report is something like:
SELECT *
FROM MARKETS
WHERE INSURANCE_COMPANY_NAME = :P0_INSURANCE_COMPANY_NAME
I can't seem to get this to work-I've created the column link on the Insurance Company Name field in my main report.
The values I have are:
Link Text: #INSURANCE_COMPANY_NAME#
Target: URL
URL: f?p=&APP_ID.:5:&SESSION.::&DEBUG.::P0_INSURANCE_COMPANY_NAME:#INSURANCE_COMPANY_NAME#
It links to the drill down report but the drill down report is not filtering for the Insurance Company Name selected. It's not picking up the value for some reason.
Thanks for the help.

Possibly the value is NOT in session state when you call the dropdown.. Open up your session state menu option in the developer menu and see if there is a value in the Page 0 item..
Why don't you just create a page item on the second IR page and use that in your Select statement instead?
Thank you,
Tony Miller
Webster, TX
What if you really were stalking a paranoid schizophrenic... Would they know?
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • Creation of report using Report Painter

    Dear All,
    I have a requirement to create a report using Report Painter. I don't have any idea about this.
    Could you pls provide me some study materials or Links to study Materials, it could of great help.
    Regards
    Ranjan

    report painter
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    <b>reward points if helpful</b>
    Message was edited by: Rahul Kavuri
    Message was edited by: Rahul Kavuri

  • Can you create report using report painter with Tcodes:FAGLL03,FCHN

    Hi Experts,
    1.I want to create report using report painter by using tcodes FAGLL03,FCHN.Can i create with report painter?
    2.i never used report painter can anyone provide report painter pdf for ecc6.0
    3.can any oneguide me how to develop report in report painter by using this tcodes.
    4.If not possible can i do with report writer?
    Regards,
    naresh.
    Moderator: Don't mix report painter with the TCodes wyou mentioned; there is no link between them. Regarding Report Painter - search SDN. Respect the rules and don't cross-post: you asked the same unclear question in several forums!

    cross posted
    Edited by: nareshvarma on Jul 19, 2010 9:11 AM

  • Regarding reports using Report Painter

    Hi gurus,
              I am new for this reports. I have to create a report for HU's with material number,handling unit number, description and status. I am trying create this report using report painter. I have gone through forums on how to create a report. But there is no standard reporting table for this HU's. To create a report libraries are needed but these are linked to reporting tables. So can any one explain me how to create a reporting table and also report.
            Let me know if I am not clear about anything.
    Thanks in advance.
    Ravi Boppana

    Hi,
    You can use this link, it describes pretty fair the procedure:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/d1/44f2b5c7f411d296080000e82de14a/frameset.htm
    Generally, the technique is the same as for other SQL tools.
    Regards,
    Eli

  • Unable to compile Move order pick slip report using report builder

    Hi, I'm unable to compile the Standard Move order pick slip report using report 6i. I'm getting the error "wrong no of or types of arguments in call to "RUN_DETAIL_ENGINE". Please help.

    Hi,
    Looking for some help on this.
    Thanks in advance!
    Venkat

  • Predecessor/Successor Report using Report Wizard

    I would like to create a Predecessor/Successor Report using Report Wizard similar to old style pred/succ reports with pred ID with description on top of main activity and succ ID with description below main activity. I currently use version 8.2. Please respond here and direct to [email protected] if you can assist.
    Dan

    Email sent.

  • How to popluate user defined values in Paramter field of a report using "Report Server Project", BIDS

    Hello,
    I am creating report using "Business Intelligence Development Studio", creating "Report Server Project" connected to TFS database.
    I have created Variance report and the output of report  as below sample:
    Project   Assigned To      Planned Effort        Completed    Remaining  Variance
    P1            X                        20                        
    10                 5              5
    P2            Y                        10                        
    10                 0             0
    P3            Z                          5                        
    0                  5              0
    By default I made Assigned To as parameter field and its showing data for selection in a drop down box (X, Y and Z) and data also filtered correctly.
    Q. how can I fill resource names in a drop down of my own choice (in this scenario, I want to display only X and Y) and display data based on the selected resource? By default parameter displays all the resources which I don't want.
    I did the below but could not get correct result:
    1. Right Click on "Assigned To" parameter, Clicked on "Available Values" and Selected "Specify values" instead of "Get values from query"
    2. Added X as Label and Value as 2 (Employee ID as mentioned in dbPerson table)
    Drop down displays X but when I clicked on report, it gives an error...
    Appreciate your help on this.
    Regards
    Abdul Kalam

    Hi Abdul,
    From the document, we know that CONSTRAINED flag is used to reduce the risk of injection attacks via the specified string. If a string is provided that is not directly resolvable to qualified
    or unqualified member names, the following error appears: "The restrictions imposed by the CONSTRAINED flag in the STRTOSET function were violated."
    So you need to make sure the members are passed properly to the STRTOSET function. For more details, please see the following links:
    http://ch1n2.wordpress.com/2010/02/21/the-restrictions-imposed-by-the-constrained-flag-in-the-strtoset-function-were-violated/
    http://www.bp-msbi.com/2010/04/passing-unconstrained-set-and-member-parameters-between-reports-in-reporting-services/
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Report using either query or direct value

    Hi,
    I'm using Reports 6i.
    I'm having a report in which most of the content is static text. only 1 or 2 values i'm fetching from database to fill up the content.
    I have a requirement like, if the user directly supply this value, then i have to run this report with the provided value without querying.
    In case they dont suppy the values, then the report should query and take values from the database.
    Whether such a report is possible?
    Thanks
    Divya

    Hi,
    Thanks for the reply.
    But if P_Param is not null then the report should take the parameter value and run the report.
    Suppose my report contents is like this
    This is a test report run by USERWhere user is the field.
    If i supply user say as 'Divya' , then i should get the output as
    This is a test report run by DivyaIf i didn supply user, and instead another parameter say id is supplied, then it should query and take the username and run
    Both should happen in single report.
    As you suggested, if the user param is null, then nothing comes.
    This is just a sample case i told. my original req involves more than one param
    Thanks

  • Profit center trail balance report using report painter

    HI Experts,
    Please let me know steps to write functional specs for creating profit center trail balancing using report painter and also steps to create profit center trail balance using report painter.
    Thnaks,
    Vani

    Hi ,
    If that kind of report is not available in sap standard then write functional specification with relavant technical field name and table name with the required logic .Give that functional spec to  abapers they will write the technical specification and they will create the required report.
    Thanks & Regards
       pavan

  • How to hide/show a column in reports 10g according to the parameter value

    Hi,
    I want to hide a column in the report according to the parameter value, is it possible?
    For example, there is a parameter called P_TYPE. I want to hide a column called 'BALANCE' if the P_TYPE=0.
    This column is not the last one in the table, so if it is hide then that empty space should be occupied by next column.
    Is it possible means please explain me how to do it?
    Thanks in advance,
    SAN

    Create a format trigger (for both the header and the column item) that returns False on you condition.
    Set the horizontal elasticity to Contract (for both the header and the column item).
    Sometimes Contract doesn't work. Try Variable in that case. This has the disadvantage that the field can also expand.

  • Functional Area Reporting using Report Painter/Report Writer

    Hi,
    Could anyone let me know how we can draw up report for a company with functional areas using Report Painter/Report Writer?
    Our client wants to draw Financial Statements on the basis of Functional Area.
    Thanks & Regards,
    Sajan  C P

    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/5f/b77625a0f811d39755006094b969cf/content.htm">Creating a Profit and Loss Statement with Cost of Sales Accounting</a>
    FSI4 for creating forms and FSI1 for creating assocaited reports.
    Standard report 0SAPPRALO-01 Annual Profit and Loss Statement by functional area, can be checked, under FSI3 Type 005.

  • FI report using 'Report painter'

    Hi All,
    I am working on trial balance and created the BADI 'G_SET_FORMULA_EXIT' with the filter 'U001' saved and activated. I am now trying to create the variable with FORMULA '#U001' but i getting the following error:
    Variable name '#U001' not possible, please check syntax
    Message no. GS740
    I am not sure what part i am missing. Can anyone please help me out with this? Any docs/Link are appreciated.
    Thanks,
    Karun

    Hi Ajeesh,
    Thank you for your quick reply. With your reply i made some progress. I am able to put a break point and debug the BADI. I want the BADI to trigger after the selection screen. But right now it is triggering even before the selection-screen shows up.
    This is what i am doing.
    1. In the trial balance, we have a single row to show all the accounts. I created a VAR for ACCOUNT#(GLFUNCT-RAACT) and called this VAR in the single row if the trail balance using GRR2.
    2. The BADI is triggering before selection screen. I reason i gave at the ROW is i want to calculate the 'CUMMULATIVE BAL' for every account. 
    3. But in the debug mode i do no see anything as it is triggering before the selection.
    Could anyone please let me know how should i call the BADI so it triggers for every account that is displayed the report?
    Thanks in advance,
    Karuna

  • Images are not loaded while displaying report using Report Viewer with JRC!

    Hi Everybody,
    I created a Report designed using CR XI.
    I am viewing that report from my application using JRC and crystal Report Viewer and PDF viewer.
    In PDF viewer everything is fine including images display, saving etc.
    But in Crystal report Viewer, I am not getting the images of the buttons such as export, next page, previous page etc. But all the funtionalities are working.
    From where i can load the pictuers and how?
    Can anybody help on this?
    Thanks in advance,
    Saravanakumar.
    Edited by: Saravana kumar on Nov 17, 2008 1:23 PM

    Hi Saravana
    The issue you have posted here in the Crystal Reports Design Forum is a Developer issue.  Please post this query to the BusinessObjects SDK Application Development - > Java Development Crystal Reports forum.
    Regards
    Girish Bhosale

  • Master Detail Report using Report Query

    I am using APEX Report Query component to try and create a mater/detail report with BI plug-in. The Report Queries doesn't give you mush flexibility as each query is independent of the other. I'm trying to see if I need to create 2 queries or 1 AND what option would let me create a master detail report like so in BI Desktop:
    Employee: Bob ID:100 Dept: HR
    Jobs
    Job 1
    Job 2
    Job 3
    Employee: Tom ID:200 Dept: ACCt
    Jobs
    Job 1
    Job 2
    Job 3
    Option1.
    I could combine the Employee Job info with the Employee info, but that would report the Employee info for every Employee Job. I didn't think that was good.
    <Rowset1_Row>
    <EMPID>
    <NAME>
    <DEPT>
    <JOB>
    </Rowset1_Row>
    Option 2.
    I could create 2 queries. The 1st getting all of the Empoyee info. The 2nd getting all of the Employee jobs.
    <Rowset1_Row>
    <EMPID>
    <NAME>
    <DEPT>
    <JOB>
    </Rowset1_Row>
    <Rowset2_Row>
    <EMPID>
    <JOB>
    </Rowset2_Row>
    <Rowset2_Row>
    <EMPID>
    <JOB>
    </Rowset2_Row>
    Any advice?
    Edited by: bobmagan on Jun 1, 2009 5:29 AM

    Can you check for the settings please.
    Thanks and Regards
    Riyas

  • P & L Report using Report Painter does not run in PRD client ( time out)

    Hi SAP Gurus
    We created a P & L Statement on the basis of GLPCT table. We incorporated Accounts groups from a financial statemen version using KE5B in profit center accounting.
    Report contains Account groups as well as profit centre group.
    It takes around 5- 10 minutes to run in DEV client but in PRD it takes a lot of time and times out after a while.
    Any suggestions....??
    Regards
    Satish

    Hi Satish,
    Use all the Index fields(Profit-center-based index) which are active for the table GLPCT in the Selection screen of the report and use maximum selection criteria.The processing time will improve to some extent.
    ~Andrew
    Good you got the solution from the Basis Team, probably they might have increased the processing time limit of the report.But to increase the efficiency of the program the above will work.
    Edited by: Andrew J on Jan 24, 2011 4:53 PM
    One more tip for tuning the performance

Maybe you are looking for

  • Issue with sy-tabix..

    hey, In my BADI, i have a variable l_ztabix of type sy-tabix. i loop thru my idoc data internal table and modify the internal table if neccessary. loop at t_idoc_data INTO wa_idoc_data. l_ztabix = sy-tabix. modify t_idoc_data index l_ztabix FROM wa_i

  • Firefox "stops responding" quite often so I can't do anything for about 10 seconds, then I can resume.

    It seems Firefox just gets "hung-up" often so I can't click on anything, and/or any action takes a long time. Then it will work fine for a few minutes, then stop responding again. I have to close it and start it again quite often, but that never fixe

  • Is it possible to...

    First of all Good Morning/Afternoon/Night! How are you people doing? You see, I'm currently developing a web app that will allow multi-vendor processing. I thought everything was going to be very joyful but the more I started to investigate, the more

  • Photos are being added to my iPad, without choosing any events in iPhoto or having them sync with iCloud

    Photos are being added to my iPad, without choosing any events in iPhoto or having them sync with iCloud I just upgraded to IOS6, and now my ipad is full of pictures I did not choose to sync. I cannot delete them without deleting them from all source

  • Send lines returned by a query

    Hi, I have this script : SET SERVEROUT ON DECLARE c utl_smtp.connection; vInHandle utl_file.file_type; vNewLine VARCHAR2(250); vMessage VARCHAR2(250); I pls_integer := 0; PROCEDURE send_header(name VARCHAR2, header VARCHAR2) AS BEGIN utl_smtp.write_d