OBIEE Integration with ADF - Reports with bind variables

Hi,
I've managed to integrate obiee with ADF by following the steps described in:
http://www.oracle.com/technetwork/middleware/bi-publisher/adf-bip-ucm-integration-179699.pdf
This is all fine and all but what about reports with complex queries where bind variables are needed?
In short I need to send specific values from ADF application as parameters to the query of the report before building it, then create it and download the file as pdf.
I don't have problems with building the file and downloading it when the query in the report has no bind variables, but when it does I do not know how to send them to the report.
I can't seem to find such an implementation or example anywhere and I am stuck.
Could anyone please point me in the right direction, eighter by providing a solution, or a link to such an example?
Thank you!
P.S.
I'm using OBIEE 11.1.1.6.0 and JDeveloper 11.1.2.1.0
Mihai Cornean
Edited by: 885382 on Apr 11, 2013 11:10 PM

Hi,
try the BI Publisher forum for question towards this product BI Publisher
Frank

Similar Messages

  • Integrating Tableau server report with SharePoint

    Hi 
    The requirement is to have Tebleau server report to be integrated with SharePoint. We can integrate the report using a page viewer web part but in the web part it asks for log in credentials, also Tableau server is installed on a different server with local
    authentication mechanism. What I want is the report be available to all the domain users on SharePoint available on a different server. I see an option - to use Secure store service but then it requires the authentication mechanism to be changed in Tableau
    server by uninstalling it first and then install it again (which we consider is not feasible) so that using the secure store credentials the report automatically logs in and shows the report to all the authenticated SharePoint users.
    How can we implement the auto log in feature for Tableau report in the page viewer web part so that the report is available already (Secure Store) and the SharePoint logged in user does not have to go and log in.
    Any pointers or suggestions to accomplish this using any other method also would be highly appreciated.
    Thanks

    Did you check this 
    http://www.jenunderwood.com/2014/03/03/how-to-integrate-tableau-with-microsoft-reporting-services/
    http://maxderungs.wordpress.com/2013/01/29/workaround-display-tableau-report-in-sharepoint/
    Let us know if this helps, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • How to bind the value of textbox with View object's bind variable?

    Hi all,
    In my use case I need to pass the value of textbox in the jsf page to the View Object's bind variable.
    I should not hard code this in my backing bean. I need to configure in the Jdeveloper itself.
    I am using Jdeveloper 11.1.1.4.0 version. Kindly come up with your help.
    Thanks,
    Phani.

    Hi,
    You have to use Named Bind Variables(ExecuteWithParams)
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b25947/web_search_bc004.htm
    http://www.cloudsolid.com/2008/10/using-named-bind-variables.html

  • Integration of BO reports with Enterprise portal

    How can i integrate BO reports with Enterprise Portal.

    Jude, have you done this already. This is because i have checked the files for IK but it's not too specific on things like configuring the system for BO in SAP EP or where to do the things. I am stuck on configuring the area of the visor for the system that will connect to BO i already typed the domain url to leave it able to SSO but no for the visor. If anyone knows how to do this.

  • Integration of 9i Reports with 10g portal

    Hi All:
    I am new to develop portal and using 10g Portal.I have to integrate reports,created with 9i report builder,with 10 g portal. Please let me know about some useful documents to do this task.
    I have searched alot and get some documents but these are not useful as mush as i required.
    I will be very thankful to you for any kind of help.
    Regards
    Sam

    Jude, have you done this already. This is because i have checked the files for IK but it's not too specific on things like configuring the system for BO in SAP EP or where to do the things. I am stuck on configuring the area of the visor for the system that will connect to BO i already typed the domain url to leave it able to SSO but no for the visor. If anyone knows how to do this.

  • Integration of BW reports with portal

    Hi,
          Can any body tell me the step by step detail of how to integrate the BW reports with the Portal.
    Thanks in Advance.
    Regards,
    Ravi.

    Hi Ravi,
    Check this link
    Configuring EP for connecting to BW
    Publishing BW Workbooks into Portal
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/connectivity&
    Regards
    Arun

  • Report Using Bind Variables

    Hey Everyone,
    I'm having a bit of trouble creating a report. I need the FROM part of the code to use bind variables. I have come up with this peice of code below but im getting the following error:
    failed to parse SQL query:
    ORA-06550: line 1, column 8:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    begin function package pragma procedure subtype type use
    form
    current cursor
    The symbol "" was ignored.
    ORA-06550: line 2, column 24:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    begin function package pragma procedure subtype type use
    form
    current
    Can anyone see where im going wrong?
    Thanks in advance,
    -N.S.N.O.
    Code*
    DECLARE
    x VARCHAR2 (4000);
    BEGIN
    x := x || 'select *';
    x := x || 'from ';
    x := x || :p13_schema;
    x := x || '.ddl_log@';
    x := x || :p13_db_name;
    x := x || '_DBAAPEX.TNTEWW.COM';
    RETURN (x);
    END;

    Hey Roel and Daylocks,
    After getting frustrated for a while i deleted the page and started again. I put in the exact same code and it worked just how i wanted in the first place :S
    The only thing i did different is when i was creating the report region the first time around i used a normal SQL query, For Example:
    select sysdate from dual;
    Then i modified it to
    DECLARE
    x VARCHAR2 (4000);
    BEGIN
    x := x || 'select ';*
    x := x || 'from ';
    x := x || :p14_schema;
    x := x || '.ddl_log@';
    x := x || :p14_db_name;
    x := x || '_DBAAPEX.TNTEWW.COM';
    RETURN (x);
    END;
    Whereas on the second attempt i used the peice of code in question straight away. Its been a bit of a frustrating morning because i used a similar peice of code for a different application, nevermind tho :)
    Thanks for your replys, much appreciated.
    -N.S.N.O.

  • Child reports and bind variables

    I'm working on a user defined parent/child report. What I'm having an issue with is using a parents bind variable value in a child. To simpify my example:
    The master query is:
    select count(*), document
    from download_audit
    where activity_date > sysdate-:DAYS
    group by document
    which returns a count of downloads for each document in the last :DAYS days. I want the child report to then list the person that downloaded a selected document:
    select document, user_id, activity_date from download_audit
    where activity_date > sysdate - :DAYS
    and document=:DOCUMENT
    This does not work because the initial :DAYS bind isn't sent to the child.
    If I add the :DAYS as a selected column to the master sql it works. e.g.
    select count(*), document, :DAYS days
    from download_audit
    where activity_date > sysdate-:DAYS
    group by document
    My question is, do child bind variables all have to be selected columns in the master query or is there a way to have a "global" bind variable that gets carried from master to child?
    I'm using SQL Developer 3.2.20.09 on OS X Lion
    Edited by: RoboMan on Nov 16, 2012 11:23 AM

    I agree whole heartedly :)
    If you want to make things even more interesting, create some 3rd generation child reports and carry the bind variables throughout the multiple levels - here's an example
    http://www.thatjeffsmith.com/archive/2012/09/grandparent-parent-child-reports-in-sql-developer/

  • User Report data bind variable problems

    Hello,
    I am trying to build a simple report in SQLDeveloper, using a DATE bind variable. But it fails with the error message:
    Inconsistent datatype, expected DATE got NUMBER
    SELECT * FROM FLOW_COMP_REC_SUMMARY_RU
    where create_date = trunc(:TARGET_DATE)
    and type = 'D'
    ORDER BY MESSAGE_FLOW_ID
    Running this query in SQLDeveloper worksheet executes properly after a dialog box pops up and I enter: current_date - 1
    SELECT * FROM FLOW_COMP_REC_SUMMARY_RU
    where create_date = trunc(&TARGET_DATE)
    and type = 'D'
    ORDER BY MESSAGE_FLOW_ID
    I've searched but no clear solutions present themselves. If you have one it would be most appreciated.
    Thanks

    You'll have to convert the input to date yourself:
    SELECT * FROM FLOW_COMP_REC_SUMMARY_RU
    where create_date = TO_DATE(:TARGET_DATE, 'DD/MM/YYYY')
    and type = 'D'
    ORDER BY MESSAGE_FLOW_ID
    Have fun,
    K.

  • Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]

    Hello Everybody,
    I am trying to call transaction F.80 for mass reversal of FI documents by using SUBMIT sentence and its parameters like this:
      LOOP AT i_zfi013 INTO wa_zfi013.
        PERFORM llena_params USING 'BR_BELNR' 'S' 'I' 'EQ' wa_zfi013-num_doc ''.
    range_line-sign   = 'I'.
    range_line-option = 'EQ'.
    range_line-low    = wa_zfi013-num_doc.
    APPEND range_line TO range_tab.
    endloop.
    Line: -
          SUBMIT sapf080
            WITH br_bukrs-low = p_bukrs
            WITH SELECTION-TABLE it_params  [ same  problem with -  WITH BR_BELNR IN range_tab]
            WITH br_gjahr-low = p_an1
            WITH stogrd = '05'
            WITH testlauf = ''
            AND RETURN.
    My problem is that  when the report is executed the BR_BELNR only delete one document of the all the inputs in the selection criteria from the loop. if I add the statement [ VIA SELECTION-SCREEN] in the SUBMIT if open the multiple selection criteria in the screen I can check that all the documents are set in it from the ABAP code in the loop from it I just need to push F8 to copy them and run the program processing all the documents normally .
    Can some one help me with this? is there a way to execute the transaction BY the SUBMIT with the multiple selection criteria for the Document Number working well?
    Thank for you time and help.

    This is my code:
      TYPES: BEGIN OF T_ZFI013,
              BUKRS     TYPE BUKRS,
              GJAHR     TYPE GJAHR,
              MONAT     TYPE MONAT,
              ANLN1     TYPE ANLN1,
              ANLN2     TYPE ANLN2,
              NUM_DOC     TYPE BELNR_D,
              DATE     TYPE DATUM,
              TIME  TYPE UZEIT,
              USER     TYPE SYUNAME,
             END OF T_ZFI013.
       DATA: I_ZFI013  TYPE STANDARD TABLE OF T_ZFI013,
             WA_ZFI013 TYPE T_ZFI013,
      DATA: br_belnr       TYPE BELNR_D,
            rspar_tab  TYPE TABLE OF rsparams,
            rspar_line LIKE LINE OF rspar_tab,
            range_tab  LIKE RANGE OF br_belnr,
            range_line LIKE LINE OF range_tab."range_tab.
      LOOP AT i_zfi013 INTO wa_zfi013.
        range_line-sign   = 'I'.
        range_line-option = 'EQ'.
        range_line-low    = wa_zfi013-num_doc.
        APPEND range_line TO range_tab.
      ENDLOOP.
      SUBMIT sapf080
        WITH br_bukrs-low = p_bukrs
        WITH br_belnr IN range_tab
        WITH br_gjahr-low = p_an1
        WITH stogrd = '05'
        WITH testlauf = ''.
    This is the RANGE_TAB table before submit:
    1     I     EQ     1001xxxxxx
    2     I     EQ     1002xxxxxx
    3     I     EQ     1003xxxxxx
    4     I     EQ     1004xxxxxx
    5     I     EQ     1005xxxxxx
    6     I     EQ     1006xxxxxx
    7     I     EQ     1007xxxxxx
    8     I     EQ     1008xxxxxx
    I think this wont work for some reason so I will start to do this by a BDC.
    Many thanks for your help.

  • Sudden issue with InfoView reports with CR Server, they have disappeared

    I am running CR Server (not the 2008)  and everything was working perfectly.  My problem is I have a simple jpeg that does not display for InfoView reports..
    Well, it does display if I change the default view to Active X viewer, it does work, if I use the DHTML viewer (which worked perfectly until yesterday), the graphics don't show
    Here are the properties of the image
    http://ipaddress/crystalreportviewers115/imagehandlerdotnetbridge.aspx?dynamicimage={A3B177F1-F678-42A8-92F5-28B56B105891}.png
    I have tried republishing the reports with no success.  I did LOOK at the web.config for the website, but I I did not change anything... but it broke right after that..
    has anyone seen this before ??
    thanks for any help

    Hey Ted.. Here is the error message I got from the browser
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Unrecognized configuration section 'compilation'
    Source Error:
    Line 13:           debugging ASP .NET files.
    Line 14:     -->
    Line 15:     <compilation defaultLanguage="c#" debug="false">
    Line 16:            
    Line 17:           <assemblies>
    I guess maybe I did something to the darned web.config.. do you have a default one you can send me so I can compare..??
    thanks again for your help

  • Bug: ADF BC VO bind variable attr editor control hints

    Hi JDev team
    Under JDev 11g TP, for an ADF BC VO "existing" bind variable in the VO editor, if you double click on the variable, and in the bind variable editor change any of the control hints, press ok, on returning to the bind variable control hints in the editor, your changes have disappeared.
    Regards,
    CM.

    Hi ,
    I like to fill the date properties of a data variable what do I need to do tow make it work , do I need to edit the vo.xml or do I make a resourcebundle
    thanks

  • ADF BC / Why bind variables are mandatory in the sql query

    I got this error during view object excecution in the component browser :
    (oracle.jbo.SQLStmtException) JBO-27122: Erreur SQL lors de la préparation d'une instruction. Instruction : SELECT * FROM (Select distinct(socialgroup.socialgroup_i) from socialgroup, socialgroupmember, lodgingallocation, lodge
    where socialgroup.socialgroup_i = socialgroupmember.socialgroup_i and socialgroupmember.t_socialgrouprole_i = t_rolegroup_ipar.fgetflextypologyclassitem_i(t_rolegroup_ipar.fisbeneficiary) and socialgroupmember.datefrom <= :DateTo and nvl(socialgroupmember.dateto, :DateFrom) >= :DateFrom and socialgroupmember.requester_i = lodgingallocation.requester_i and lodgingallocation.datefrom <= :DateTo and nvl(lodgingAllocation.DateTo, :DateFrom) >= :DateFrom and lodgingallocation.lodge_i = lodge.lodge_i) QRSLT ORDER BY "SOCIALGROUP_I"
    ----- LEVEL 1: DETAIL 0-----
    (java.sql.SQLException) Tentative de définition d'un nom de paramètre qui ne se trouve pas dans le SQL: T_SICategory_I
    The bind variables T_SICategory_I is not yet use in the sql query but will be used later so i defined it for the view object.
    Is it a reason that the run time check this ? It would be more convenient to set the bind variables early when defining the view object and add them later during the development iteration.

    Design-time defined named bind variables can be marked as required, or not.
    This is decided by the use in the where clause or in view criteria. In my case the bind variable was not used in where clause neither in view criteria and that causes the error.
    May be i would be nice to add a check box (a flag) that enable or disable the bind variables for this checking so we will be able to let it defined even we removed some part of the query corresponding to the corresponding restriction or we defined it earlier for a part of the query that is not yet defined.
    In my current case i fully defined the bind variables but would refine my query later ... in that cause i would have to remove this bind variable and loose all the definitions to run this view object.
    sorry for my english ...

  • ADF 11g:set bind variable

    Hi All,
    Requirement is to set the value of bind variable of the recursive view object(DynamicTreeMenuVO1) on which my af:tree is based at run time. The value of the bind variable is coming from DynamicMenuVO1Iterator view object at run time("#{rows.displayVal}"), when I am iterating the DynamicMenuVO1Iterator using af:forEach.
    Following code is there on my jspx page:-
    <af:panelAccordion id="acc" discloseMany="false" discloseNone="false">
    <af:forEach items="#{data.view_DynamicGalleryTreePageDef.DynamicMenuVO1Iterator.allRowsInRange}" var="rows">
    <af:showDetailItem text="#{rows.displayVal}" id="sdi1">
    <af:tree value="#{bindings.DynamicTreeMenuVO1.treeModel}" var="node"
    selectionListener="#{bindings.DynamicTreeMenuVO1.treeModel.makeCurrent}"
    rowSelection="single" id="t1">
    <f:facet name="nodeStamp">
    <af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    </af:tree>
    </af:showDetailItem>
    </af:forEach>
    </af:panelAccordion>
    Unable to find how to pass the value #{rows.displayVal} to the bind variable of DynamicTreeMenuVO1 at run time. Please help
    Thanks,
    Vikram

    Will using the groovy expression to set the bind variable value by referencing desired attributes in DynamicMenuVO1Iterator work?
    Can any one can give me the grovvy expression to "*Referencing attributes in other view objects*".
    Any inputs please..........................
    Edited by: Vikram K on Feb 25, 2010 7:23 PM

  • Integrating BPM default reports with OBIEE

    Hi All,
    Can we integrate ORACLE BPM with OBIEE reports? if yes How ?
    Here is my scenario, in oracle BPM we have 4 reports  unattended task reports,task priority report,task cycle time report... , We need all these reports should execute from OBIEE
    Regards,
    Francis

    We would like to have the reports directly from the Web based system on to the OBIEE dashboard without configuring anything in RPD.And I would like to win the lottery without even buying a ticket. :-)
    You can embbed HTML content in a OBIEE Dashboard. Have a look at the Answers, Delivers, and Interactive Dashboards User Guide:
    http://download.oracle.com/docs/cd/E10415_01/doc/nav/portal_booklist.htm

Maybe you are looking for

  • How can i make from a GUI application an Applet ?

    Hello, i have a gui appliction and i want to make an applet how can i do that, i read an article (i need to put away method main and write method init (must be same as a constructer , but my constructor is only public Grafika() ) but it doest help...

  • Error while starting the Portal application server

    Hi , We are running EP 7 on SP12 on HP-UX1 1.31 with Oracle. this a strange problem that we are facing.When we try to restart the Application sever it never starts up until we take a restart of the CI as well. The default trace writes m.sap.engine.co

  • Need code for ITC502

    I need code for gpib to ITC 502. Need to set temperature and threshold, thankx

  • Lost "send" option in all email accounts

    I no longer have a "Send" option in any of my Blackberry email accounts.  I have an 8530.  I read someplace I should "wipe" the phone after backing up information, but--how do I "wipe" the phone? What happened to my "Send" options?  Can anyone help m

  • What is up with Hero RSLs?

    Hello, I have downloaded SDK build 4.5.0.17077 from here and it looks like it has a serious bug - not with SDK itself, but rather with fpdownload.adobe.com Any build result is trying to fetch a non-existent URL from fpdownload.adobe.com: Error #2032: