Creating a form of multiple lines

Hey,.

I am a student of geology and need to create a column for the stratigraphic record. Contacts between the units can be erosion and are drawn with line round zig - zag.

I drew the outside box of the column and simple traces for contacts.

Now, I need color units in various colors. (see photo)

Unbenannt.JPG

I tried to join paths, create a compound path, and a group of live paint, but whenever I do that, the zig zag effect is removed from the segment.

Is it possible first to remove the feature of the direct effect of the zig zag path, so it is not changed when you create a compound path?
Or is there a much simpler method to create these forms?

Thanks for your time and your help and please excuse my English

Cheers to the Germany

Your English is very good. Select the two lines in zigzag and the menu object, choose Expand or break down the appearance (if available). Then take the Brush tool and click on each area you want to be a filling. Then fill with the color/pattern that you need.

Tags: Illustrator

Similar Questions

  • Hi I want to create a form with multiple point

    My original text block is:

    first.jpg

    Make all characters using the pen tool question

    I used this script (poster below) for the first 2 characters of this block of text that is created by the use of pencils and point tool:

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

    W = [['113.324296', '212.731144'] ['124.871437', '212.731144'] ['124.871437', '205.148222'] ["11 3.324296", "205.148222"]];

    myTextFrame.paths.firstItem () .pathType = 1668051812;

    W.splice (4.8 ["152.405080", "190.761163"], ["152.405080", "232.323775"] ["156.821515", "232,32 3775"], ["156.821515", "173.873789"] ["153.555194", "173.873789"], ["152.090595", "181.286355"], ["144.653314","185.104713" "], ["144.653314","190.761163"]);

    myTextFrame.paths.firstItem () .entirePath = W;

    myTextFrame.paths.firstItem () .pathType = 1668051812;

    but I'm getting first two characters such as:

    next.jpg

    is not write.

    I want the distinctiveness which is brand by using tool pen as above block of text. Please give me the script to write to such a character of text frame. I also give me the type of path.

    Thank you

    Jarek, although your method works, are there no need to create-then-together of separate paths. The OP is missing the fact that one * object * may contain more * railways *. For example, the character '0', the conversion in vectorised text, is a single object, but it contains 2 ways. (Which should have been easy to discover by inspecting the original object in the first post).

    All you have to do after you have created the first object (which, by default, has a single path) is to continue to add multiple paths to the same object. Each subpath has all the properties of a path regular (you must make 'closed'), but it is a single object, sort of color, lines and fills will apply to the entire thing, and selecting a part any of it will select it.

    var
         myDocument = app.activeDocument,
         myObject1, myObject2,
         W = [["113.324296","212.731144"],["124.871437","212.731144"],["124.871437 ","205.148222"],["113.324296","205.148222"],];
    
    myObject1=myDocument.spreads.item(0).polygons.add();
    myObject1.paths[0].entirePath = W;
    myObject1.paths[0].pathType = PathType.CLOSED_PATH;
    myObject2=myObject1.paths.add();
    W = [["152.405080","190.761163"],["152.405080","232.323775"],[ "156.821515","232.323775"],["156.821515","173.873789"],["153.555194"," 173.873789"],["152.090595","181.286355"],["144.653314","185.104713"],[ "144.653314","190.761163"]];
    myObject2.entirePath = W;
    myObject2.pathType = PathType.CLOSED_PATH;
    
  • Several checkboxes in a form into multiple lines

    Here's the problem I have. I have a table with a list of products and orders. I need to match products to orders in an orginizational page.

    I created a repeat region and a set of product images which uses images of products and id to create a list. This part works just fine and it is part of the submission form. The code looks like this:

    <? PHP {? >}

    < li > <? PHP echo "" < img src = "... / images /', $row_imageListRS ["imageName"] ', '" width = "172" height = "120" > < br / > "

    ', $row_imageListRS ["altDescription"];? >

    < input type = "checkbox" name = 'imgID' value = "<?" PHP echo $row_imageListRS ['id']? ">" / > < br / >

    <? PHP echo $row_imageListRS ['id'];? > < /li >

    < input type = "hidden" name = "userID" value = "<?" PHP echo $row_currentUserRS ['userID'];? ">" / >

    < input type = "hidden" name = "glryID" value = "<?" PHP echo $row_pageRS ['id'];? ">" / >

    < input type = "hidden" name = "MM_insert" value = "form1" / >

    <? PHP} while ($row_imageListRS = mysql_fetch_assoc ($imageListRS));? >

    (that didn't fit in the box formatting)

    It gives me a well-formatted list of all products with a checkbox for each image.

    Other information is a user ID and an ID of order that also work very well.

    I created a function to insert which should work to populate a database table that has only 3 columns other than the primary ID. The columns are, userID, glryID and imgID. I want to be able to review the order and check a bunch of images of the generated list and then click on the submit button and have a new line generated for each image ID.

    The problem I have is that the insert loop isn't looped and I get only the first digit of the information. Here's the code for that:

      for ($i = 0, $len = count($_POST['imgID']); $i < $len; $i++) {
      $insertSQL = sprintf("INSERT INTO glryImages (userID, imgID, glryID) VALUES (%s, %s, %s)",
                           GetSQLValueString($_POST['userID'][$i], "int"),
                           GetSQLValueString($_POST['imgID'][$i], "int"),
                           GetSQLValueString($_POST['glryID'][$i], "int"));
    
    
      mysql_select_db($database_mbtseaDB, $mbtseaDB);
      $Result1 = mysql_query($insertSQL, $mbtseaDB) or die(mysql_error());
    

    I can't understand why I get only one entry per shipment, and I can't understand why I get only the first digit.

    For example, if the user ID is 93 and the ID of the image is 42 and the page id is 12 on line of the resulting table is userID 9 imgID 4 and glryID 1.

    I'm sure that the error is in the first line of code for the Insert method. Any help would be appreciated.

    I thought I would post the solution because it was a simple thing to overlook. After you set the loop of the boxes I called the original again variable in the insert method. Whatever it took, it was change the line in the middle of the insertion section-

    GetSQLValueString ($_POST ['imgID'], "int").

    at GerSQLValueString ($imgID, "int").

    The crazy is that I made the same mistake before a dozen times. Set a value, and then call the definition instead of the value of the whole...

    Thanks to all who watched and didn't see the same thing I don't see. H hope this helps someone else.

  • How to create a form that requires thousands of boxes?

    Hello forum members

    I have Adobe Acrobat 8 Professional.  I searched the internet and forums for the last few hours and I can't seem to find information on how to create a form with multiple check boxes.  I don't want to give individual names to thousands of boxes.  I am hoping there is a simple solution to my problem.  Maybe don't even need to use checkboxes.

    Here it is...

    I'm a DJ and the wedding season is coming.  For every wedding that I do, I usually give the bride and groom a list of my songs and they choose a bunch of songs they would like to have at their reception.  In the past, I've just been sent word to Web page with songs and they would send me their selections in another document or directly in the email response.  I want to make this process easy for them (and me) in a pdf document where they can simply place a check mark next to the songs they want and then send it to me.  Premium (if possible) I would like to be able to export the songs they have selected in a separate document so that I don't have to go through the full pdf (with thousands and thousands of songs) when they send it to me.

    I would be forever grateful if someone help me or direct me to a link with additional information.

    Thanks in advance,

    Mike

    Probably the best thing to do is to have Acrobat automatically adds checkboxes for you. It would take to add a box character by using a font such as Wingdings next to each song title. When you select "forms > run form field recognition", it detects each box on every page and add the checkbox fields.

    You need to activate the reader of the document (Advanced > user rights enable in Adobe Reader) so that users can save the completed form.

    Once you receive it back, you can run a script to create a list of selected songs. Exactly how do you it depends on indications of the final form that you create.

  • Created the form based on the table - created new line - how to retrieve line editing?

    Hello

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Again, please forgive my ignorance.

    Mason

    Masong says:

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    Or about how best to use this forum. Always include all the details of your environment and your application when you post a question so that we can provide a solution version - and context, case-specific: How to get the answers from the forum

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Ensure that the attribute key back to point in the line process of... The ARP process is defined to return the value of PK of records inserted in the element of key primary page and delete any Reset Page clearly session state process created by the wizard page.

  • By creating a form that has several text boxes to a single character on the same line, how can I get the cursor to go in the next text box automatically after inserting a character?

    By creating a form that has several text boxes to a single character on the same line, how can I get the cursor to go in the next text box automatically after inserting a character?

    Create a text field and use the option 'comb n characters.

  • I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because that box "email".

    I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because the 'email' box keep rejecting their email address valid. And I just tried to remove the line in my form and it does not allow me to delete or to mark it as not necessary either.

    Currently, there is no way around the field email forms of the Muse. Another option is to have a look at Jotforms or another third-party provider of shape that Muse has widgets for.

  • Create a form of line segments - is it good?

    To create a form of line segments, you need to connect them.  But how (a) do you know or check if two line segments are connected? And (b) how you connect them. Of course, there are the join command. The command join at least well informed me that I need to select two open endpoints (or words to that effect).

    But here's the gist, how do you choose endpoints of the two segments of line that have been snapped between them, such that they are above the other (and in my opinion aren't really endpoints more)? You do not, at least I don't see any way, the trick is to detach the them, create an artificial ditch, then select the two endpoints (anchor points) with the white arrow points, select object-> path-> Join. I doubt that there are many tutorials that describe this method.

    Is this good?

    Select the two units with the direct Selection (white arrow) tool by dragging a box around them and lets merge points in an anchor Cmd/Ctrl-Opt/Alt-Shift-J.

  • Multiple choice when creating a form

    Hi all! I thought I had this figured out, but it is I can't make it work. I'm using Acrobat 9 Pro. I have created a form. I have questions that require a "either / or" answer AND I got "select all that apply" questions. I've got to be / or work areas. But I tried radio buttons and checkboxes for all-that-apply questions, and it is only allowing a single response. What I am doing wrong? From what I can tell, I should use radio buttons for be / or questions and check the tool box to select all the relevant questions. But it is still forcing only one answer! Thank you!

    Julie

    Unlike option buttons, you'll want your boxes for different output values and different names. It seems that you have not given a different name in each box.

  • How to create a form of free paths using script?

    Hello

    I want to create a form in which I add multiple points

    I try to use GraphicLine, but it adds no way point in this

    var myGraphicLine = myPage.graphicLines.add ();

    myGraphicLine.paths.item (0).pathPoints.item (0) .anchor = [72, 72];

    myGraphicLine.paths.item (0).pathPoints.item (1) .anchor = [72, 144];

    myGraphicLine.paths.add ();

    myGraphicLine.paths.item (1).pathPoints.item (0) .anchor = [72, 144];

    myGraphicLine.paths.item (1).pathPoints.item (1) .anchor = [90, 100];

    myGraphicLine.paths.add ();

    myGraphicLine.paths.item (1).pathPoints.item (0) .anchor = [90, 100];

    myGraphicLine.paths.item (1).pathPoints.item (1) .anchor = [110, 144];

    myGraphicLine.paths.add ();

    myGraphicLine.paths.item (1).pathPoints.item (0) .anchor = [110, 144];

    myGraphicLine.paths.item (1).pathPoints.item (1) .anchor = [144, 72];

    I want to create a W shape using script type.

    How to create a form of type free paths (like those drawn with pencil or pen tools) using js?


    Thank you

    This is because you create separate ways. Create just a first, and then add all the pathpoints.

    Do not forget that all first path you create comes with free first 2 points, so just move these in the position as shown above. Then add the new points to the same path, rather than create new ones (lines #4, #8, and #12 in my example).

  • Enter multiple lines in a text box &amp; display the upper left corner

    I have forms where a large amount of comment might be entered in the form - perhaps an entire page.  When I create a large text box and allow multiple lines, the currently entered text displays in the center of the box and expands to fill the box, upwards or downwards to the Center.  Is it possible to have force the text you entered appear in the upper left corner of the box and flow down.  It's a box that people have written, is how they would do it.

    Thank you very much for the help.

    Click on the object and the palette of fonts (maybe it's not visible - you can activate in the window menu) click the paragraph on this menu, you can choose the text alignment.

    Paul

  • Is it possible to create a spreadsheet Numbers alternating line colors I choose (rather than just a line alternating color)?

    Is it possible to create a spreadsheet Numbers alternating line colors I choose (rather than just a line alternating color)?

    Hi tochan,.

    No, but it is possible to create this look.

    Procedure:

    Open a table.

    Format > table

    Check the alternative line color. The yellow value.

    Click the form button, select the rectangle.

    Click the shape to select it.

    Format > Style

    Set the fill color to green.

    The border value without border.

    Move the shape to align with the upper left corner of the table.

    Drag the handle at the bottom right of the form to the lower right of the table.

    Go to organize > Send to back (or backward and repeat until the form is behind the table, and the Green shape is visible through the non colored lines).

    Note that the form is independent of the table. If the lines are added to the table, alternating lines will continue to have the yellow filling, as it has been applied to the table itself, but the lines between indicate white background, until the shape is expanded to match the size of the table.

    Select the Table (by clicking on the 'target' at the top left.

    Go arrange > Send backward. (Repeat if necessary until the form is in the front of the table)

    Select the shape.

    Resized according to the table.

    Go arrange > Send backward.

    Kind regards

    Barry

  • Display multiple lines of data collection defined by the user in an e-mail message

    I created a collection defined by the user that displays several lines of data. I created a custom rule and have linked this collection set by the user to this rule and configure an e-mail action. Variable Seveity, I have defined it in the rule to contain the column values. But it will only contain the first line of data. How can I display multiple lines of data in the alarm itself as well as the e-mail? Any help is appreciated.

    The example query in the collection defined by the user is less;

    Select the type, status, queuename, count (*) from PSAPMSGPUBHDR

    Union

    Select the type, status, queuename, count (*) from PSAPMSGPUBCON

    Union

    Select the type, status, queuename, count (*) from PSAPMSGSUBCON

    Result:

    Number of status type Queuename

    -------                 ----------------------                        ----------                           -------------

    HDR profil_utilisateur error 1

    PUB                  PERSON_BASIC                    New                                 4

    PUB WORKFORCE_SYNC error 1

    -3 rows

    I have defined the variables of gravity and the alarm message is something like this; (It is fetching only the first row of data) how do I loop through to get all the rows of data and display it in the message of alarm/email (alert) action must be written of the groovy script code to achieve this goal? If Yes can you please provide me examples?

    Alarm message:

    "Request message queue is:

    Type: @UDC_type

    QueueName: @UDC_queuename

    Status: @UDC_status

    County: @UDC_count

    Thanks in advance

    JAI

    Hi Jay,.

    fine I could help you. Please mark the thread as "Answered" when the issue has been resolved and do not hesitate to open a new thread for questions.

    Concerning

    Jochen

  • How to add multiple lines when the button is clicked

    How to add multiple lines when the click on button now is just add a row .plz give me idea how... waiting for answer

    / public final class screen extends MyScreen
    {
    /**
    * Creates a new object of MyScreen
    */
    ObjectChoiceField obj1 obj2, obj3, obj4.
    Table of String() = {'101 ', ' 102'};
    String of shadow [] = {"Shade1", "Shade2"};
    Rolls of string [] = {'101 ', ' 102'};
    String cutting [] = {"100-150", "150-200"};
    Chain of selectedindex1, selectedindex2, selectedindex3, selectedindex4;
    LabelField lbl1 lbl2, lbl3, lbl4;
        
    GFM LinedGridFieldManager;
    HFM HorizontalFieldManager, hfm1, hfm2 hfm3;
    VerticalFieldManager vfmMain;
        
    public MyScreen()
    {
        
    Set the displayed title of the screen
    hfm1 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    hfm2 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    hfm3 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    HFM = new HorizontalFieldManager (HorizontalFieldManager.FIELD_RIGHT);
    vfmMain = new VerticalFieldManager (Manager.NO_VERTICAL_SCROLL |) Manager.NO_HORIZONTAL_SCROLLBAR);
            
    obj1 = new ObjectChoiceField ("", graph, 0, FIELD_LEFT);
    obj2 = new ObjectChoiceField ("", blind, 0, FIELD_LEFT);
    Obj3 = new ObjectChoiceField ("", rolls, 0, FIELD_LEFT);
    Obj4 = new ObjectChoiceField ("", cuts, 0, FIELD_LEFT);
            
    LBL1 = new LabelField("");
    LBL2 = new LabelField("");
    lbl3 = new LabelField("");
    lbl4 = new LabelField("");
            
    ButtonField btnAdd = new ButtonField ("ADD", FIELD_RIGHT);
            
    GFM = new LinedGridFieldManager (4, LinedGridFieldManager.VERTICAL_SCROLL);
            
    hfm1.setMargin (20, 0, 10, 0);
    hfm1. Add (new LabelField ("Chart"));
    hfm1. Add (obj1);
    hfm1. Add (new LabelField ("Shade"));
    hfm1. Add (obj2);
            
    hfm2. Add (new LabelField ("Rolls"));
    hfm2. Add (Obj3);
    hfm2. Add (new LabelField ("Cuts"));
    hfm2. Add (Obj4);
    HFM. Add (btnAdd);
            
    GFM. Add (new LabelField ("Chart"));
    GFM. Add (new LabelField ("Shade"));
    GFM. Add (new LabelField ("Rolls"));
    GFM. Add (new LabelField ("Cuts"));
            
    vfmMain.add (hfm1);
    vfmMain.add (hfm2);
    vfmMain.add (hfm3);
    vfmMain.add (hfm);
    vfmMain.add (new SeparatorField());
    vfmMain.add (gfm);
    Add (vfmMain);
            
    btnAdd.setChangeListener (new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context) {}
    TODO self-generating method stub
    selectedindex1 = chart [obj1.getSelectedIndex ()];
    selectedindex2 = shade [obj2.getSelectedIndex ()];
    selectedindex3 = rolls [obj3.getSelectedIndex ()];
    selectedindex4 = cuts [obj4.getSelectedIndex ()];
                    
    While (LBL1. GetText(). Equals("") | LBL2. GetText(). Equals("") | lbl3. GetText(). Equals("") | lbl4. GetText(). Equals(""))
    {
    LBL1. SetText (selectedindex1);
    LBL2. SetText (selectedindex2);
    lbl3. SetText (selectedindex3);
    lbl4. SetText (selectedindex4);
                    
    GFM. Add (LBL1);
    GFM. Add (LBL2);
    GFM. Add (lbl3);
    GFM. Add (lbl4);
                    
    }
    }
    });
    }
    }

    Hi Piya,

    I run your code, and according to your logic that it works correctly.

    It's adding that line only once because according to your logic that one line can be added to MDT, if you do not want to add line on each click on the button, follow these steps:

    selectedindex1 = chart [obj1.getSelectedIndex ()];
    selectedindex2 = shade [obj2.getSelectedIndex ()];
    selectedindex3 = rolls [obj3.getSelectedIndex ()];
    selectedindex4 = cuts [obj4.getSelectedIndex ()];

    Lbl1 LabelField = new LabelField("");
    Lbl2 LabelField = new LabelField("");
    LabelField lbl3 = new LabelField("");
    LabelField lbl4 = new LabelField("");
    If (LBL1. GetText(). Equals("") | LBL2. GetText(). Equals("") | lbl3. GetText(). Equals("") | lbl4. GetText(). Equals(""))
    {
    LBL1. SetText (selectedindex1);
    LBL2. SetText (selectedindex2);
    lbl3. SetText (selectedindex3);
    lbl4. SetText (selectedindex4);
                    
    GFM. Add (LBL1);
    GFM. Add (LBL2);
    GFM. Add (lbl3);
    GFM. Add (lbl4);
                    
    }

  • Combine multiple lines into one line (from two tables / result sets)

    Hello experts,

    I would like to know how to combine multiple lines/records in a single record. Here are the DDL and DML to tables:

    create table test_table)

    client_name varchar2 (50 char),

    login_time timestamp (6).

    logout_time timestamp (6).

    auto_type varchar2 (10 char)

    )

    create table root_table)

    navigation_time timestamp (6).

    client_name varchar2 (50 char),

    VARCHAR2 (50 char) nom_du_groupe

    )

    Insert into test_table

    values ("John", TO_TIMESTAMP ('2013-12-05 17:04:01.512 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), TO_TIMESTAMP ('2013-12-05 17:27:31.308 ',' YYYY-MM-DD HH24:MI:SS.) FF'), 'SIMPLE');

    Insert into test_table

    values ('David', TO_TIMESTAMP ('2013-12-05 06:33:01.308 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), TO_TIMESTAMP ('2013-12-05 06:45:01.112 ',' YYYY-MM-DD HH24:MI:SS.) FF'), 'SIMPLE');

    insert into root_table

    values (TO_TIMESTAMP ('2013-12-05 17:04:01.512 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), 'John', "invalid");

    insert into root_table

    values (TO_TIMESTAMP ('2013-12-05 17:14:22.333 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), 'John', "GROUP_1");

    insert into root_table

    values (TO_TIMESTAMP ('2013-12-05 17:27:31.308 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), 'John', "GROUP_1");

    insert into root_table

    values (TO_TIMESTAMP ('2013-12-05 06:33:01.308 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), "David", "invalid");

    insert into root_table

    values (TO_TIMESTAMP ('2013-12-05 06:45:01.112 ',' YYYY-MM-DD HH24:MI:SS.)) FF'), 'David', 'GROUP_5');

    game results test_table

    client_name

    login_time logout_time auto_typeJohn05/12/2013 5:04:01.512000 PM05/12/2013 5:27:31.308000 PMSIMPLEDavid05/12/2013 6:33:01.308000 AM05/12/2013 6:45:01.112000 AMSIMPLE

    root_table result set

    navigation_time client_name GroupName
    05/12/2013 5:04:01.512000 PMJohnNot valid
    05/12/2013 5:14:22.333000 PMJohnGROUP_1
    05/12/2013 5:27:31.308000 PMJohnGROUP_1
    05/12/2013 6:33:01.308000 AMDavidNot valid
    05/12/2013 6:45:01.112000 AMDavidGROUP_5

    And here is the SQL code I'm writing:

    Select a.customer_name, a.login_time, a.logout_time, a.auto_type, Max (b.group_name)

    from test_table a, b root_table

    where a.customer_name = b.customer_name

    Group of a.customer_name, a.login_time, a.logout_time, a.auto_type

    As the 'invalid' value is greater than the value "GROUP_1" (based on the number of letter in English), the GroupName is returned as 'invalid '. I want to bring the GroupName based on the navigation_time column in the root_table so that it always returns a valid GroupName. Please help me.

    Output current:

    Client_name.      Login_Time.     Logout_Time |     Auto_Type |     GroupName

    --------------------------------------------------------------------------------------------------------------------------------------------

    John |     05/12/2013 5:04:01.512000 PM |     05/12/2013 5:27:31.308000 PM |     SIMPLE |     Not valid

    David |     05/12/2013 6:33:01.308000 AM |     05/12/2013 6:45:01.112000 AM |     SIMPLE |     Not valid

    Expected results:

    Client_name.      Login_Time.     Logout_Time |     Auto_Type |     GroupName

    --------------------------------------------------------------------------------------------------------------------------------------------

    John |     05/12/2013 5:04:01.512000 PM |     05/12/2013 5:27:31.308000 PM |     SIMPLE |     GROUP_1

    David |     05/12/2013 6:33:01.308000 AM |     05/12/2013 6:45:01.112000 AM |     SIMPLE |     GROUP_5

    Thank you!

    Adding INSERT statements, current and planned outputs.

    This...

    SELECT client_name

    login_time,

    logout_time,

    auto_type,

    GroupName

    Of

    (select a.customer_name,

    a.login_time,

    a.logout_time,

    a.auto_type,

    b.group_name,

    ROW_NUMBER() over (PARTITION BY a.customer_name, a.login_time, a.logout_time, a.auto_type ORDER BY b.group_name) rn

    from test_table a, b root_table

    where a.customer_name = b.customer_name)

    WHERE rn = 1;

    OUTPUT:-

    =========

    David DECEMBER 5, 13 06.33.01.308000000 AM DECEMBER 5, 13 06.45.01.112000000 AM SIMPLE GROUP_5
    John DECEMBER 5, 13 05.04.01.512000000 PM DECEMBER 5, 13 05.27.31.308000000 PM SIMPLE GROUP_1

    Thank you

    Ann

Maybe you are looking for

  • Is there a shortcut to the merge/unmerge cells?

    I have not found any shortcut or icon to merge cells in the tables.

  • Upgrade [rpcessor?

    Is it possible to upgrade my CPU of the computers?  It's a HP 2000-2b09WM, but I can't find the processor with the same socket type which is BGA FT1. If I can, or can I not upgrade the processor?

  • UDP protocol? IPv4?

    I was wondering if anyone knows what protocol specific UDP blocks Labviews run on?  IPv6?  TIPC?  I'm assuming IPv4... Thank you -Greg

  • Where is the windows 7 language pack for UK English

    I'll implement the group policy for location specfic UK. I find the settings for the US only checked online can find all language packs except UK! It's a joke.

  • Multiple positions in the PDF signatures

    Signatures in multiple positions in the PDF file. It is essentially a document verification and Validation,where signatures will apply for each scenario present test in paper (4 to 5 signatures on one page).We observed that applying a signature for a