How to enhance the use next 2 points

I tried to use execute code plsql... does not work...
I tried the set value, but in defined value, there is no requirement for adding 2 columns to check the status of 2columns
I am using database 11 g apex 4.2


If: p53_X is null and: p53_ad_issue1 is not null then
: P53_XISSUE_TOTALAMT: = (: P53_XUNIT_TOT_AMT, 0) * 2;
end if;

It's a code in plsql who donot work...
Some time will love set the value in case of change of the event itself
I need to manage the conditon 2 1 if: p53_x is null and if: p53_ad_issue1 is not null,.
: p53_ad_issue is the actual field... where relaxation is added

Help with kindness,
Don't know not dynamic weather action can support 2 condition of fields for the change event...
Thank you

You place this code in a process page that runs "on Submit'?
The code snippet is NOT a condition of the APEX.

You can define a process to run this:

:P53_XISSUE_TOTALAMT := (:P53_XUNIT_TOT_AMT,0) * 2 ;

And add a condition of PL/SQL Expression with:

:p53_X is null and :p53_ad_issue1 is not null 

It is not clear to me if you want to save the P53_XISSUE_TOTALAMT of the DB. Or if you need the display. That will also change when you run the process (or calculation).
If you want it on the screen change the process 'Process Point' to 'On Load - before region', but make sure that the value of the sequence actually happen AFTER you have some values in your other objects (P53_XUNIT_TOT_AMT, p53_X and p53_ad_issue1)

Makes sense?

Thank you
-Jorge

Tags: Database

Similar Questions

  • How to check the use of the ram?

    I have 3 GB of ram on my pc, and I want to know how to check the use of the ram in xp pro? is the use of FP in taskmanager? or (k) of the kernel memory?

    I have 3 GB of ram on my pc, and I want to know how to check the use of the ram in xp pro? is the use of FP in taskmanager? or (k) of the kernel memory?

    Yes, Yes... and no. All applications on your computer uses RAM, not only the pagefile or system (kernel).

    What are you really trying to do?

    See http://www.petri.co.il/pagefile_optimization.htm , especially the part under "How Pagefile your system use?"

  • I'm running out of black ink, can some 1 Please tell me how to activate the use of the colors that I have left

    I'm running out of black ink, can some 1 Please tell me how to activate the use of the colors that I have left

    Read the printer manual or contact the manufacturer's technical support. MS does not print.

  • How to show the photograph next to a project?

    How to show the photograph next to a project?

    in Adobe MyPortfolio

    It isn't a way by default to show them side by side, but we are looking in new views of project for the future.

  • If I don't get creative cloud, how will limit the use of photoshop touch?

    If I don't get creative cloud, how will limit the use of photoshop touch?

    I don't think it will limit your work with PS Touch, but could enahnce it a little.

    Just try to free membership of 2 GB and find out:

    https://creative.Adobe.com/plans

    Thank you!

  • How to access the handle through its pointer

    Hi all

    I have a problem regarding the use of the handle and the pointer. I try to use an external DLL library in Labview. In this DLL library, there are two functions, we're like:

    int32_t xChannelOpen (CIFXHANDLE hDriver, char * szBoard, uint32_t ulChannel, CIFXHANDLE * phChannel);

    and the other is

    int32_t xChannelClose (CIFXHANDLE hChannel),

    where this 'phChannel' is a pointer to a CIFXhandle "hChannel". Now, I want to highlight this handle 'hChannel' 'phChannel '. I think that's hard to do in C, but how could I do in Labview? Is there a method that accesses the handle of his pointer? I appreciate this very much for any advice.

    Thank you very much.

    Best regards

    Sun

    You don't need any special function for this. You must configure the call to the library function node call correctly. When you call xChannelOpen, you must configure the parameter phChannel as an integer pointer passed by pointer value. The value that will be returned in this parameter is the value of hChannel. When you call xChannelClose, passing the same value (the same thread), but this time set it up as an integer of size pointer passed by value.

  • How to add the asterisk (*) next to the label of the element

    Hello

    Can someone suggest me how to add the asterisk (*) or (∞) symbol next to the label of the element in the apex oracle 4.2.2.

    Ex: -.

    1 County IN

    2 County * IN

    Thank you and best regards,

    Ibrahim Sayyed.

    Hello

    Do tag is obsolete and not supported in HTML5

    http://www.w3schools.com/tags/tag_font.asp

    Use for example duration and styles

    *
    

    Kind regards

    Jari

  • How to monitor the use of the Hyperion applications

    Hi all
    We have developed a classical Planning Application in Hyperion 11.1.2
    The application is running in production mode, and now we want to monitor the use of this application, in this regard, I have following questions:
    (1) how to activate the newspapers?
    (2) how to monitor the time of connection and disconnection of each user
    (3) how to check the amount of data entered in a particular week
    (4) how to check that data are entered against how much the faculty members?

    I won't pretend to know what should I know about this subject, but I get this question of a large number of customers. So, here is my answer. There is no right way to monitor who logs and how many times they connect. If you enable the audit DATA, that you can do is to see when a user loads the data and how often they do. This does not match the connection, but planners usually don't connect to display data (which are normally made in EN or SmartView), they connect to load/update of data. With active audit DATA, you can query the HSP_AUDIT_RECORDS table, which is where the audit is stored, and see how many times the user load the data and the last load of data. Is not correct, but it is far more closely than any other method I've found.

    Example of the last connection (really last loaded data)
    SELECT USER_NAME AS 'User', time_posted as 'Last Login Time' OF HSP_AUDIT_RECORDS WHERE TYPE = "data";

    You can use a similar query to count the number of data loads.

    This would also show you what the user has launched it to business rules.

    Another option would be to enable SSAUDIT on the planning application in Essbase (this is done in the Essbase - google SSAUDIT server configuration file). This will create 2 files. The first is a file index or pointer. There will be a line for each record, via a web form or SmarView load. The second file contains all of the loaded data. The first file will tell you that loaded which lines in the second file and what time he did. The downside is that each connection between planning and Essbase uses the ID of the source of data for planning. So, it always shows the same loading data ID and will not be the real of the user who did it.

    Note that users do not have to connect through planning. They can directly connect to Essbase. All financial reports that would be misunderstood by looking only at the planning.

    If you really want the actual load, you really watch the Essbase and Essbase application log files. Would not show you users, but could show you the number of queries, the data loads, etc. You could analyze these logs in a relational table for quick access to the use of the query.

    That's a lot of things to take. Unfortunately, to answer your question, it is not a quick option, "click here."

    Utility to analyze the logs can be found at http://code.google.com/p/jrightlog.

    ------------
    Kyle Goodfriend
    http://www.in2hyperion.com

    Please be sure to assign the post as answered and answers as response or useful if others can benefit from your experience.

  • How to reduce the use of bandwidth LAN?

    I want to design a relay system using two USRP of NI USRP 2922 with sample rates even as LTE standard. But there is limitation in the use of bandwidth of 1 Gbps LAN.

    I don't think you should achieve the full rate on a USRP without a link dedicated to the PC.  The protocol used is UDP between USPR and PC which can be disruped by the latency of the network and cause packets to arrive out of order or get lost.  You should also assume that, due to the effects of edge filter only 80% of the specified bandwidth is usable.  (20 MHz of bandwdith requires a rate of IQ of 25. MECH / s)  It takes a fast PC with a very high quality (we use intel) NIC to get there.  But you will need to use the driver for the NIC card manufactuer and maximize the RX and TX buffers.  So far, I realized only on desktop computers and mobile no.  I also would assume the package of 20% load, so on a 1 Gbps link, I would not expect to exceed the 800 MB/s.

    25 MS/s x (16 bit 16 bit I + q) = 800 MB/s

    You can also, in the pilot, 8-bit mode which will halve your dynamic range, but also the data rate.

    For a system like yours, you can consider to put a PC next to each usrp and install 2 network cards in each PC.  You will add the latency, but the additional computer will give you buffer against congestion and network problems.  In addition, relay is not a 'constant' streaming activity... only the RX is constant.  For TX, you can use the approach of gusts of transmission.

    Erik

  • How to set the use of video memory on the graphics card to my laptop cq56-110us?

    Hello

    I have a PC Compaq laptop CQ56-110us.  Windows 7 says is has 797 MB video memory shared from the main memory of 2 GB.  I want to reduce the use of video memory, i.e. 256MB.  Is this possible?  If yes how.  I would appreciate help with this.

    Thank you

    Don

    Don, welcome to the forum.

    Built-in memory is allocated by the system.  As more video memory is required, is allocated.  There is no way that you can change.

    If your problem is solved, please click "accept as a Solution.

  • How to reduce the use of physical memory 1 GB intel atom Win 7

    I have the Dell Insiporn Mini with the following specifications:

    1.66 ghz Intel Atom
    1 GB OF RAM
    HARD DRIVE 250 GB
    WINDOWS 7
    in the Task Manager always displays the physical memory usage about 50 to 70%. I don't have too much software installed on my laptop.
    Any body can help me to reduce the use of PHYSICAL memory...
    the use of the processor in the Task Manager is controlled to arnd 2-8%
    Thank you

    You must update your RAM to 2 GB...

    Go to Crucial.com.  This will tell you what you need...

    http://www.crucial.com/index.aspxhttp :// www.crucial.com/index.aspx

    And it will tell you how to do it...

    http://www.LapTopMag.com/advice/how-to/Dell-mini-RAM.aspx

  • How to monitor the use of the Internet (web) with installed PIX

    Hi all

    I hope that you could recommend an appropriate solution to the following situation:

    I have a client who would like to be able to occasionally monitor how his team uses the Internet - essentially the sites they visit and how much time they spend on these don't sites... no detailed report would be necessary, only occasional monitoring. Obviously, their PIX 501 must be the source of information... I guess that there is an app out there (commercial or freeware) which would collect & analyze the logs of PIX and translate them into a form that is easily understandable and advise the use of the Web.

    All recommendations / advice will be MUCH apprechiated!

    Thanks in advance,

    Sean

    It does not solve the DNS and it connects on the WHOIS database of reports to resolve outside IPs, you can set how long to keep the Cache DNS TTL (helpdful with internal clients of DHCP). If you access the web site, they show a sample report on request. You can customize reports to show a specific traffic/events. Also, you can analyze the traffic for individual IPs and each report has links to explain the Syslog events. You can have the report sent on an hourly basis.

  • How to protect the use of the phone

    We have a conference room with a 7937 conference phone.  Another company is going to start sharing this room so my task is to find a way to protect this phone are not used by the other company.  Ideally, it would be a kind of PIN code on the phone itself to wake up the phone or make it able to send and receive calls.   We would like to avoid the option where we just lock the phone in a closet until they are ready to use it.

    I don't know if there is a simple solution or not.  Deployment of 802. 1 x seems like overkill, but mabye it's my own inexperience with this feature.

    All recommendations are welcome.

    How about giving the phone a dummy extension with a partition and calling search space that don't carry anywhere, then using mobility extension to sign in the phone.

    Kind regards

    YOSH

  • How to calculate the use of the memory of the objects in Oracle/Collections

    Hi all
    Our application uses a large hierarchical object to store customer information and dependents. I am looking to display the amount of memory used to contain all the embedded objects and collections when filled with data.

    Please advice!

    Thank you

    PL/SQL collections are stored in the PGA. For example, you can monitor the use of the PGA of the meeting (s) to see how much PGA they use.

    SELECT sid, name, value
      FROM v$statname name
           JOIN v$sesstat using (statistic#)
     WHERE name.name in ('session pga memory', 'session pga memory max' )
    

    This will show, for each session, the current PGA consumed by the session and the high tide of the consumption of the PGA by this session. You can join V$ SESSION and add additional predicates to narrow things down to specific sessions you are interested in.

    Justin

  • How to monitor the use of the PXI UC?

    Does anyone know a way to control CPU utlization on a controller with LabVIEW PXI programmatically? I know that NEITHER had a VI owner to monitor the use of memory called rtgetmemorysummary.vi to monitor the memory usage, and I want to do the same for the CPU usage.

    If you mean a targer RT, then you can use

    RT get CPU loads.vi

    See here

    Marco

Maybe you are looking for

  • Firefox ask you useless master password every time you start

    When he started, Firefox asks unnecessarily my master password every time. My homepage (Google Finance) does not require a password. This occurs in SafeMode as well. It's annoying and time consuming. I X-out the main 10 seconds password request windo

  • After the BIOS does not update Equium A100-147

    Can someone help me please? Updated my BIOS as recommended it using the windows tool! Everything went through fine, saved, verified and flashed the new version. After restarting auto as my laptop does not start before the Toshiba screen, press F12 an

  • Report Generation Toolkit makes Excel Flash annoyingly

    When I use the report generation tool, I have inserted some graphs of my data in the report. If I start with the 'normal' Excel window the user can see each data item such that he is put in Excel. If I start with the window "minimized" Excel then the

  • more b210 HP photosmart will not print on dark paper

    If I use dark paper the printer will just spit and print on the white back.  Is there a setting to allow printing on paper dark?

  • Driver required

    Required driver windows 7 for computer pc laptop hp pavilion 2226tu g6... ................................................................................................ 1 bluetooth controller... 2. ethernet controller... 3 network controller of...