Reg loop

I have a requirement where I used two groups... and I have two loops for lets get data
I want to display a column (which belongs to the first group) in the second group... (even if the same data is repeated)
When I'm doing it to print because there is no scope within the loop...
If you have any ideas please help me with this...

Thanks in advance!

Hi Madhuri,

Take a look at the mail...
I changed and sent it.

There has been talk by accessing the name ;)

Tags: Business Intelligence

Similar Questions

  • Reg while loop event reminder

    Hi, I try to put an event reminder Reg within a while loop where it need to be updated constantly and I have the following error:

    "LabVIEW: (Hex 0x4A5) you can not record the same event on an object several times."

    If I remove the while loop it works fine, but I need this loop. How to solve the problem?

    Thank you

    You register the event with the same VI reminder each time? You don't need to do. Once registered, the VI reminder will trigger on every triggered event.

    You would only need to re - register the event if you want to switch to another reminder VI. To do this, you must first call Unregister for events on the first recorded event.

  • Reg: pre loop insert trigger

    Hello

    I have to write a loop in the notice for the sub condition.

    I have a table called book_desc (B_Id, abb, abb_desc)

    I have a value for one of the class like below:

    : book_desc.abb: = 'SS, NS, PS, FRA ";

    I have another table called abrivation_desc (code, desc)

    code desc

    Social studies SS

    Science NS

    Physical science PS

    English ENG

    Now I need to write a loop using this loop, I need to get the data as below:

    : book_desc.abb_desc: = 'social studies, natural sciences, English, physical sciences;

    This means that I need to insert data into book_desc as below

    B_Id abb abb_desc

    1 SS, NS, PS, human sciences, natural sciences, physical sciences English ENG

    2 NS, PS Natural Science, physical sciences

    3 NS, PS, natural sciences, sciences, English ENG

    Thanks in advance

    This works for me... Post your code here... and specify the place you call this procedure

    Published by: Dora on January 21, 2010 08:06

  • Adding records int BLOCK in a loop

    Hi all

    I have problems in the following ways:

    When I press a button, I request a cursor that returns several records, according to certain values on this record that I have to add, or not a block.

    Somoeone please tell me how to do, I do:

    GO_BLOCK ('BLOCK');
    FOR reg cursor
    LOOP
    ..
    ..
    If s = reg.value"then
    create_record;
    : BLOCK. VALUE = S ';
    end if;
    ..
    ..
    END OF LOOP
    close the cursor;
    Exception
    while others
    close the cursor;


    THX in advance!

    The problem that I feel is the FRM-40102.

    The "FRM 40102 Records must be inserted or deleted everything first" error implies that you already have a line/record of "New" in your form so that when you call the CREATE_RECORD integrated forms you said that you have not met the minimum values required for the current 'new' recording you can not create a new.

    Frm40735 suggests (good choice of name, incidentally), rather than using the Create_Record, I would recommend that you check if the line the cursor is a new record before attempting to create a new record. Your code should look like this:

    GO_BLOCK('BLOCK');
      FOR reg in cursor
        LOOP
        ..
        ..
        if reg.value = 'S' then
          If (:system.record_status != 'NEW') THEN
            create_record;
          END IF;
        :BLOCK.VALUE = 'S';
        end if;
        ..
        ..
      END LOOP
      close cursor;
    Exception
      when others
        close cursor;
    

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • looped slider

    Hello everyone.

    Im working on a project that requires that I do:

    Use the sliders to display a report containing the following information. list of each region. List the title of each region, each country in this region.

    There are only 4 regions in the table of areas being: 1. europe, Americas 2, 3 Asia, 4 Middle East and Africa.

    the output should be something like this

    Europe

    Belgium
    Switzerland
    Germany
    Denmark
    France
    Italy
    Netherlands
    United Kingdom

    Americas

    Argentina
    Brazil
    Canada
    Mexico
    U.S.

    Asia

    Australia
    China
    Hong Kong
    India
    Japan
    Singapore

    Middle East and Africa

    Egypt
    Israel
    Kuwait
    Nigeria
    Zambia
    Zimbabwe

    Here is my code:

    SET SERVEROUTPUT ON
    SET VERIFY OFF


    DECLARE

    CURSOR reg_cursor IS
    SELECT region_name
    Regions
    WHERE the regions.region_id < = 4;

    CURSOR country_cursor IS
    SELECT country_name
    COUNTRY
    WHERE region_id = region_id;



    Reg reg_cursor % ROWTYPE;
    count_reg country_cursor % ROWTYPE;


    BEGIN

    OPEN reg_cursor.
    OPEN country_cursor.

    LOOP
    SEEK reg_cursor INTO reg;
    EXIT WHEN reg_cursor % NOTFOUND;

    DBMS_OUTPUT. Put_line (' region: ' | reg.region_name);



    SEEK country_cursor INTO count_reg;
    EXIT WHEN reg_cursor % NOTFOUND;
    DBMS_OUTPUT. Put_line ('Country: ' | count_reg.country_name);


    END LOOP;

    CLOSE Reg_cursor;
    CLOSE Country_cursor;


    END;
    /

    Here are my results:
    Region: Europe
    Country: Argentina
    Region: Americas
    Country: Australia
    Region: Asia
    Country: Belgium
    Region: Middle East and Africa
    Country: Brazil

    Any advice will be greatly appreciated.

    Try this one

    DECLARE
    BEGIN
       FOR i IN (SELECT region_name, region_id
                 FROM regions
                 WHERE regions.region_id <= 4)
       LOOP
          DBMS_OUTPUT.put_line (i.region_name);
    
          FOR j IN (SELECT country_name
                    FROM countries
                    WHERE region_id = i.region_id)
          LOOP
             DBMS_OUTPUT.put_line (j.country_name);
          END LOOP;
       END LOOP;
    END;
    

    Kind regards
    Kaila Mahesh

  • Reg expressions

    Hi all

    IAM learning reg exp

    I have cases where iam trying to check is that the first letter of the string is of type char, which iam (able to)
    IAM also able to check for the number, but unable to this looping...

    I mean D45GHY iam trying to exract D and 45 but unable to understand how to adapt it in reg exp

    D45GHJI of entry on-site D45
    D4465GHJI of input D4465 on-site
    Entry exit J7 J7GHYT
    entry GHHIT J9 output J9

    logic is that if the first character is the alphabet (A - Z) and second character is number;
    I have to extract to a digital tank is encountered.

    can you please think or pass on some readings...

    Hello

    Try:

    SELECT REGEXP_SUBSTR('D45GHJI', '^[[:alpha:]][[:digit:]]*[^[:alpha:]]') FROM DUAL;
    
    D45
    D4465
    J7
    J9
    
  • iMac 2012 - sierra installation failed, caught in the loop, please help

    Hey everybody.

    That's what I have:

    iMac 27 "mid-2011. He had on El Capitan.

    This iMac contains two hard drives and drive superdrive.

    A disc is 256 GB SSD and the other a regular 2 TB internal HARD drive.

    As SSD is faster that I keep my OS X and programs on this SSD drive, all the other stuff like photos, music, documents, are put on the classic 2 TB HDD.

    This is what happened:

    Attempt of I:

    Everything was going well until the installer has discovered that the SSD did not have a sufficient space to install. I quit the installer, the option pop up, I called "Startup Volume" has chosen my SSD and restarted it. Has been 2 attempts, if I'm not wrong, but worked. I killed and moved the files, I think now would be enough disk space on my SSD tried the Sierra ad install again.

    --> Attempt II:

    This time Sierra Installer arrived at the stage language choose where he welcomed and asked to choose the language. The next screen it tells me once again: not enough space, the bigger internal drive offers enough, but I don't want that. So, I tried the same exit to leave the program and launch then boot Volume installation...

    ... that in trouble:

    My SSD drive now no longer appears in this window of the boot Volume.

    When you try to access the boot Volume it will skip in the app language choose, sometimes shows this window choice animation multilingual, sometimes simply stays gray but will show when moving the mouse upwards arrow to the top of the screen, choose language drops in when I try to open the boot Volume after leaving the installation program. In addition, the language choice (can not be exited by cmd Q is said by the way) seems to open before the boot app Volume and the boot volume app does not appear my drive more-> Catastropheeeeee!

    Also option to restart regular off the menu above will not help. After about half to the top of the boot of the SIERRA Installer keeps new hindsight. No chance to reboot to my previous El Capitan based OSX. I am bound to this loop.

    Is turned off, wait and switch back to does not help, even in a loop.

    Then I tried also open disk utility, I also have an external time machine backup drive connected. Tried this way to restore my SSD of time machine, which fails on every attempt.

    I'm totally caught up.

    Help, please!

    just in case.

    I did the job.

    Launched my iMac in disc mode on my mac pro book. A few items to the disc hard iMac deleted, then restarted, macos sierra resumed and concluded correctly, in other words: all and working again!

    Even a message to Apple to look bad when insufficient disk space is detected, see my first post, thanks.

    Best regards

    Max

  • Boot Loop iPhone 5 c problem

    So that's how iphone got a uppdate iTunes, but after she got into a boot loop.

    The phone can be switched on using the on/off switch, but it can be disabled by using only the power on + combo home buton!

    Powers on but right phone at the apple logo, it stay there for 3 seconds then the apple logo fades to grey (like an LCD) broken then there restarts... and that on and so on... until the battery is empty.

    The phone goes into DFU mode, itunes acknowledged, but after itunes launch the iphone in dfu mode, itunes says "waiting for iphone", the phone restarts, but instead to continue the restore procedure, it penetrates into the same loop and after 10 minutes, itunes gives error.

    The phone is out of warranty, and I want to record just because it seems perfect, no sign of use!

    Oh and another thing, I tried to put another apple original battery (I hade a new brand in hand 6!) did not work...

    So guys I came to you for your review. Be free to say what you think that will fix this poor iphone!

    I was about to say to make an appointment at the genius bar. They would try to restore it for you free of charge...

    Then I saw your mention of trying to put a new battery in there... If you have physically opened the phone upwards, it is technically unbearable and completely untouchable by Apple. I couldn't hurt to consider anyway and see if they can get it to restore, but you can kiss all hopes for a farewell to replace security exit.

  • SWIFT playgrounds, how to Code 2, build a loop, I can not find isOnGem

    Swift playgrounds, how to Code 2, build a loop, I can not all isOnGem. What Miss me? If I am not mistaken, is it a bug? How should I declare?

    I can't figure out how to solve the puzzle without this.

    isOnGem is not available as an option in the box to scroll so just type in from the table instead. If you enter exactly the same case, it will be recognized as legal code when you run your program.

  • Note looping in GarageBand

    In GarageBand, I did a recording of me just sing a long note and want to loop an entire song so the note sounds even longer.  But when I do that, whenever the loop again it makes a little noise, hard to explain, but even if I cut the beginning and the end of the recording, he does always a little sound whenever he performs a loop itself and I don't know what to do. Y at - it a setting I can change to stop? I want it to look like a long drone.

    To what you want to achieve, you must to crossfade regions to create transitions smoothly between them. Unfortunately, GarageBand doesn't have the ability to fade or crossafe Audio regions (Logic Pro X). However, all is not lost, there is a solution, you can do the same thing with automation.

    Look at the screenshot to understand the procedure.

    • Create two Audio tracks
    • The first Audio track has the area of your voice recording audio
    • Apply the Volume Automation to increase the level at the beginning of the region and lower end of the region.
    • Now copy (Option-do drag) this region in the second piece so the end of the first area overlaps the beginning of this region. Automation is copied with the region.
    • Now select the region on the first track and the area (you just copied) on the second track and the Option-do drag to the right to copy both of them, yet once for the region of second and third overlap.
    • Keep this copy procedure as long as you need it to be.

    As you can see, when a region Faints, the other region on the road to spare fades, create a crossfade without welding.

    You play a little to find the right length for automation to come in and out and also how to straddle the regions.

    I explain details of the automation and the rest of my book of GarageBand. ""X GarageBand - how it works".

    A tip:

    Instead of having a linear Automation curve between two Automation Control Points (the points), you can create logarithmic shapes by Ctrl + Shift + drag the line between two Control Points. Drag left/right for s-shape or high-low exponential curves. It will look something like this (sh + ctr + click on the line to linear curve).

    Hope that helps

    Edgar Rothermich - LogicProGEM.com

    (Author of "Graphically improved manuals")

    http://DingDingMusic.com/manuals/

    "I could receive some form of compensation, financial or otherwise, my recommendation or link."

  • Try to connect to my yahoo on Safari takes me in a continuous loop to the login page. It works very well with Firefix.

    Try to connect to my Yahoo on Safari brings back me in a continuous loop to the login page. My registration using Firefox works fine.

    IM using ios10 on an iPhone 6 s

  • iMac 27 stuck boot loop

    my 27-in. Imac is stuck in a boot loop.  It goes to the start screen, I see the Apple logo and progress bar, then the screen has a line go overboard and it restarts. Attached picture to show you the screen, any help would be great. Thank you!

    Try to start in safe mode, try safe mode if your Mac does not commissioning - Apple Support

  • Apple Loops of old Logic Pro Logic Studio

    Hello

    my iMac still run osx 10.7.5 (Mountain Lion).

    I intend to upgrade to the Mavericks, and my question is: move to Logic Studio is any chance to keep all my old loops in Logic Pro and use them with the new version?

    (I have a number of pieces using specific loops and Yes, I know that I can save the loops in the songs but I would not lose my whole library)

    I really hope so.

    Thanks in advance,

    Franz

    I'm sorry, I don't talk about logic X, here, not of Logic Studio.

    My mistake.

  • How to create a loop off the track

    Hi guys, hope you can help me

    I wrote some pretty nice pieces in the section of the track, I would turn to the loops. Here's the problem - option "copy, paste" does not at all. Is there any other way to make a loop of piece of music created as a track?

    Thank you and best regards,
    Bart

    Using GarageBand on an iPhone, iPad or Mac? And which version?

    And what kind of parts you want to loop?

    On the iPad, you can cut an area dividing and cutting the section that you want to loop and then set loop, see: http://help.apple.com/garageband/ipad/2.0/index.html#chsec12c15d

    Of the loop region

    • Click on the region to select it.
    • Tap the area again, tap loops region Loop.The until the end of the section of the song, or until the beginning of the next region in the same way. You can change how long it loop by dragging the right edge of the area.

    Not all areas can be pasted:

    You can paste parts copied on another track with the same Instrument to touch. You can also paste regions between keyboard and Sampler tracks and the tracks Audio Recorder and guitar amp. Battery intelligent regions are unable to be glued to the other battery Smart track. Copied audio files of another application can be glued to the Audio recorder or tracks of guitar amp.

  • loop infinite Avira &amp; mail

    Everyone knows the avira / mail loop?

    Avira deletes an email with an attachment that is dangerous.

    Mail redownloads.

    Infinite loop.

    Freezes in the post.

    Only solution is to disable avira, kill the mail.

    Delete the message and re - activate aviria.

    The other option is to uninstall Avira as it is unnecessary and only serves to slow down your Mac.

Maybe you are looking for

  • I can't connect to my school email. It is not gmail. How shoul I do to solve my problem?

    I can't connect to my e-mail from the school which is one account other than gmail. What should I do to fix this?

  • HP Envy Touchsmart - 15-j063cl: high definition Audio Device has an Exclamation Point through it

    I have an exclamation point for my high definition Audio Device in Device Manager. Immediately below I IDT High Definition Audio CODEC (WHO do IS NOT HAVING a POINT of EXCLAMATION to). I installed the drivers for my laptop and still have an exclamati

  • phone freeze

    someone else with moto x 2014 has had problems with their phone gel several times throughout the day? It happened to me every day for a few days now, and when that happens, nothing helps, but to reset my phone by longpressing, the power button. Nice

  • HP printer problem

    HP 6500 E709N:-won't print black... "Put in [2] different new cartridges of 920XL, ran 'Clean heads' several times, ran ' align the print heads ' several times [got the message 'ERROR'], checked the cartridge of ventilation... still won't black print

  • Windows Update setting confirmation to restart

    From: pava Does anyone know how to change Windows Update settings to request confirmation from the user before restarting? I left a very complex configuration of programs in my taskbar, last night, and unauthorized Microsoft stop it wiped out. I'm...