Sending a OBIEE parameter to a VIEW

Is there a way to send an OBIEE parameter to a Database view? I have a DB View that calls a function, can I have OBIEE send a parameter for the function?
Thanks

Yes it is possible. Make sure under variable properties in RPD, you have checked "Enable any user to set the value".
Then set the value of this session variable in dashboard prompts. Check the link for details:
http://arjunonobiee.blogspot.com/2012/01/obiee-how-to-set-server-variable-with.html

Similar Messages

  • Send a OBIEE report to non OBIEE user (Client) Mail in OBIEE11g

    Hi Frenz,
    i`m fresher to OBIEE, i need the step for "Send a OBIEE report to non OBIEE user (Client) Mail in OBIEE11g". searched in on-line got only OBIEE 10g Documents that one also followed but no result.Please help Me....the Step to config a Mail for external user.
    Thnaks,

    Have the SMTP server configured by your admin and create agent privilege given to your role. Then Schedule an Agents to yourself/Testuser with the report to be sent to external user as its Content. Set up the Delivery Profile of the recipient. In the set up for email device - delivery profile specify the external email address. This might be useful
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi11115/delivers/alerts.htm
    Thanks.

  • Send a OBIEE report to non OBIEE user (Client) in Mail OBIEE 11g

    Hi Frenz,
    i`m fresher to OBIEE, i need the step for "Send a OBIEE report to non OBIEE user (Client) Mail in OBIEE11g". searched in on-line got only OBIEE 10g Documents that one also followed but no result.Please help Me....the Step to config a Mail for external user.
    Thnaks,

    This is the Oracle Forms forum. Please post on the appropriate forum here https://forums.oracle.com/forums/category.jspa?categoryID=16

  • Setting parameter in Detail View Object

    I want to setting parameter in detail view.I have two table.One is master another is detail.I use parameter in master table so I put my page parameter form and I execute it.It work fine.I want to use parameter in detail table.In detail table if I dont use parameter master is execute it automaticly and it shows the result but when I put the parameter in detail it isn't show any result it say no rows return.Please help about to use detail views parameters(bind variables)

    Hmmm, sorry, not sure.
    Can I suggest you change your code to the following:
    RowSetIterator[] iter= getMasterRowSetIterators();
    if (iter != null && iter[0].first() != null) {
      Row row = rsi[0].getCurrentRow();
      .....(etc)....And run it in the debugger. See if it actually gets to the Row line. If not getMasterRowSetIterators() isn't returning any iterators and you should check how you've exposed your VOs in your AM - specifically looking to see if your detail VO is actually a detail VO to a parent VO.
    Also I'm not sure overriding executeQuery() is the best place to be doing this as the doco says it is not always called. The doco seems to indicate executeQueryForCollection() is the preferred method. However in my testing it appears you can't set the query parameters in this method.
    Sorry I couldn't be more helpful.
    CM.

  • Declaratively set the value of a bind parameter in a view query

    Can I declaratively set that I want the value of the bind parameter in the view query to be the value of a specific field in the current row of a specific iterator in my data bindings? Thanks :D

    user11976105 wrote:
    Hm I guess I should mention I'm doing the retrieval in Java, using a ValueChangeListenerIn this case, you will still need to bind an ExecuteWithParams action to your page definition and execute it from your ValueChangeListener after supplying its named data.
    In the code spinet, the new value from the ValueChangeEvent is passed to the bind variable.
    public void yourValidChangeListener(ValueChangeEvent valueChangeEvent) {
        // get the ExecuteWithParameters operation binding from the bindings
        OperationBinding executeWithParameters = ADFUtils.findOperation("yourExecuteWithParametersBindingId");
        // setup bind variable using the new value from the valueChangeEvent
        executeWithParameters.getParamsMap().put("yourParameterId", valueChangeEvent.getNewValue());
        // execute
        executeWithParameters.execute();
        // check for errors
        if(executeWithParameters.getErrors().size() != 0) {
            // error(s) occured
    }

  • OBIEE Access through Smart View

    I am trying to setup OBIEE Access through Smart View . I have done the
    following:
    Private Connection:
    From Smart View ribbon, click Panel.
    Select
    Private Connection.
    Press the right arrow and Create New Connection.
    Select Oracle BI EE.
    In my case http://adc-obi0200-gse.oracledemos.com:9704/analytics/jbips
    I get the message unable to connect to provider.
    Any ideas what the issue may be?

    The supported Smart View release compatible with OBIEE 11.1.1.7.0 is 11.1.2.5.000, 11.1.2.3.000, though I would recommend you use 11.1.2.5.000
    For more information you can check Doc ID 1923582.1
    Thanks

  • Send a shell parameter to a sqlplus (from shell)

    So, on AIX OS, I have a script that runs some queries on my Oracle DB (11gr2)
    I run it in a way like:
    sqlplus "/ as sysdba" > my_log.log <<EOF!
    set serveroutput on
    declare
    x pls_integer;
    begin
         begin
              update common.settings set value='some_value' where settingid=9;
    end;
    EOF!
    but, I would like to send a shell parameter to a sqlplus...
    how could I do that?

    I have a script wich is not running... why?
    #!/bin/bash
    my_name=ddddd
    sqlplus "/ as sysdba" > result.log <<EOF!
    set serveroutput on
    declare
    begin
    insert into common.a_test(tekst) values $ime;
    commit;
    dbms_output.put_line('value: ' || $my_name);
    end;
    EOF!
    echo izasaoEdited by: user9158455 on 22-Sep-2010 00:53

  • Send-file nocache parameter does not appear to work in web server 7U1

    Hi all,
    I tried the nocache parameter on my webserver 7U1 deployment and it appears to have no affect - i.e. the specified files are still cached.
    Reference:
    http://docs.sun.com/app/docs/doc/820-1062/abuli?l=en&a=view&q=nocache
    I tried this on a Webserver 6.1 installation and it worked properly.
    Here's my obj.conf settings:
    <Object name=default>
    NameTrans fn="pfx2dir" from="/pdf/MNFS" dir="/opt/webserver7/https-orion/docs/orion/pdf/MNFS" name="pdf"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    </Object>
    <Object name="pdf">
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file" nocache=""
    </Object>
    Any body else have this problem w/ web server 7? Any help would be greatly appreciated.
    thanks,
    Rob

    Hi guys,
    Thanks very much for the help - it was enough for me think more about it and solve the problem.
    To answer mv's question, I did previously try the nocache on the default object and it didn't work either (but I will explain the reason below). I knew the file was cached, by seeing the old file in the browser even when refreshed and when checking the access log, the returned byte size was the same as the old file.
    elving's comments indirectly led me to the problem, and I'm embarrassed to say it was actually an application error. We're using virtual web servers, and I had been modifing the correct obj.conf file (confirmed by server.xml) - the problem was that the application setting was pointing to the same physical server, but using a different hostname - d'oh!
    So in other words, I was updated the conf file correctly for virtual server aaa.com, but the app was set to bbb.com (same physical machine), so the same file was being retrieved but my nocache directives for aaa.com we're being ignored.
    Anyway, thanks again everyone for their help - much appreciated!!
    cheers,
    Rob

  • Passing one parameter to multiple views

    Is this possible?  I would like to pass one parameter, a date field, to multiple views.  I cannot use it in the record selection, because my views do a mathematical computation which returns a single value, but I only want to select the data for a single day. 
    The problem is that there are several views and I do not want to have to enter the date parameter a dozen times.

    Try to use add command and write the query like this
    select * from view where datefield={?date}
    also create another add command for the other view
    select * from view2 where datefield2={?date}
    for all the queries create the same parameter with the name {?date}
    Regards,
    Raghavendra

  • Unable to edit parameter in cr viewer

    Hi All,
    I have a report having parameter.I selected show in viewer panel as Editable.
    When I run in cr viewer 2011 But I am unable to edit the parameter value.
    Please suggest

    The Standalone CR Viewer is Not meant to 'refresh' data - it cannot connect to the database to retrieve new records.
    It can only work on 'saved data'.
    This Viewer can only refresh reports that are hosted on the BO or CR Servers.
    If you don't have these products, you can only share a copy of the report 'with saved data' and the users can view it in the free viewer - not refresh.
    If you're trying to refresh data then you have the following choices other than the above:
    1) Build a custom CR Viewer using CR SDKs that can refresh and bring in updated data
    2) Browse the free/inexpensive 3rd-party viewers that can refresh data at:
    http://kenhamady.com/bookmarks.html
    -Abhilash

  • Sender SOAP Adapter parameter problem

    Hi,
    My scenario is Web service to RFC. I configured XI (7.0) and tested the scenario with Altova Xml Spy, it works. However the ones that are going to call the service say that they need a sevice with a XmlNode parameter.
    They are going to use VB.NET to call the service. What should I do?
    Please tell me how to
    1. Reconfigure XI to accept XmlNode parameter in sender SOAP adapter(I think this is not possible since XmlNode is a language specific element which should not be used for the sake of compatibility in Web Services)
    or
    2. How to explain this to them ?
    Regards,
    -Tarik

    Please refer to this blog http://blogs.msdn.com/kaevans/archive/2006/04/06/570223.aspx
    Cheers
    Fernand

  • How to send a Row based in a view Object

    Hi,
    i has in the app module a method to insert but i want from the baking bean send a Row with the information but not function well
    ---this is my method in the app module
    public boolean CreaCliente1(Row row){
    ViewObjectImpl vo =this.getClientesVo();
    vo.insertRow(row);
    this.getDBTransaction().commit();
    return true
    in the bean the the method where i asign the data to the object row is
    public Row CreaCliente(Row row){
    SimuladorAppImpl app = new SimuladorAppImpl();
    ViewObjectImpl vo = app.getClientesVo();
    Row row = vo.createRow();
    row.setAttribute("IdCliente",0);
    row.setAttribute("NuDocumento",this.getNumeroDocumento());
    row.setAttribute("IdTipoDocumento",1);
    row.setAttribute("CaPrimerNombre", this.getPrimerNombre());
    row.setAttribute("CaSegundoNombre",this.getSegundoNombre());
    row.setAttribute("CaPrimerApellido",this.getPrimerApellido());
    row.setAttribute("CaSegundoApellido", this.getSegundoApellido());
    row.setAttribute("CaDireccion",this.getDireccion());
    row.setAttribute("CaTelefono",this.getTelefono());
    row.setAttribute("CaCorreoElectronico", this.getCorreoElectronico());
    row.setAttribute("IdCiudad",11);
    row.setAttribute("IdDepto",11001);
    row.setAttribute("FeFechaCreacion", new java.sql.Timestamp(new java.util.Date().getTime()));
    then i invok the method with the command button but apers a error
    how is the best way to do this
    thansk
    Edited by: JuanAndresDeveloper on 10-feb-2009 8:05

    You can't just simply create a new application module like that:
    SimuladorAppImpl app = new SimuladorAppImpl();This will not work!
    An other thing to mention is that you don't push Row objects from the view controller to the server side (this breaks the MVC paradigm).
    If you have to create a new row, you can create a method in your application module and call this method either with a number of attributes or a POJO object holding the values.
    Remember too that your new row normally have a primary key attribute which you have to fill with a distinct value for each row.
    To get the application module from within a backing bean you can look at ADFUtils.getApplicationModuleForDataControl("YourAppModuleDataControl");Search the FOD application for the ADFUtils class or this forum.
    Timo

  • Input parameter of Analytic view in Calculation View

    Hello Folks,
    I have created an analytic view with some input parameters and using this view in a calculation view.
    when i am checking Data Preview of Calculation view , it is not asking for any input parameter and returning blank values.
    Could you please let me know the where i went wrong.
    Thanks.

    Hello Ravindra,
    Here is scenario :
    AV :   AV_1 w/o parameters
    AV :  AV_2  w/  required parameters
    when i join the both them into CV_1 , I am unable to see input parameter mapping.
    Could you tell me where it is located.

  • How to pass parameter when create view link

    Hi,
    I used R12 to implement OAF. I create a VO with paramenter such as SELECT item_code,parent_item_code,month_budget_id
    FROM cux_ce_month_budget_lines_t
    where month_budget_id=:1
    But when I create VL for this VO. It seems the parameter :1 can not be passed.
    Could some one to help lookinto this?
    Best Regards,
    Eileen

    You donot need to pass parameter while creating the View Link. Once the view link is created then you assign the bind parameter to the master VO and execute the View link. The Child VO would automatically be executed.

  • Pass parameter to a view

    We are using Oracle 7.3. Can I pass a parameter such as a date to a view ?? If so how?

    Are you looking for something like this ?
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE OR REPLACE VIEW MY_EMP_VIEW AS
      2  SELECT e.ename,e.deptno,d.dname
      3  FROM emp e,dept d
      4  WHERE e.deptno=d.deptno
      5* AND USERENV('CLIENT_INFO')=e.deptno
    SQL> /
    View created.
    SQL> select *from MY_EMP_VIEW;
    no rows selected
    SQL> EXECUTE dbms_application_info.set_client_info(30);
    PL/SQL procedure successfully completed.
    SQL> select *from MY_EMP_VIEW;
    ENAME                                   DEPTNO DNAME
    ALLEN                                       30 SALES
    WARD                                        30 SALES
    MARTIN                                      30 SALES
    BLAKE                                       30 SALES
    TURNER                                      30 SALES
    JAMES                                       30 SALES
    999999                                      30 SALES
    7 rows selected.Here, we can set dynamically the department number we want to view from the view created. These technique is used (in a more complex way) in multi-org system in Oracle Apps 11i with database 9i/10G.
    But now VPD and FGA is more powerful with latest oracle database.

Maybe you are looking for