get the value of parameter IR


Hi all

I wonder if there is the feature to get the IR value selected by the end user for use in queries.

For example if I have 5 columns, user perform a filter on a column not 4 and I need to use it there select in another query.

I search on the documentation of APEX_IR, but haven't found too.

Thank you.

Gabriel wrote:

I wonder if there is the feature to get the IR value selected by the end user for use in queries.

For example if I have 5 columns, user perform a filter on a column not 4 and I need to use it there select in another query.

I search on the documentation of APEX_IR, but haven't found too.

Interactive report filter conditions can be retrieved in the APEX_APPLICATION_PAGE_IR_COND view.

Tags: Database

Similar Questions

  • Getting the value of the parameter

    Hello
    I use Reports6i.
    I have a parameterized report, say the parameter: P_nat, have the list of values as
    Select nat_code,nat_name from Nationality_Master;
    The values are as
     IND-Indian
     PAK- Pakisthani
     etc...
    in the query, I want the values like IND, PAK etc, so I take: P_nat.
    Report also I want to show the selected value of the parameter, but here, I want the values like Indian, Pakisthani etc... Take: P_nat gives only the code.
    Is it possible to get the value?

    Thank you

    Hello
    For a full description, create a user setting more (for ex: p_desc) and in the outbreak of the APRES-PARAMETRE-FORM reports, use the code below...

    SELECT nat_name
    INTO :p_desc
    FROM Nationality_Master
    WHERE nat_code = :p_nat;
    

    and in the layout of your reports, use the P_DESC parameter to display the full description.

    -Clément

  • XML: How to get the value of the node when the node of pasing as a parameter name

    Hello

    I've got some xml:

    var xmlData:XML = 
    <1stNode>
        <buttonID>first child node value</buttonID>
        <imageID>second child node value</imageID>
        <labelID>third child node value</labelID>
    </1stNode>
    

    So, I want to read the value of specific node based on a value passed to a function. .

    var buttonID = new Button;
    
    var imageID = new Image;
    
    var labelID = new Label;
    
    
    getNodeValue(buttonID); //the value here is set dynamically
    
    private function getNodeValue (nodeName:String):void {
    
    trace (xmlData.nodeName)                      //doesn't work
    
    var str:String = "xmlData." + nodeName;
    var xml:XMLList = str as XMLList             //doesn't work
    
    }
    

    I don't know how to get the value when the name of the node is changed dynamically.

    use:

    getNodeValue(buttonID); //the value here is set dynamically
    
    private function getNodeValue (nodeName:String):void {
    trace (xmlData[nodeName])
    }
    
    
  • ([JDev12c, ADF] 1) how to get the value of a field of the line currently selected in question 2) af:table: flowScope

    Hallo,

    How can I get the value of a field in the row that is currently selected in an af:table?

    I need to pass this value to a setCurrentRowWithKeyValue who took the record to display in another (by a button) called page:

    Limited workflow

    Page1 - goToPage2-> setCurrentRowWithKeyValue-> PAGE2

    I defined a managed bean flowScope for the workflow in which I created the variable 'CodeToSetPage2Row '.

    I will store the value of the field for the selected line in this variable so that I can move on to the setCurrentRowWithKeyValue.

    Could be this method OK? Ore is there any good practice to achieve this goal?

    The managed bean flowScope used to go to the stubborn task may take some values from the outside?

    The workflow defined will be executed in a dynamic region.

    Thank you

    Federico

    Federico, you cannot use a flow variable scope for this page. The region has no access to the bean. You must use a workflow for this parameter.

    To get an attribute of the currently selected line you make slide data vo of control on the page attribute. This will create a link attribute for this attribute. Once this link exists, switch to source mode and remove the component that you do not want.

    The framework passes the value of the current row in this affair of the attribute (table should be in single selection mode).

    Click on the button, you switch the binding of the attribute for the setting of task flow using a setPropertyListener.

    In the workflow, you call the setCurrentRowWithKeyValue with the parameter of workflow as the default activity.

    Timo

  • Getting the value of a Boolean value defined in the pageFlowScope...

    I have a link on one of my feeds defined task as a java.lang.Boolean with a value type of #{pageFlowScope.isAdmin}.  For the test, in my PageDefFile, I have the parameter defined as: < parameter id = "isAdmin" value = "false" / >

    In my managed bean, I'm trying to access the value of the "isAdmin" binding as follows:

    Boolean isAdmin = (Boolean) flowScope.get ("isAdmin");


    This gives me a caused by: java.lang.ClassCastException: java.lang.String cannot be cast java.lang.Boolean when I try to run the action.

    What I'm doing wrong here?  I know it's something stupid, but it's just one of those days... Thank you!

    write as

    to get the value in use of pageflowscope below

    ADFContext adfCtx = ADFContext.getCurrent();

        Map pageScope = adfCtx.getPageFlowScope();

     String appScopeValue=  (String)pageScope.get("vinay");

    Read more: http://www.techartifact.com/blogs/2012/10/setting-the-value-in-different-scope-in-adf-in-programmatic-way.html#ixzz30ISmbA9S

    to try to channel Boolean value as

    Boolean value = Boolean.parseBoolean (strBoolean);

  • How to get the value of DeviceKet in the QueryChangedDiskAreas function?

    Hello

    I'm trying to get the value of block changed to an ESXi Server virtual computer. I have the reference to object for the virtual machine must be passed to the QueryChangedDiskAreas function and snapshot. How can I get the 3rd parameter deviceKey - which I understand is the disc I get the Changed block for. Does someone can tell how I can get this value?

    Thank you

    . / Siva

    Hello Shiva!

    I suggest to use the property of the data object VM.config.hardware.device [] .key. You will for sure have to analyze the table first of all find the virtual disk in question. I can say that the deviceKey is the array index. But I would not count on that. In order to better use its practical value.

    Hope this helps

  • ICF custom connector; How can I get the values of the parameters of the recon calendar task?

    I'm trying to create a custom connector icf with progressive reconciliation. My recon schedule a task, I have the settings "attribute of Date additional Recon ' and 'last token" that should be used for gradual reconciliation.

    How can I get the values of the parameters ' attribute of Date additional Recon ' and 'last token "?

    ICF should handle this for you.

    The value of "attribute of Date additional Recon ' must be filled in the OperationOption (e.g. executeQuery() and PROCESSES of FilterTranslator has this as a method parameter).

    For the "last counter", you need to implement ' createGreaterThanExpression (GreaterThanFilter, filter, is not Boolean) ' in your filter translator class. You can get the attribute of the filter object. Look for a description here: http://docs.oracle.com/cd/E37472_01/apirefs.1112/e28159/oracle/iam/connectors/icfcommon/recon/SearchReconTask.html

  • How to get the value of the element of choice of message in application of process?

    Hello

    In the method of application of the process of the page controller
    I need to get the value of the element of choice of message on the page and then pass the value to am method to call a vo query that requires message value as parameter choice
    I tried

    Weekend OAMessageChoiceBean = (OAMessageChoiceBean) webBean.findChildRecursive ("WkEndList");
    If (weekend! = null)
    System.out.println ("sag down:" + weekend.getValue (pageContext));

    am.invokeMethod ("initQuery", end of week);


    but I'm getting null for the value of the weekend, although the page is shows the values in the drop down.


    Help, please.

    Thank you Gyan,

    I mentioned to use PPR only when the call must be made immediately after the selection of the value.

    If you are looking for value without preconditions,
    GYAN suggested use String WkEndListValue = (String) pageContext.getParameter ("WkEndList");
    You should get the value.

    Thank you

    With respect,
    Kali.
    OSSI.

  • How to get the value in LIB in selection of LOV

    I have the designer generated form. Most of the logic is processed in Library.I do something about validation in £ QMS under Event_name = "key_commit." I have a LOV having the value 1. 2 current. unknown 3. recorded and coresponding parameter system CU, United Nations, RE respectively that return the value in the form field. Now, in the validation, I have to check if the status is 'current' and end_date don't thats not null then we should not allow to save the file and send the message. Keep in mind that I do in the library only if you guys tell me how I will get the value of LOV being selected and get it in / or provide library to comapare against the value of the system setting that is in the database
    -Check if there is an end date, but the status is still defined as 'current '.
    IF NAME_IN('RCBADG.) END_DATE ') IS NOT NULL THEN
    -Do the system_parameter_identifier for the entry labeled as "CURR.
    - AND the user set the value of the parameter (code for 'Current')
    Select parameter_value
    in v_par_value
    of system_parameters
    where cspara_identifier =(select identifier)
    of coded_system_parameters
    where code = 'CURR');
    -Get the identifier of status register coded for "CURR.
    Begin
    Select the identifier
    in v_crsta_id
    of coded_register_statuses
    where code = substr (v_par_value, 1, 4);
    EXCEPTION
    When no_data_found then
    v_crsta_id: = null;
    End;

    -Check if the status of "Current" is defined
    IF v_crsta_id = v_crsta_id1 then
    -v_crsta_id1 is drive where the value must be equal to system param 'CU' LOV selection
    QMS$ SHOW_MESSAGE('SSL-15008','E',TRUE);
    RAISE FORM_TRIGGER_FAILURE;
    ON THE OTHER
    null;
    END IF;
    END IF;

    I can only imagine that I have no idea what makes your library in detail.

    The event that you would get would be the WHEN-VALIDATE-RECORD (at least that's the trigger I would implement the logic).

    With respect to the verification of the value and the end date. I guess the Lov will return the value selected in some element in the block, then the comparison would be something like

    IF NAME_IN('RCBADG.END_DATE') IS NOT NULL THEN
      IF NAME_IN('RCBADG.THE_ITEM_WHERE_THE_LOV_VALUE_IS_TRANSFERED_TO')='CU' THEN
        -- Show some error here
        ERRoR
        RAISE FORM_TRIGGER_FAILURE;
      END IF;
    END IF;
    
  • Is it possible to get the value of the resistance of a circuit with NI USB-4065 USB without using studio measure?

    Hi, I'm working on a project where there partly to measure resistance values in different parts of the circuit. Now, the company where I work currently at wants to get the NI USB-4065 USB. I use visual studio 2005 c# to develop applications and I need to know if I needed measurement studio or are there drivers (dll) just to get the values of resistance and General measures of circuit. I have need the controls or anything, just to programatically read the NI USB-4065 USB key values when I need the application.

    Any help would be appreciated. Thank you.

    Yes, you can have several NI 4065 DMM in your system. When you use the API OR-DMM, you open the handles separately for each DMM by using its name. His name can be configured inside the measurement and Automation Explorer (MAX).

    In addition, you can go ahead and install OR DMM today. It is downloadable for free on ni.com. NOR-DMM (and most of the pilots NOR) supports the simulation. You go to MAX and create your simulated three 4065 s. Then you can start writing your program now. Since these devices are simulated, they will not return the real tensions (obviously) and that it won't react realistic hardware triggers if you use (obviously), but they are pretty close to the real deal to allow you to write a lot of code and become familiar with the API. No need to wait until you get the material - you can be really ready for it by using the simulation.

  • Scatter chart: get the value of the label XYcursor

    Measurement Studio Visual Studio Professional 2012 2013 using,.

    On a scatter chart, it is possible to get the value of the actual label for a xycursor?

    For example, my label displays a date-time on the X axis format, it looks like: [04: 35:49; 0,27101]

    It is possible to get this value? For example, if I want to display in a TextBox?

    I am able to get the xycursor. Which and xycursorYposition but not what I want.

    Thanks for any help!

    Here is a solution to my question:

    {

    Get xy cursor index of the point in plot
    int index = xyCursor1.GetCurrentIndex ();

    Get values at that time (in the plot)
    Double x;
    Double y;
    scatterGraph.Plots [0]. GetDataPoint (index, ByRef x, y);

    X value to the DateTime format & convert to the format of the time
    DateTime t = (DateTime) NationalInstruments.DataConverter.Convert (x, typeof (DateTime));

    string time = t.ToString("hh:mm:ss");

    }

    It is also possible for which xycursor and convert it in the same way.

  • [.ini files] Get the value of multiple labels with the same name

    Hello!

    In an ini.files, I need to get the value of each tag named in a certain way in a section, but unfortunately, I have 3 or 4 tags with the same name in several sections. I don't know how to retrieve these values, the program always consider that the first tag and not others, I tried to remove each tag after obtaining its values, that he did not.

    Does anyone have an idea to solve the problem?

    Thank you!

    As you can read in my last post, you must read and throw 'x' lines:

    OpenFile)

    Skip lines

    for (i = 0; i< x;="" i++)="" readline="">

    Start reading the useful lines

    ReadLine () / / read a line

    ... / / Interpret the line

    Don't forget to add a control during i/o operations of robust error and to check the end of the file.

  • How to get the value of DST?

    Hello

    Is there a shortcut to get the value of DST? For example, if the device is in London (for example), while I get back to London DST (+ 2, for example). And if the time zone is not DST, it returns 0 or null.

    I use it now

        int DST = TimeZone.getDefault().getOffset(1, rightnow.get(Calendar.YEAR), rightnow.get(Calendar.MONTH), rightnow.get(Calendar.DAY_OF_MONTH), rightnow.get(Calendar.DAY_OF_WEEK), rightnow.get(Calendar.MILLISECOND));
    

    It does not return the correct value. Thank you!

  • How to get the value of an editField on onUnfocus()

    I want to check the value of an editfield on focusout/focusouthandler(), how to get the value in the onUnfocus() method?

    getText

  • How to get the value of the TextField on Buton FieldChangeListener

    friends I am new on the development of blackberry applications could you please help me how to get the value of text I typed in the textField when I click the button?

    constructor

    public Dialogs()
    {
      
    using design in the same screen
      
    Display display = new MainScreen();
      
    ButtonField btnPress = new ButtonField();
    btnPress.setLabel ("press me");
    btnPress.setChangeListener (ButtonPressListener);
      
    TxtValue TextField = new TextField();
    txtvalue.setLabel ("enter something :");
      
    HFM VerticalFieldManager = new VerticalFieldManager (VerticalFieldManager.FIELD_VCENTER);
    HFM. Add (txtValue);
    HFM. Add (btnPress);
      
    mainScreen.add (hfm);
    pushScreen (mainScreen);
      
      
    }

    FieldChangeListener ButtonPressListener = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
        
           
    Dialog.Alert (t.GetText ());
         
         
         
    }
    };

    any help would be appreciated.

    You must ensure that your FieldChangeListener has access to the object of txtvalue, while it can make a

    String inputString = txtvalue.getText ();

Maybe you are looking for

  • Which is cleaner Mac? I can't get rid of it.

    Which is cleaner Mac? He showed last night and many times I delete it, it returns.

  • Satellite P30-110: need help assembling

    My laptop has been automatically close recently while playing games. It is not when it is new and I persume it fell to overheating. In reading other posts, it seems that it could do with a good cleaning and dusting. I tried opening the thing, but I m

  • Safari AutoFill no longer works

    Today, I woke up to find that my Safari auto-fill options do not work.  I noticed that all the options to enable AutoFill are grayed out. Same is also the case with the password tab: It's very frustrating to go to each site and to copy and paste pass

  • More restrictive or less restrictive NTFS?

    Hello I have a folder on a Win2008 server called 'account '. In this folder, I have about 30 files. In Active Directory, I have a group called "team of accounting". I gave rights NTFS change 'Accounting Team' in the folder 'account '. Now, I need to

  • E1200 Cisco/Linksys router no warranty and I bought a month ago

    Can someone give me an email address so I can explain my situation? Or a contact name? Bought last week 19/12/13 and called router using the connection, they said it was an old model (I guess that based on S/N) and had no guarantee. I can't control t