Action dynamic set value for the Shuffle.

I have a Select list that bears the name of the servers. Depending on the value selected in the select list, the random component must be filled. I created a dynamic action to select the list complete the Shuffle. It does not work. Any help is appreciated.

I gave shuffle as the name of the item assigned to the dynamic action, I chose the option to set value, set SQL statement type and the following query:
SELECT DISTINCT MOUNT_POINT IN SERVER_DISK_SPACE_UTILIZATION WHERE SERVER_NAME =: P2_SERVER_NAME

Thank you.

Hi Nicolas,.

If you use APEX 4.0 or more, then the feature you're looking for is given for the selection list and shuttle (non-random) I think!

My assumptions are:

Select the list item: Servers (P2_SERVER_NAME)

Shuttle point: Mount Points

Just what you need to do is, in shuttle item properties there is a section from the list of values :
Set
Cascading LOV Parent items to P2_SERVER_NAME

List of values definition of

SELECT DISTINCT MOUNT_POINT FROM SERVER_DISK_SPACE_UTILIZATION WHERE SERVER_NAME=:P2_SERVER_NAME

I hope that helps!
Kind regards
Kiran

Tags: Database

Similar Questions

  • [ADF, JDev12.1.3] (How to set values for the attributes 1) to create a file and 2) committing to the database?

    Hallo,

    in my tables and forms (created from VO istances) there are some areas for which, insert and update, I calculate and set the value programmatically when a record is created or updated.

    In some cases, I put the necessary values using the 'CreateWithParams' in the workflow diagram...

    In some other ones, I associate an action, a bean, a created button drag-and - drop operation 'CreateWithParams' of the istance VO...

      public String cwpButton_action() {
        BindingContainer bindings = getBindings();
        OperationBinding operationBinding = bindings.getOperationBinding("CreateWithParams");
        // here I calculate and set the needed params
        // ...
        Object result = operationBinding.execute();
        if (!operationBinding.getErrors().isEmpty()) {
          return null;
        }
        return null;
      }
    

    And is ok if I can calculate the values for the attributes before a new record is created.

    But the approach that I have used to define the attributes (for new and updated records) whose value should be caluclated after the user has filled in the fields, before committing to the database?

    Thank you

    Federico

    Federico,

    Let me first tell you that our code is activity masking errors (the cache instead of working on them).

    1. If (! operationBinding.getErrors () .isEmpty ()) {}
    2. Returns a null value.
    3. }
    4. Returns a null value.

    This means that you do not check the errors at all. You must at least print a log with the error message, you receive, if you get one!

    To solve your problem, you override the method prepareForDML() of the entity or entities in question. You can calculate and set the necessary attributes until they get engaged in the doDML(). Do not use doDML() because it is too late in the life cycle.

    Timo

  • How do I dynamically set values of the pages on a null value when an item is changed

    Hi all

    I am new to Oracle Apex.

    I have P_ITEM1 as a selection and P_ITEM2 also a list selection of value P_ITEM1. (to my condition that I do not use cascading article Parent LOV)

    I submit the page when the P_ITEM1 value is selected then LOV on P_ITEM2 gets refreshed based on the P_ITEM1 value.

    I am train to clear the item previously selected to P_ITEM2 when the value of P_ITEM1 is changed.

    I tried to create a dynamic action on the change on P_ITEM1 event and net Action on P_ITEM2.

    and the dynamic action does not work.

    Thank you.

    -Kumar

    Kumjeeth

    Set the attribute area of the Page to send items to P_ITEM2. He would submit the P_ITEM2 on dynamic action of refreshment.

    Nicolette

  • When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    Hi kevin7frg,

    You can go to "file > create > scanner > configure presets PDF»

    The dialog box that appears, you can choose 8.5 X 11 as the default width and height of PDF pages to scan.

    Hope that helps.

    Kind regards

    Ana Maria

  • Syntax to set a default value for the metadata of Web site field

    In my profile, I have a rule where I did the infoOnly metadata xWebSites field and define a default value like this:

    < $dprDefaultValue = # active.xWebSites$ >

    Y at - it something I am doing wrong? Incorrect syntax?

    Thank you!!

    I found this in the documentation of the Site Studio:

    "To identify the ID of an article or a website, open the page to check content on the content server and click Browse next to the"Section of the Web Site." In the window choose the Web Site Section, select your Web site and notice the ID in brackets next to each section (Figure). »

    Can I set the default value for the ID?

  • set the values for the list box item

    Hi all

    How you set values for a checkbox element including more of 2 values.
    You retrieve data from a table, so when you query the table, you get several lines accordingly.
    I think it's something for the table_to_string function, but I don't really know how to use it with bind variables
    Can someone help me?

    Thanks in advance,
    Cleo

    Set the Source of the item box:

    Type of source
    SQL query (separated by semicolons return value)

    Source of value or expression

    /* Something like this, according to your table and columns */
    select course_id
    from student_courses
    where student_id = :p1_student_id
    
  • DEU-00014: invalid value for the setting, "include".

    Hi, I need to do an export of paintings from a schema and a particular query executed will apply to all the specified tables in "INCLUDE = TABLE: '('TBL1', 'TBL2') IN' in the command expdp.»

    Now, I get the question in this setting INCLUDE. I have about 200 paintings to be included and I add this parameter INCLUDE in a separate parameter with all table names 200 file in Informatics and with the help of this parameter file in the expdp command.

    Error message I get:
    DEU-00014: invalid value for the setting, "include".

    When I use the same process for 2 tables, this works very well. I think that there is a limit to the number of characters that can be used in the INCLUDE parameter. If so, then how do I use expdp to select only those 200 tables of 500 paintings in my diagram. I'd appreciate any help on this. Thank you.

    Hello

    I'm sure that the limit is 4000 characters, but there are fairly simple workaround.

    Create the table my_tabs (a varchar2 (30));
    insert into my_tabs values ('your_table_name');
    Repeat this step for each of your 200 tables

    include = TABLE: "in ((SELECT from MY_TABS)) '"

    You may need to mess you with the quote, but the value you were using is just an expression. It is only by using a different expression.

    Dean

  • Best way to set the default values for the form elements

    Hello

    I have a form with a lot of defaults that is mentioned below...
      Field                      value  
      created by             :APPL_USER
      creation_date         SYSDATE
      last_updated_by     :APPL_USER
      last_update_date    SYSDATE
      item1                     value1
      item2                     value2
    I am currently using calculation-> after presents... then when we create/update a record... these computaion takes place and the default value for the inserted values get... THIS WORKS PERFECTLY WELL.

    I want to know... If this approach is fine OR we can have a better approach to achieve...?

    Thank you
    Deepak

    Hello

    I think it's good if it fits your need.

    But why you have these fields in the form?
    created by: APPL_USER
    CREATION_DATE SYSDATE
    last_updated_by: APPL_USER
    last_update_date SYSDATE

    The user can enter the ones?
    I thought that those who are to audit and I would fill those drop with trigger in the database.
    So that you get the same "correct" values if you need to manipulate the data with example of sql client

    BR, Jari

  • To dynamically set values as session variables

    Hello guys,.

    I have a little problem with dynamically fixed values for text fields in my application. It is possible to set and passes the value even though I assign values, using the source (static, sql or other) but if I change the value in this field using a dynamic action it will not pass these values where I need. It shows a blank State, even if they are visible. Is there any solution to get these values passed as session variables.

    Kind regards.

    -shashikahk-

    Looks like you need to investigate the use of the property "items to submit Page.

  • How to add the default value for the "Full - Text Search" box

    Hi all

    I am looking for the ability to add a default value for the "Full text search" box in the search form.

    Example:

    When the user accesses the search page it get default values for some fields (defined in the rule as default values) such as

    xField1 = txt1 and xFiel2 = txt2.

    and Furthermore we need full-text = Hello world.

    Is this possible?

    Another way that we use is to open the search by URL with coreContentOnly = 1 as a form:

    http:// < Server >/cs/idcplg? IdcService = GET_DOC_PAGE & to Action = GetTemplatePage & to Page = STANDARD_QUERY_PAGE & coreContentOnly = 1 & to xField1 = txt1 & to xFiel2 = txt2

    It is possible to add full-text criteria here? Somethig like: & text = Hello World

    Thank you

    Leon

    It is not possible in a very obvious way, not to mention that it is a rather strange request.  I can't really imagine a realistic use for this case.

    Anyway, without a messy customization, you should provide a default query with an FTX inside element text setting (i.e. "IdcService = GET_DOC_PAGE & Action = GetTemplatePage & Page = STANDARD_QUERY_PAGE & QueryText =Hello World" "")

    To do this in a profile in the secondary effects of the profile section, add the following:

    <$dpPromote("QueryText",>Hello everyone") $>.

  • Definition of default values for the inputs of button and the cursor?

    Hello

    I use Labview 8.5.1 and have a few entries button and zipper-type on my front. How can I set some of them having specific (as opposed to zero) default values when the VI is executed?

    Thanks for the help

    The default value for the type of slide of entry (or button).

    Right-click on the control.

    Select "Operations on the data" > "default to the current value of doing."

  • A software says I need 4 MB of VM set aside for the program to run.

    Original title: virtual memory.

    How to set 4 MB of virtual memory in windows xp? A software says I need 4 MB of VM set aside for the program to run.

    Hi KennethBrasel,

    Welcome to the Microsoft community where you can find all the answers related to windows.

    According to the description provided, looks that you receive a virtual memory message when installing a program on Windows XP computer.

    By default, the virtual memory paging file that is created during installation is 1.5 times the physical RAM on your computer. Therefore, a computer that has 1 GB of RAM installed will have 1.5 GB of virtual memory.

    You can manually change the size of the swap file to make it larger or smaller. You can also optimize virtual memory use by dividing the space of files between multiple drives and by removing the disks slow or very open space.

    He would be grateful if you can answer this question in order to help you further.

    1. What is the size of your RAM memory?
    2 are. what program you referring?

    I suggest you try the following steps to change the virtual memory:

    a. Click Start, right click my computer and then click Properties.

    b. in the System Properties dialog box, click the Advanced tab.

    (c) in the results pane, click settings.

    d. in the performance Options dialog box, click the Advanced tab.

    e. in the virtual memory section, click on change.

    f. change the initial size value and the value of maximum size to a higher value, click on set and then click OK.

    g. click OK to close the performance Options dialog box and then click OK to close the System Properties dialog box.

    Note: With virtual memory, the computer can use the hard drive as memory (RAM) space. The computer uses virtual memory to increase the ordinary RAM that is installed on the computer. If you reduce the size of the pagefile, some the program may not start correctly or may not start at all. This problem may occur even if the computer has plenty of RAM.

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • Essbase Warning (1023135) skip certain values for the replication

    Hello

    When you replicate the complete data of a partition Essbase BSO in Essbase ASO (11.1.2.2),
    thousands of warning messages are logged in the application log:

    "Warning (1023135) skip certain values for the replication.

    The partition (data of level 0) valid and the counties of cells in each area are exactly.

    No idea of the possible causes and consequences?

    Thanks for your help.

    Philippe Cuisset

    Hello

    Thanks to the contributors.

    The contours of the source and the corresponding target, with the exception of 3 members with different names in the source and target.
    My score has 2 spaces for these 3 members. Mapping advanced between the names of source and target members has been set in a field, but it was missing in the other (not detected by the validation of the partition!). I don't set it too and now no more warnings.

    Philippe Cuisset

  • Is there a default value for the color management in PSE10? Beautiful photos from iPhoto, but blur with elements. I need help with this before as I consider that the upgrade to PSE13 and beyond.

    Is there a default value for the color management in PSE10? Beautiful photos from iPhoto, but blur with elements. I need help with this before as I consider that the upgrade to PSE13 and beyond.

    Printing which forms an angle seems ok, but one that is horizontally seems faded, incomplete.

    I was wondering if I saved a layer somewhere and set it as a default value.

    If you group the layers, you will be left with a single layer, thus spreading your concern.

    Suggest that you do the following:

    1. Make sure you have the latest drivers for your printers
    2. Reset the default preferences.

    Hold the Alt, Ctrl + Shift keys when you click the icon to open the items. When asked if you want to delete the settings file, say Yes.

    Items nearby and let regenerate the file.

  • CANNOT SET VALUE DURING THE CYCLE OF THINKING

    Hi all

    OPA 10.4

    I have a global and a 1:M entity.
    I have to solve a serial No. to all the entity instances in session according to an external logic. For this I used a custom fuction that sets the value of the attribute "Serial No."
    Error thrown is "cannot SET a VALUE FOR the CYCLE of REFLECTION".

    (1) please Suggest a way to apply this logic.

    (2) INFERENCE LISTENER (IT) will be useful? Since an inference listener defines the value before and after the session, can I recover session and its data in my code to intermediate language, so I use it after the session?


    Thanks :)

    Charu Tiwari says:
    Then I would be able to use the session data in the inference for assessment listener code, if I call the Inferencing listener after the cycle of inference?

    If you use an inference, you will have access to all session data (entities, attributes, relationships) in the event listener.

    See you soon
    Frank

Maybe you are looking for

  • Can I buy Apple Care for the Apple Watch bought at target?

    I was gifted a Apple Watch bought the target. I always buy the Apple Care for my computers, tablets and phones by Apple. I have read the General conditions but can't find where it says I can't buy it if it is not purchased directly from Apple. I want

  • TestStand database

    Is anyway to clear the database without stopping TestStand? I have a project that generates a lot of data, and with a limit of 2G file to the database, it is complete in a few days. TestStand handles continues so I was wondering if there is a way to

  • Reduce the Overdrive (ghosting) by using the Menu of Service, GN246HL

    I would like to have access to the service menu so I can reduce my overdrive settings to correct the overshoot. This has been requested for years, turn on Acer!

  • Skype 'problem with sound recorder '.

    After working perfectly for months, when I now try to use Skype I get the above message.  CD works perfectly all the other its OK.  Skype gave me a chapter and verse to uninstall and reinstall Skype without change.  I guess the problem is in the web

  • Questions of blackBerry Smartphones Bluetooth with my 9500 &amp; Internet problems!

    Hello everyone, I have a few hiccups with my 9500 Storm, here are two snags: (1) when I activate and connect via bluetooth to any device it will not transfer any files to my Blackberry but it will transfer without problems to the other device! I play