Input for an item values

I have a doubt about the creation of input for an item values.

There is a checkbox for 'point database' when you set the input value.

What is the exact use of this box?

I mean even if it is not checked that we select these input as entries in a quick formula values.

(for example. The entries are BASIC_SALARY)

What happens if you want to use the value of the entry element in another entry value formula.

A formula is not attached to your current item.

It's when you use ELEMENT_NAME_INPUT_VALUE_NAME_ENTRY_VALUE

Check-

Select * from ff_database_items

where user_name like '% ENTRY_VALUE ';

See you soon,.

Vignesh

Tags: Oracle Applications

Similar Questions

  • Calculation for cutting the first part of the string in the Manager list item values

    Hello

    Please help me with a calculation after submit pl/sql function process for cutting the first part of the string (CQ.) within the values of list manager. For example the list manager support contains values such as

    CQ... SAMPLE1... TEST1

    CQ... SAMPLE2... TEST2

    CQ... SAMPLE1... TEST2

    The calculation process should cut the first part(CQ..) and must return to the list of values of Manager as

    SAMPLE1... TEST1

    SAMPLE2... TEST2

    SAMPLE1... TEST2

    Oracle APEX 4.0.2 is the version and Oracle 10 g r2 is the database.

    Please help me with possible approaches in the development of the service. Thanks in advance.

    Thank you

    Orton

    orton607 wrote:

    But when I insert/update Manager list item values I don't want the first part of the string in the database.

    I still don't understand why you can't change the LOV or create a new...

    The LOV should be:

    SELECT original_value  AS HUMAN_SEES_THIS_VALUE
        ,LTRIM (SUBSTR ( original_value, INSTR (original_value, '..') + 2))
          AS DATABASE_GETS_THIS_VALUE
    FROM (
      -- place original SQL for LOV here
    )
    
  • By passing the quick values of dashboard as input for a function

    Hello world

    I would like to pass quick values of dashboard as parameters in a function as described below, but I'm a little hesitant how to proceed.

    In the physical layer, I defined a table in a select statement - something like:

    Select a, b, c
    table (minutevals.get_minute_vals (para1, para2, para3)

    minutevals is a stored procedure
    get_minute_vals is the stored inside on a function procedure
    Para1... para3 are input to the function parameters.

    Right now (for testing) para values are hardcoded.

    How can I pass values to a quick dashboard in the para1, para2 or para 3?
    Is it possible to define (editable by the user) session variables to receive the quick selection of dashboard
    and then use these session variables as the para1... para 3 values?
    If so - how can I do for session variables in the function parameters (use to evaluate?)?

    Thanks for your help

    concerning
    Andy

    See this link which will be useful

    Variable passage of presentation to the physical layer in SPR

    Thank you
    Vino

  • How to connect the value of the input string to numeric values

    Hello

    I'm trying to figure out how to connect the value of unique user input string to numeric values. Basically I want the user to enter the name of a gas that I have a list for (I think I put the list of gases in a table >). Then I want to match numeric values 2 'a' and 'b', according to which gas, name of the user has set. These 'a' and 'b' values will be automatically matched with the name of the gas in a list that I put. For example, hydrogen gas has the value 3 for "a" and 4 for "b. when the user puts the ' hydrogen' name in a string constant, automatically 'a' and 'b' must be issued.» I have connect a and b to a formula

    Thanks for any help

    Hello

    It is perhaps not exactly what you are looking for, but perhaps you could use the enumerated data type and the array of clusters of points (a, b).

    Look at the VI I enclose.

  • 3 digital inputs for the structure of the case

    I'm in the early stages of development a VI that will monitor 3 digital input lines. Only a single digital input will be active at any time. For each digital input, a VI runs under different.  Currently, I use 3 structures distinct case (attached).

    Is it possible to use a case structure (3 cases over a default value) to monitor three digital input lines?  Specifically, how to convert Boolean data (digital input lines) to a data type recognized by the terminal selector?

    Thank you

    Bill

    Adding to my post from yesterday.

    In defining an enum for each possible value with a descriptive name, it is easier to follow what the code is doing.

    The attached VI (7.1 LV) shows how I could manage three types Boolean controlling a press to ensure that security is set, and the part is in place when the operator chooses to activate the press.

    This approach allows you to treat each of the 9 possible States only.

    Of course, this approach is not feasible for more than 5 bits (Boolean) (unless you have an intern to the no, not me!)

    Ben

  • paymentservice_get_price for several items at once?

    Hello BBNDK Devs.

    To try to fill our application in stores before the user interface with price values of each element, we call paymentservice_get_price batch for the items displayed (by SKU). This however results in a superposition of loading temporary to add above the main window for each of these requests (which are done in sequence). Is there one recommended way to do to avoid this? Are there factors to design replacement? We could simply not display the price in the user interface and the user only sees the price in the purchase confirmation dialog, but this is less than desirable. We could also do more on the plan to fly in which we ask that the prices of the items visible, but translates the user experience being constantly interrupted by this superimposition of loading. All thoughts

    Thank you!

    Stéphane

    Hi Stephane,

    Currently, the overlay can be avoided. For BBOS he's had recently introduced a call to retrieve digital assets in an asynchronous way (without any recovery) allowing the goods to recover in the background. Once this feature made its way to the NDK, you should be able to do the same thing.

    See you soon,.

  • Using the result of the Action as input for one other Action - is not possible?

    Hello

    I have something I call the presentation. According to our phases of deployment, it will return the fields it is possible to select.

    Domain-> GetAction("com.companyxyz.presentation","getDomainsForDeploymentStage").call (#deploymentStage)

    Then I want to take a vlan backup according to the field

    VLAN-> GetAction("com.__companyxyz__.presentation","getBackupVlan").call (#deploymentStage, #Domain)

    However, the '#Domain' value is always zero in action script.

    If I use GetAction("com.__companyxyz__.presentation","getBackupVlan").call (#deploymentStage, "server.local"), it returns the expected value.

    Is there a limitation that I can't use the results as input for another action action?


    I use vRO 7.0

    Hello

    It's certainly doable.

    I guess deploymentStage, domain and vlan are the input parameters for the workflow, right? There are two things to check carefully:

    • First of all, make sure your actions getDomainsForDeploymentStage and getBackupVlan handle code values no entry script gracefully.
    • Then, it depends on what property of presentation you linked calls from these actions. It is by default? If so, please change it to data binding, default values are calculated only once, at the beginning of the presentation run, and it is possible that, currently, the deploymentStage value is always set to null. On the other hand, the data bindings are calculated on every time the fields that they depend on, so your actions can be called with null deploymentStage first, but then, when deploymentStage gets its real value, the data bindings will be calculated with the non null deploymentStage.
  • What is the difference btw: block.item and $item.block.item.value in State of form customization


    Hello

    What is the difference btw: block.item and $item.block.item.value in the customization of the form State section

    I've seen this condition as

    triggering event

    the point at which instance

    : PRESS RELEASE. PICKING_RULE not in the ('US_CB_1', 'US_CC_1', 'US_CA_1', 'US_CU_1')

    and

    When the point instacne

    ${item.release.picking_rule.value} not in ('US_CB_1', 'US_CC_1', 'US_CA_1', 'US_CU_1')

    the two are the same or different

    Thanks in advance

    In the particular example that you use, no difference, you are getting the value and comparing it with a set of values.

    The second form of the syntax, however, take into account what follows, while the first only retrieves the value of the field:

    Conditions can refer to properties of objects using a SPEL (simplest Possible Expression Language) syntax. For example, allows you to create a Condition that tests whether a field is displayed or not. These expressions take the following general form:

    ${objectType.objectName.Property}

    Internally, the expression of SPEL is a cover for Oracle Forms builtins like GET_ITEM_PROPERTY, GET_BLOCK_PROPERTY, etc. In addition, expressions of SPEL are supported recovery values of profile, the dictionary of text messages and local Variables (described later).

  • There is 'table' for the object_type values?

    I wonder if there is a system view, or a table for all the values that can appear in the all_objects.object_type column? Or maybe the only way to get this list of os values to query with the distinct keyword dba_objects.object_type?

    Thank you

    Look at the source of the view:

    Decode (o.type #, 0, 'NEXT ITEM', 1, 'INDEX', 2, 'TABLE', 3, 'CLUSTERS',)

    4, 'VIEW', 5, 'SYNONYM', 6, 'ORDER ',.

    7, 'PROCEDURE', 'FUNCTION', 8, 9, 'PACKAGE ',.

    11, 'PACKAGE BODY', 12, 'TRIGGER ',.

    13, 'TYPE', 14, 'TYPE BODY ':

    19, "PARTITION TABLE", 20, 'PARTITION OF THE INDEX', 21, 'CRAFT. "

    22, 'LIBRARY', 23, "DIRECTORY," 24, "QUEUE."

    28, 'JAVA SOURCE,' 29, 'JAVA CLASS', 30, 'JAVA RESOURCE. "

    32, "INDEXTYPE", 33, "OPERATOR",.

    34, 'TABLE SUBPARTITION', 35, "INDEX SUBPARTITION.

    40, 'LOB PARTITION', 41, "LOB SUBPARTITION.

    42, NVL ((SELECT "EQUIVALENCE OF REWRITING"

    AMOUNT $ s

    WHERE s.obj #= o.obj #.

    and bitand (s.xpflags, 8388608) = 8388608).

    "MATERIALIZED VIEW'),

    43, "DIMENSION."

    44, 'CONTEXT', 46, "SET OF RULES', 47, 'PLAN OF RESOURCES."

    48, GROUP "CONSUMER."

    55, "XML SCHEMA", 56, "JAVA DATA."

    57, 'EDITION', 59, "RULE."

    60, "CAPTURE," 61, "APPLICABLE."

    62, 'EVALUATION CONTEXT ',.

    66, 'JOB', 'PROGRAMME', 67, 68, "JOB CLASS", 69, 'WINDOW',

    72, GROUP 'PLANNER', 74, 'CALENDAR', 79 'CHAIN ',.

    81, 'GROUP OF FILES', 82 'MODEL OF EXPLORATION' 87, "ASSEMBLY,"

    90, 'IDENTIFICATION', ' 92, 'CUBE DIMENSION', 93, "CUBE."

    94, "MEASUREMENT RECORD", 95 "CUBE BUILD PROCESS,"

    100, "LINE WATCHER", 101, "DESTINATION."

    "UNDEFINED"),

  • link to an interactive report AND apply the filter for 2 items.

    Hi can you help me out here on how to create a link to an interactive report AND apply the filter for 2 items.

    Here is my code

    I have a list of table, clicking the selected item should link to interactive report and create the filter. Below the code does not work for a filter. can you help me what to do with 2 filters.

    A filter = > works very well

    sys. HTP.p ("< ul class =" uChartList"> ');

    sys. HTP.p ("< class li =" uNumber uGrid col_2 col_sart"> ');

    sys. HTP.p ("< a href =" "|") sys. HTF.escape_sc ('f? p ='|: APP_ID |': 0 0 :'||: APP_SESSION |':00:P00_XXX:000, RIR:IREQ_XXX:Test :') |) » » >') ;

    sys. HTP.p ("< class =" uValue"> ' | l_tester |) ("< / big >");

    sys. HTP.p ("< small class =" uLabel"> < /small > Tester ');

    sys. HTP.p ("< /a > '");

    sys. HTP.p ("< /li >" ");

    Scenario 2:

    Two filters = > does not

    sys. HTP.p ("< ul class =" uChartList"> ');

    sys. HTP.p ("< class li =" uNumber uGrid col_2 col_sart"> ');

    sys. HTP.p ("< a href =" "|") sys. HTF.escape_sc ('f? p ='|: APP_ID |': 0 0 :'||: APP_SESSION |':00:P00_XXX:000, RIR:IREQ_XXX:Test:P00_YYY:001:IRC_YYY:test2 :') |) » » >') ;

    sys. HTP.p ("< class =" uValue"> ' | l_tester |) ("< / big >");

    sys. HTP.p ("< small class =" uLabel"> < /small > Tester ');

    sys. HTP.p ("< /a > '");

    sys. HTP.p ("< /li >" ");

    Thanks in advance

    actually the syntax wrong values in the syntax of the passes to several elements.

    is

    f? p = 6000:6004: & APP_SESSION. : NO:6003:MY_ITEM1, MY_ITEM2, MY_ITEM3:1234, 5678

    Use above scenario and verification.

    Go

  • 2 dynamic action for an item

    I have two dynamic actions for an item from the selection list that is loaded from an element of Cascade LOV.

    Dynamic action 1:

    Name: d1
    Condition: Value = "EXPECTED".
    true action: see the 'Solution' element.
    action of false: hide a 'Solution '.

    Dynamic action 2:

    Name: d2
    Condition: Value = 'OFFERED '.
    true action: see the 'Solution' element.
    action of false: hide a 'Solution '.

    That's happened? If only works with the dynamic action of d1 or when I did some changing works with dynamic action of d2. I unchecked the field "load fire on the page" but it did not work. I think that there is perhaps some collide with them but I analyzed it, but I can't find. Thanks in advance.

    Another thinks I want to ask is how to order values in a select list... with this code above indicate me the values in the following order: closed, lift, open, waiting. But I want the values in the following order: open, pending, climbing, closed. How can I do?
     select distinct STATUS as display_value, STATUS as return_value 
      from HD_STATUS
     order by 1
    Best regards, Bernardo.

    Ah so. It's actually easier then.

    You'll have an installation DA your d1 is configured with the following differences:

    Name: d1
    Event: Change
    Selectio type: Item(s)
    Item: P10_SUBSTATUS
    Condition: Javascript expression
    Value: $v('P10_SUBSTATUS')==='PLANNED' || $v('P10_SUBSTATUS')==='OFFERED' 
    
    true action: Show "Solution" item,
    false action: Hide "Solution" item.
    
    Nothing in the Condition box that currently has the PL/SQL expression. (Make sure to select "None" as the condition type in the condition box)
    

    You need basically the GOLD option that is provided above as Javascript. ' | ' is the operator or if you are not familiar with JS. ' = ' means exactly equal to, and possibly "==", equal to so you could also put it this way.

    Should have thought first of this route.

    Published by: Bob37 on June 28, 2012 16:15

  • Digital Publishing Suite help | Creating HTML for DPS items.

    This question has been posted in response to the following article: http://helpx.Adobe.com/Digital-Publishing-Suite/help/import-HTML-articles.html

    Hello

    I think the problem is that HTML article will start automatically outside your control, which is for HTML items unless you code some kind of mechanism that responds to the action of some boot drive (press a button, drag it somewhere, etc.). To answer your other question, however, you can use inDesign and control when the announcement will begin.

    In InDesign, you can set the delay for a Web content overlay a.125, and it will be "fire" when it comes first in the view of the player. If you set it to zero (the value by default, by the way), then it is "triggered" when section of the load, which may not be what you expect it, since DPS will be preload adjacent items to improve the reading experience. Therefore, you can put your ad HTML/jquery into a folder with an index.html file to drive it and then make a Web content overlay in InDesign that points to the file index.html for your ad. Set the autoplay overlay, and then assign the seconds retard.125. In this way, your ad always begins when your player slips to see. It also allows you to get the announcement as an interstitial deeper into a story, and you can make sure that it starts when the reader sees it and not before.

    There's a cavet here, which is that the article will take time to load, depending on the complexity of your HTML code. Thus, your readers can see a spinning wheel on the screen instead of your ad, while the announcement begins to load. You must be sure to put a poster frame there is perhaps a screenshot of the first frame of your animation. In this way, loading the ad, she will already have the first image ready to go and will replace the first frame of the animation.

  • How to choose the item value list based on another value of list item

    Hello friends,
    I have two list items named xxx and yyy... OK, my problem is I want to choose a value of yyy list item based on the value of article xxx...

    Example: I select 'Computer' in xxx... Based on this I want to choose the item values in yyy as a monitor, keyboard, mouse, etc... This must be done at run time. How can I do this... Give me a few examples of code [pls tell me trigger appropriate to place this encodings]
    Thanks in advance,
    Battistelli

    Very simple to use the LOV and query of the lov which is attached to the YYY field, use the query as below...

    SELECT columns
    FROM table
    WHERE column_name = :XXX_FIELD
    

    Use the ENTER OF LIST Yes property for the YYY field.

    -Clément

  • Apex 4.0.1; automatic fire validations not null for full items

    Hello

    I have a form with two elements (textarea and select list), where the fire automatic validations not null for these items, they were filled with values.
    Please, advise how to debug.

    Link to the image: http://xmages.net/storage/10/1/0/6/e/upload/1565181d.jpg

    Thank you

    Hi Edward,.

    No, they don't. Because the server does not actually know what happens in the browser. And because of security, which should also be separated, because otherwise someone could hide a page element and work around a not null not check on the server.
    So in your case you if the "not null" for a page element is conditional, you must set the indicator required for 'No' and create a regular validation "not null" with a similar condition your dynamic action.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to recover the large number of columns for all items at once

    I have a table (T1) with a large number of columns (50). I am building a page on which I would like to consolidate these columns in some regions:

    Region: has
    Items i1 - i10

    Region: B
    I11 - i20 items

    Region: C
    I21 elements - i30

    Etc.

    The majority of the articles on this page are extracted from the same table (T1). So far, the type of each source element has the value SQL query and each item has the motion of the source is defined as:

    SELECT column1 FROM t1 WHERE t1id =: global_item

    What is the best practical approach to retrieve values for all items on this page? Is there a way to retrieve all the columns point at the same time, something like:

    SELECT column1, Column2, Column3, column50 FROM t1 WHERE t1id is: global_item

    Instead of:

    I1 point source:
    SELECT column1 FROM t1 WHERE t1id =: global_item

    Point source i2:
    SELECT Column2 FROM t1 WHERE t1id =: global_item

    Point i3 source:
    Column3 SELECT FROM t1 WHERE t1id =: global_item

    Item i50 source:
    SELECT column50 FROM t1 WHERE t1id =: global_item

    For each item on this page, when they are displayed?

    Thank you for your time.

    Daniel

    Set the source of static assignment type item and delete individual values of source of SQL query. Create a process before the header PL/SQL along the lines of

    begin
    
      select
                column1
              , column2
              , column3
                ...
              , column50
      into
                :i1
              , :i2
              , :i3
                ...
              , :i50
      from
                t1
      where
                t1id = :global_item;
    
    end;
    

    OR

    Create an automated process line go through the wizard for the table T1, then set the Source Type of the database column and the source values for each item in the name of the corresponding column in the T1.

Maybe you are looking for