How to make text in the query of the child

Hello

I need to put a text where are child records that says "not found IN.."

Oracle 10G
report design consist of recordings of group and the child a man

ex:

main subquery
P44001 desc BOMqty date1 total qty line1 ponum1
.. .date2 qty line12 ponum1
.. .date2 qty ponum2 line3

P44002 desc BOMqty don't total "no found in.".

P44003 desc BOMqty date4 total qty 4 ponum1
... date2 qty line2 ponum1
... date2 qty line5 ponum2


Thank you
Harsha

Hi, Harsha,

This sounds like a job for OUTER JOIN.
For example, using tables of scott:

SELECT       d.deptno
,       d.dname
,       NVL2 ( e.deptno
            , e.ename
            , 'No emp found'
            )     AS ename
FROM              scott.dept  d
LEFT OUTER JOIN      scott.emp   e  ON  e.deptno  = d.deptno
ORDER BY  d.deptno
;

Output:

`   DEPTNO    DNAME             ENAME
----------    --------------    ------------
        10    ACCOUNTING        CLARK
        10    ACCOUNTING        KING
        10    ACCOUNTING        MILLER
        20    RESEARCH          JONES
        20    RESEARCH          FORD
        20    RESEARCH          ADAMS
        20    RESEARCH          SMITH
        20    RESEARCH          SCOTT
        30    SALES             WARD
        30    SALES             TURNER
        30    SALES             ALLEN
        30    SALES             JAMES
        30    SALES             BLAKE
        30    SALES             MARTIN
        40    OPERATIONS        No emp found

Notes deptno = 40, which is located in the Department, but not in the EMP.
If ename happened to be null in the emp, then the NULL appear in the ename column. If ename cannot be NULL, you can replace the NVL2 expression with

NVL (e,ename, 'No emp found')

I hope that answers your question.
If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and also publish outcomes from these data.
Explain, using specific examples, how you get these results from these data.
If you can demonstrate the problem using tables commonly available (such as the scott schema) then you don't have to display the sample data: right after the results and explanations.
Always say what version of Oracle you are using (for example, 10.2.0.4.0). There is no version 10F or 10H, so it's kind of silly to say you have 10G
See the FAQ forum {message identifier: = 9360002}

Tags: Database

Similar Questions

  • How to make connections on the outputs of the letter of wsn 3202?

    GOOG morning engineers,

    How to make connections on the outputs of the letter of wsn 3202?

    Sorry, I'm very confused by your response.

    You must not something on the power set by program, just connect a power supply to DIO power and mass of DIO.  Then your DIO lines should be able to output values.

    In addition, I think that you may need to configure the output line.  This would be by the project.  I don't remember what it is, but it should be in some menu properties (probably for the specific line of DIO).

  • How to edit text in the document to PDF in Acrobat Pro 11 Mac?

    How to edit text in the document to PDF in Acrobat Pro 11 Mac? I know that I can do in the Windows version, but can not find the same tool on Mac.

    On a Mac, click the Customize (above the Tools menu button) button and select default tools.

  • I downloaded OS Yosemite and threw it on my photoshop 3 - How to make it to the top?

    I downloaded OS Yosemite and threw it on my photoshop 3 - How to make it to the top?

    Assuming you mean ps cs3,

    Downloadalbe installation files available:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

    window using the Lightroom 3 link to see these "important Instructions".

  • How to add text to the gif format

    Hello, I am a beginner in photoshop.

    I want to add text to my gif as part of the animation, but somehow the text transparent look, even though I already use black color for the text.

    Could someone give me tutorial how to add text to the gif and then do some sort of subtitle?

    Thank you...

    The text layer is 2 layers under the real background layer in your file. Check your layers panel. Click, drag and drop the text layer currently selected in your layers 2 screenshot above or the visible layers, especially to see if your text will appear - it should ideally.

    Settings - when save you for Web & devices, you can customize options preset for GIF on the top right of your dialog "save for Web & devices".

  • How to add text to the Notes?

    Hi all

    I want to add some text in the notes. I create notes with success.

    My note label and name are not apply any script executed successfully.

    How to add text to the note? My script is:

    indesign #target

    myDocument var = app.documents.add ();

    var myTextFrame = myDocument.pages.item (0).textFrames.add ();

    myTextFrame.geometricBounds is ['10', 15 ' p', '50 p', '50 p'];.

    myTextFrame.contents = "Adobe Indesign";

    var insertionPoint = myTextFrame.insertionPoints.item (-1);

    var note = insertionPoint.notes.add (1433299822);

    Note.label = "NewNote";

    Note. Name = "FirstNote";

    Thank you

    Jin

    try sth. like

    Note.texts [0] .silence = 'some content '.

    Hans-Gerd Classen'

  • How to enter text in the text entry box using the virtual keyboard in a flex application

    Re: How to enter text in the text entry box using the virtual keyboard in a flex application

    Hello

    I'm using flash builder 4.

    I designed the virtual keyboard, I have to update the text in the input text permanently area using the virtual keyboard.

    I used the events.i button does a few he's cheating.

    can someone help me tat.

    Thanks in advance.

    I have included my mxml with this program.

    virtualKeyboard. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = minHeight = "955" "600" creationComplete = "initfunc ()" >
    < fx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    private function initfunc (): void
    {
    B1.addEventListener (MouseEvent.Click, HandleEvent);
    B2.addEventListener (MouseEvent.Click, HandleEvent);
    B3.addEventListener (MouseEvent.Click, HandleEvent);
    B4.addEventListener (MouseEvent.Click, HandleEvent);
    B5.addEventListener (MouseEvent.Click, HandleEvent);
    B6.addEventListener (MouseEvent.Click, HandleEvent);
    B7.addEventListener (MouseEvent.Click, HandleEvent);
    B8.addEventListener (MouseEvent.Click, HandleEvent);
    B9.addEventListener (MouseEvent.Click, HandleEvent);
    B10.addEventListener (MouseEvent.Click, HandleEvent);
    B11.addEventListener (MouseEvent.Click, HandleEvent);
    B12.addEventListener (MouseEvent.Click, HandleEvent);
    B13.addEventListener (MouseEvent.Click, HandleEvent);
    B14.addEventListener (MouseEvent.Click, HandleEvent);
    B15.addEventListener (MouseEvent.Click, HandleEvent);
    B16.addEventListener (MouseEvent.Click, HandleEvent);
    B17.addEventListener (MouseEvent.Click, HandleEvent);
    B18.addEventListener (MouseEvent.Click, HandleEvent);
    B19.addEventListener (MouseEvent.Click, HandleEvent);


    B20.addEventListener (MouseEvent.Click, HandleEvent);
    B21.addEventListener (MouseEvent.Click, HandleEvent);
    B22.addEventListener (MouseEvent.Click, HandleEvent);
    B23.addEventListener (MouseEvent.Click, HandleEvent);
    B24.addEventListener (MouseEvent.Click, HandleEvent);
    B25.addEventListener (MouseEvent.Click, HandleEvent);
    B26.addEventListener (MouseEvent.Click, HandleEvent);
    B27.addEventListener (MouseEvent.Click, HandleEvent);
    B28.addEventListener (MouseEvent.Click, HandleEvent);
    B29.addEventListener (MouseEvent.Click, HandleEvent);
    B30.addEventListener (MouseEvent.Click, HandleEvent);
    B31.addEventListener (MouseEvent.Click, HandleEvent);
    B32.addEventListener (MouseEvent.Click, HandleEvent);
    B33.addEventListener (MouseEvent.Click, HandleEvent);
    B34.addEventListener (MouseEvent.Click, HandleEvent);
    B35.addEventListener (MouseEvent.Click, HandleEvent);
    B36.addEventListener (MouseEvent.Click, HandleEvent);
    B37.addEventListener (MouseEvent.Click, HandleEvent);
    B38.addEventListener (MouseEvent.Click, HandleEvent);
    B39.addEventListener (MouseEvent.Click, HandleEvent);
    B40.addEventListener (MouseEvent.Click, HandleEvent);
    B41.addEventListener (MouseEvent.Click, HandleEvent);
    B42.addEventListener (MouseEvent.Click, HandleEvent);
    B43.addEventListener (MouseEvent.Click, HandleEvent);
    B44.addEventListener (MouseEvent.Click, HandleEvent);
    B45.addEventListener (MouseEvent.Click, HandleEvent);
    B46.addEventListener (MouseEvent.Click, HandleEvent);
    B47.addEventListener (MouseEvent.Click, HandleEvent);
    B48.addEventListener (MouseEvent.Click, HandleEvent);
    B49.addEventListener (MouseEvent.Click, HandleEvent);
    B50.addEventListener (MouseEvent.Click, HandleEvent);
    B51.addEventListener (MouseEvent.Click, HandleEvent);
    B52.addEventListener (MouseEvent.Click, HandleEvent);
    B53.addEventListener (MouseEvent.Click, HandleEvent);

    }
    public void handleEvent (e: MouseEvent): void
    {
    var a: String = e.target.name;
    Alert.Show (e.Target.Name);
    var b:String = null;
    Switch (a)
    {

    case 'Button20 ':
    b = TextBox.Text;
    TextBox.Text = "a";
    TextBox.Text = b + "a";
    break;


    case 'Button21 ':

    TextBox.Text = "b";
    TextBox.Text = b + "b";
    break;


    by default:

    TextBox.Text = "s";
    TextBox.Text = b + "s";
    }
    }

    []] >
    < / fx:Script >

    < s:Panel = "43" x y = "82" width = "527" height = "213" >
    < mx:Button = "71" x y = '86' id = "b1" label = "1" width = "30" height = "24" / >
    < s:Button = "180" x y = '86' id = "b2" label = "5" width = "30" height = "24" / >
    < s:Button = "127" x y = '86' id = "b3" label = "3" width = "30" height = "24" / >
    < s:Button = "99" x y = '86' id = "b4" label = "2" width = "30" height = "24" / >
    < s:Button = "323" x y = '86' id = "b5" label = "0" width = "30" height = "24" / >
    < s:Button = "294" x y = '86' id = "b6" label = "9" width = "30" height = "24" / >
    < s:Button = "265" x y = '86' id = "b7" label = "8" width = "30" height = "24" / >
    < s:Button x = '237' y = '86' id = "b8" label = "7" width = "30" height = "24" / >
    < s:Button = '209' x y = '86' id = "b9" label = "6" width = "30" height = "24" / >
    < s:Button = "42" x y = '86' id = "b10" label = "" ' "width ="30"height ="24"/ >"
    < s:Button x = "382" y = '86' id = "b11" label = "=" width = "30" height = "24" / >
    < s:Button = '353' x y = '86' id = "b12" label = "» largeur" width = "30" height = "24" / > "
    < s:Button = "410" x y = '86' id = "b13" label = "back" width = "76" height = "24" / >
    < s:Button = "157" x y = '86' id = "b14" label = "4" width = "30" height = "24" / >
    < s:Button = "43" x = "109" id = "b15" label = "tab" width = "66" height = "24" / >
    < s:Button = "105" x = "109" id = "b16" label = "q" width = "31" height = "24" / >
    < s:Button = "247" x = "109" id = "b17" label = "y" width = "30" height = "24" / >
    < s:Button '303' = x y = "109" id = "b18" label = "i" width = "31" height = "24" / >
    < s:Button = "361" x y = '110' id = "b19" label = "p" width = "34" height = "23" / >
    < s:Button = "394" x = "109" id = "b20" label = "[" width = "31" height = "24" / >] "
    < s:Button = "191" x = "109" id = "b21" label = "r" width = "34" height = "24" / >
    < s:Button '424' = x y = "109" id = "b22" label = "]" width = "31" height = "24" / > "
    < s:Button = "222" x = "109" id = "b23" label = "t" width = "31" height = "24" / >
    < s:Button = "161" x = "109" id = "b24" label = "e" width = "31" height = "24" / >
    < s:Button = "133" x = "109" id = "b25" label = "w" width = "31" height = "24" / >
    < s:Button = "332" x = "109" id = "b26" label = "o" width = "31" height = "24" / >
    < s:Button = "275" x = "109" id = "b27" label = "u" width = "31" height = "24" / >
    < s:Button = "220" x = "133" id = "b28" label = "g" width = "31" height = "24" / >
    < s:Button '424' = x y = "132" id = "b29" label = "enter" width = "62" height = "24" / >
    < s:Button = "43" x = "132" id = "b30" label = "caps" width = "66" height = "24" / >
    < s:Button = "275" x = "133" id = "b31" label = "j" width = "42" height = "23" / >
    < s:Button = "314" x = "132" id = "b32" label = "k" width = "31" height = "24" / >
    < s:Button = "133" x = "133" id = "b33" label = "s" width = "31" height = "23" / >
    < s:Button = "161" x = "133" id = "b34" label = "d" width = "31" height = "23" / >
    < s:Button = "250" x = "133" id = "b35" label = "h" width = "31" height = "23" / >
    < s:Button = "105" x = "133" id = "b36" label = "a" width = "31" height = "23" / >
    < s:Button = "191" x = "133" id = "b37" label = "f" width = "31" height = "23" / >
    < s:Button = "342" x = "132" id = "b38" label = "l" width = "31" height = "24" / >
    < s:Button = "152" x = "154" id = "b39" label = "x" width = "31" height = "24" / >
    < s:Button = "353" x = "154" id = "b40" label = "'." " Width = "31" height = "24" / >
    < s:Button = "325" x y = "154" id = "b41" label = "," width = "31" height = "24" / >
    < s:Button = "294" x = "154" id = "b42" label = "m" width = "31" height = "24" / >
    < s:Button = "259" x = "154" id = "b43" label = "n" width = "37" height = "24" / >
    < s:Button = '236' x y = "154" id = "b44" label = "b" width = "31" height = "24" / >
    < s:Button = "211" x = "154" id = "b45" label = "v" width = "31" height = "24" / >
    < s:Button = "181" x = "154" id = "b46" label = "c" width = "31" height = "24" / >
    < s:Button = "122" x = "154" id = "b47" label = "z" width = "31" height = "24" / >
    < s:Button = "380" x = "154" id = "b48" label = "/" width = "31" height = "24" / >
    < s:Button '368' = x y = "132" id = "b49" label width = ';' = "31" height = "24" / >
    < s:Button = "396" x = "132" id = "b50" label = "" ' "width ="31"height ="24"/ >"
    < s:Button = "43" x = "154" id = "b51" label = "shift" width = "82" height = "24" / >
    < s:Button '407' = x y = id = "154" "b52" label = "shift" width = "79" height = "24" / >
    < s:Button = "455" x = "109" id = "b53" label = "------" width = "31" height = "24" / >

    < / s:Panel >
    < s:TextInput = "161" x = "27" id = "textbox" width = "253" / >

    < / s:Application >

    Kind regards

    Saran r

    Hello

    http://gumbo.flashhub.NET/keyboard/

    It is a small example of a 'virtual' keyboard that will enter the text into a textinput/textarea component selected. Capslock and shift key States really aren't quite right (really need control shift/cap lock combo), but there is a simple tab and backspace (delete) and enter the function key.

    hope this is useful

    David.

  • How to make text disappear when the mouse is over a button?

    Hello, I'm completely new to Flash, and well I need help. I created a page that contains static text in the Center.

    Page has buttons on the side and when I rollover a button text is displayed, but the problem is that when I rollover a button, static text in the Center is here and I want to hide as I can't read anything either because the texts are overlapping.

    How can I make the text in the centre disappear / hide when I rollover a button and how do I make it reappear when the mouse is the off button?

    I hope what I said makes sense.

    You can assign the code onRollOver and onRollOut buttons to the dispappear of text, but you will need make the text a movieclip with instance name that you can use to target to make it invisible.  In the example below, the button has an instance name of "btn" and the movieclip of text has an instance name of "text_mc".

    btn.onRollOver = function() {}

    text_mc._visible = false;

    }

    btn.onRollOut = function() {}

    text_mc._visible = true;

    }

  • How to make CutOperation puts the text cut to the Clipboard?

    I have a class that inherits from the EditManager class and provides these methods:

    public function performCopy():void

    {

    var copyOperation:CopyOperation = new CopyOperation (getSelectionState());

    doOperation (action);

    }

    public function performCut():void

    {

    var textToCut:TextScrap = TextScrap.createTextScrap (getSelectionState());

    var cutOperation:CutOperation = new CutOperation (getSelectionState(), textToCut);

    doOperation (cutOperation);

    }

    PerformCopy works very well and makes the text copied to the Clipboard.

    PerformCut deletes as planned, but don't put it on the Clipboard.

    The documentation for CutOperation says "edit Manager is responsible for copying of the text scrap to the Clipboard. Cancel a cut operation does not restore the original Clipboard State. »

    No idea what I could do wrong?

    Thank you

    Stefan

    You can call TextClipboard.setContents (textScrap) to scrap that you made on the system Clipboard. For an example of how this is done in the TLF, see EditManager.as function editHandler. Note that this can only be done as part of a trial to CUT or COPY, except if you run on AIR (access to the Clipboard is subject to the security sandbox).

    Hope this helps,

    -robin

  • How to make text read-only once it is recorded and distributed on the ground?

    How to make a read-only text field after it is registered adistributed d?

    LiveCycle Designer ARE 8.2

    Exit this JavaScript code on the event:

    textField1.access = "readOnly";

    This works after the user loses the focus on the field, but after it is saved and distributed, this field is no longer "read only".

    I need to have staff insert information into a text field and try it then distribute to clients, and these fields must be protected.

    How do you do that?

    No... .it has to be there to be a schema valid... but it is not used by the product offline.

    Paul

  • How to make text does not interfere with the rollover effects in the image below

    I have images that zoom slightly when the mouse passes over them, but I need a title text on them. When the mouse is over the text, it prevents the zoom effect doesn't happen. Is there anyway to make the "invisible" to the cursor text and does not interfere with the effects of overview below? I know that I can make the text in the images, but I don't want the text to expand it, just the image.Screen Shot 2016-09-29 at 8.59.42 PM.png

    You can use a button on the State.

  • Product photo: how to make text stand out, w/o by stimulating the surrounding color?

    Hi all!

    I have a picture of a bottle containing a reddish cinnamon liquid.  There is a line of text on the bottle which needs to stand out much better...  Screenshot attached of the actual bottle of samples, close them up.

    Can anyone suggest how to get the text to pop w/o touching the back at all?  I played a lot with the levels, but it doesn't help; the background reflects the changes.  And it is almost impossible to get a good selection on the text portion (unless I do this pixel by pixel).

    Hoping that someone with much better PS smarts can give me an overview.  If possible, I will probably need almost the instructions.

    Thanks in advance!

    Jerry

    How to select text, or select out all reds.JPG

    Top: Original

    In the Middle: layer above the background layer

    Bottom: Final

    ***********

    I hope that you can start with a very focused image, then:

    Select > range of colors... and choose white lettering

    Lead the two sliders all the way to the right and click OK

    Cmd + J to move the selection on its own layer. Lock the transparent part of the layer using the symbol at the top of the layers panel

    Change the blending mode of the layer to screen

    Hold down the Option key and click on the symbol of the mask. The mask will be black.

    Paint with the brush 100% white. No need to be careful... only the type will be affected. The red background is not affected

  • How to make text appear darker on the screen?

    The text on the screen is gray.  Here the words to find more dark & appear more clearly on the white background.

    Hello

    From your problem description, I understand that you want to customize the display settings so that the text should appear darker on the screen.

    What is the brand and model of your monitor and your computer?

    We cannot change the font color of desktop. They are dynamic and show white on dark background and change in white with a shadow effect black on a light background.

    I suggest you refer to the suggestions below and check it it helps.

    Method 1:

    a. type click Calibrate display color, in the search box and press press Windows key + W (it will be charming setting pop-up Windows 8), Enter.

    b. calibration color screen, click Next to continue.

    c. follow the instructions on the screen and check if it improves the display of your monitor.

    Method 2: I suggest you to refer to the manual of the monitor and adjust the brightness, the contrast of different values.

    Also check out this link:
    Get the best display on your monitor

    http://Windows.Microsoft.com/en-in/Windows-8/get-best-display-monitor

    Hope the above information is helpful.

  • How to add text to the position of the cursor in HTMLEditor in JavaFX

    I know how to add new button to HTMLEditor and I want all of my action button to paste text at the current position of the cursor.


    //HTMLEditor html;
    //String IMAGE_URL = "http://...";
    Node node = html.lookup(".top-toolbar");
    if (node instanceof ToolBar) {
      
    ToolBar bar = (ToolBar) node;
      
    ImageView graphic = new ImageView(new Image(IMAGE_URL, 32, 32, true, true));
      
    Button myButton = new Button("", graphic);
      bar
    .getItems().add(myButton);
      myButton
    .setOnAction(new EventHandler<ActionEvent>() {
      
    @Override
      
    public void handle(ActionEvent arg0) {
      
    //needs code
      
    }
      
    });
    }

    Use the webkit API, so this isn't something you want to use in production since there is no guarantee that JavaFX will use webkit in the future. Really, the HTMLEditor should have an API editor that makes all of this transparent.

    You will need to import javafx.scene.web.WebView, com.sun.javafx.webkit.Accessor, and com.sun.webkit.WebPage;

                myButton.setOnAction(new EventHandler() {
                    @Override
                    public void handle(ActionEvent arg0) {
                        WebView webView = (WebView)htmlEditor.lookup("WebView");
                        WebPage webPage = Accessor.getPageFor(webView.getEngine());
                        webPage.executeCommand("insertText", " World Cup Soccer ");
                    }
                });
    
  • How to make text in mainContent div scaling down on phones?

    Sorry for the awkward question, but how is it that the content in the sidebar and other areas reduce proportionally on a cell phone - iPhone and Android - but the text in the main content is bigger - more than the h1 and h2 titles? Look great on iPad and of course my old laptop awkward, but what can I do to get the text to scale down with the rest of what is in the mainContent div?

    I tried to set the text in the div to a certain px and % but doesn't seem to work. Yet once again, the sidebar scales down, why not the mainContent?

    Thanks for the clues...

    This isn't a sensitive site. Mobile devices use their default Zoom settings to make it more readable on small screens office.

    If you want more control over how pages appear & perform in mobile devices, you have to build with Responsories.

    Nancy O.

Maybe you are looking for

  • Satellite L300 - 11 H: most of the FN keys do not work under Win XP

    Can you help me?Most of my shortcut keys do not work (for brightness, sound power, etc.) My OS is Windows XP Professional. Thank you!

  • Windows 7 password

    I'm the only one who uses my computer laptop HP Pavilion Windows 7 64 bit. How I put it so that it does not require a password? Or, all the least, do not ask me to enter a whenever I try to wake the computer or restart?

  • Help me please? Aspire One and Linksys Wireless?

    I just bought an Aspire One.  I currently have a Linksys Wireless WRT54G, which I wired hard on my desk.  Laptop Toshiba my son connected wireless and it works very well.  When I do a detection of networks on the Aspire One, it shows my network, BUT

  • array of byte size limit]

    I download & save multimedia files (video/pdf) using following code. The question is his works well for small size files MB (1 MB to 18 mb), but for some 60 MB files it stuck during the download. or sometimes download does not start. Thr is a size li

  • How do I re download upgrade of windows 8

    Bought a toshiba laptop with windows 7 last year. Upgrade to windows 8 soon after it has been released. Recently laptop had something wrong then tried to refresh and reset them both then in vain. He failed at Midway to cancel it with windows saying r