How do I create this table?

When I paste the buy/sell ticket (table) from this page http://www.globalfutures.com/resources/order-placement.asp into Pages, everything comes out fine except the top - the five columns and split row above Buy and Sell labels.
Any idea how I can create these five columns without adding new columns that go down the length of the ticket? Same for the top row that is split by columns (one box has "ticket #" and the other "Global Futures Exchange & Trading Company, Inc.").
I don't know how to create the type of independent columns and rows they are using.

If you're a client of Global Futures Exchange & Trading Co. Inc. (as opposed to being an employee/associate of Global Futures Exchange & Trading Co. Inc.), is there a need to copy the table?
As I read the page, the table is a ticket produced after an order is received, not a form on which to place an order.
All that's needed to place an order is what's described in the section above the table, and illustrated by the single line example:
How to Place Orders
The first thing to understand about order placement is that there is a standardized way in which to place an order. When placing an order, there are several pieces of information that need to be conveyed.
• Name
• Account Number
• Order Type (Day, Open, Option)
• Buy or Sell
• Number of Contracts
• Month
• Commodity
Here is an example:
"This is John Smith, Account 650-12345. Day Order: Buy 10 March E-Mini S&P at 1285.50"
The table appears to be an illustration of the ticket produced by the associate/employee receiving the order.
Regards,
Barry
PS: I'll skip instructrions for constructing the table, as my instructions would be essentially the same as Peter's.
I'd add a note that having the table model wouldn't particularly simplify the task of copying a similar table (and its information) from the web.
B

Similar Messages

  • Give me hints how to re-create this table for best performance

    Dear Friends,
    I do not have any experience in good database desiginig practices. please advise me on this issue.
    i have this table here, it gets only data inserts mostly 99%, no deletes, and very very few updates that is neglizable, please suggest me best storage parmteres,physical attributes. how much PCT FREE, PCT USED,INIT TRANS, MAX TRANS etc, all the i didnt use this storage clauses when i design tables. just a plain table design only. please give me idea, so that i can undesratand with this example and i can use for other tables in my application, our database is Oracle 8i.
    this is OLTP application this table is importnat for all transactions.
    this table gets 3000 records per day, but the number will increase in future.
    CREATE TABLE ticket_master(ticket_no VARCHAR2(20) CONSTRAINT tick_mas_pkey PRIMARY KEY,
    name_of_the_passenger     VARCHAR2(50), /* 10 to 15 characters max */
    nationality          VARCHAR2(50), /* 10 to 15 max */
    passport_id_no          VARCHAR2(50), /* 10 max */
    place_of_issue          VARCHAR2(50), /* 12 max */
    issued_by          VARCHAR2(50), /* 12 max */
    date_of_issue          DATE,
    trip_id               VARCHAR2(20) CONSTRAINT tick_mas_trip_rkey REFERENCES trip_master(trip_id),
    seat_no               VARCHAR2(5), /* 2 only */
    class               VARCHAR2(50), /* 3 to 5 max */
    fare               NUMBER(10,2),
    payment_instrument_no     VARCHAR2(20),
    boarding_from           VARCHAR2(50), /* 10 to 15 max */
    dropping_point          VARCHAR2(50), /* 10 to 15 max */
    journey_from           VARCHAR2(50), /* 10 to 15 max */
    journey_to          VARCHAR2(50), /* 10 to 15 max */
    paid_at               VARCHAR2(50), /* 10 to 15 max */
    gender               CHAR(1));
    and do you want me keep only this table into a seperate table space if so, give me a CREATE command for creating table space with best paramaters as a example.
    thanks in advance.

    My $0.02
    1) Since there are no deletes from the table, PCTUSED isn't going to be much of a factor.
    2) The default PCTFREE of 10% will probably work just fine.
    3) The table design doesn't have any not null constraints. Certainly the primary key and your FK trip_id should be not null. Things like date_of_issue and gender are probably mandatory columns also. The existance of not-null constraints help the CBO in optimizing queries.
    4) It sure looks like the table could be normalized. Particurlarly the nationality column could be brought out into a nation_master table. The resultant FK could then be a number(5,0) which would make the table quite smaller (thus faster to query)...
    5) Keep the table stats up-to-date as the table grows. Let the CBO take care of the rest...

  • How to Create this Table in Java?

    How do i create a table with the heading set out as below. \\i tried to create it using the netbeans ide, with there drag and drop but you cant seem to be able to alter the size of the different tables.
    | Home Win | Draw | Away Win |
    Match | Yours Odds| Actual Odds | Your Odds | Actual Odds | Your Odds | Actual Odds |
    | | | | | |
    | | | | | |
    | | | | | |
    | | | | | |
    | | | | | |

    jamezao wrote:
    How do i create a table with the heading set out as below. \\i tried to create it using the netbeans ide, with there drag and drop but you cant seem to be able to alter the size of the different tables.Did you search in the Swing forum for merging table cells or Multiline table haeders?

  • How do I create a Table of Contents in InDesign CS6 for print that easily converts to epub?

    How do I create a Table of Contents in InDesign CS6 for a print book that easily converts to epub? 
    Can anyone point me to a link for a step-by-step (not a video) on setting up all the elements of a print book properly (pages, table of contents and index) so they will convert and reflow perfectly from print to epub in InDesign CS6. This is not about building an ebook from ground up, but taking 50 backlisted print books (converted from old versions of Quark to InDesign) that now need to be converted to epub formats.
    OR could someone point me to the link in the Adobe InDesign CS6 support that explains how to create a Table of Contents for a print book (5.5" x 8.5", 288 pages), one that will convert when the file is converted to ePub (for MAC OSX)?
    Just downloaded the 706 page inDesign CS6 reference manual from Adobe <http://helpx.adobe.com/pdf/indesign_reference.pdf>  but there's not even a search feature on the pdf file.
    Up until this week, we have only done print books, creating the TOC the old fashioned way, as a fixed page, comprised of two columns: page numbers and chapters/subject. The files I have created are taken by our printer and printed beautifully.
    However, when I convert the same book to epub in CS6, the character and paragraph styles converted beautifully - but everything else is all over the place! The table of contents is on different pages, the columns split apart. That goes for the page contents as well - everything is all over the place. when it's converted to a pdf -- total perfection. Never any problems converting with perfection to pdf format and reading those on the various readers.
    (Thank you so much in advance for any help).

    <http://helpx.adobe.com/pdf/indesign_reference.pdf> Adobe Digital Reader does have a search feature for reading pdfs. Found the TOC instructions on page 176 of 706 pages. 

  • How Do I Create A Table?

    I will admi9t that I am the newest of "newbies" to SQL Server so I pose the basic question : How Do I Create A Table in SQL Server? I read in a book fairly recently how to do this but have forgotten.
    Steve R. Burrus

    "SQL Server 2008 supports the creation of tables using T-SQL, the SQL Server
    Management Studio (SSMS) Object Explorer and the SSMS Database Diagram Editor. Regardless of the tool you choose, creating a table involves naming the table, defining the columns, and assigning properties to the columns. The visual tools (such
    as Object Explorer and database diagrams) are usually the best starting point for creating tables.
    Using Object Explorer to Create Tables
    The Object Explorer in SSMS has a Tables node under each database listed. You can add tables via the Object Explorer by right-clicking this Tables node. As shown below the
    New Table option displayed after you right-click the Tables node in Object Explorer. The top-right side of the screen shown in bleow.it is the table creation screen that allows you to enter the column name and data type and to set the Allow
    Nulls option.
    The data entry area under Column Name is a free-form area where you can define a column name. You can select the data type from the Data Type drop-down, which displays
    the data types available with SQL Server. The Allow Nulls option is Boolean in nature and is either checked or not checked. For each column selected, a Column Properties section is displayed in SSMS, providing a myriad of additional properties that you can
    assign to each column.
    Using T-SQL to Create Tables
    Ultimately, all the tables created with the visual tools can also be created by using T-SQL. As with many of the SSMS tools, database objects can be resolved or scripted into T-SQL statements.
    Let’s examine the T-SQL syntax to better understand some of the table creation options. so let's create a Table name
    test.Customer which has a 5 columns of CustomerID, LastName, FirstName, CreditLine, and CreationDate. so when you execute the bottom code you will have the table. 
    --START with USE command to tell the sql server which database you want to create the table on, this case we want to create the table on Adventurework2008 (it’s a Sample database)"
    USE
    Adventurework2008
    CREATETABLE test.Customer
    (CustomerID
    INT IDENTITY(1,1),
    LastName
    VARCHAR(50)
    NOT NULL,
    FirstName
    VARCHAR(50)
    NOT NULL,
    CreditLine
    MONEY SPARSE NULL,
    CreationDate
    DATE NOT
    NULL)
    GO
    I hope this helps answering your question more or less. Goodluck
    Reference-book:
    Microsoft® SQL Server 2008 R2 UNLEASHED Ray Rankins Paul Bertucci Chris Gallelli Alex T. Silverstein

  • How do I create a table that breaks for new pages?

    I'm running Pages 5.5.1 on OS X Yosemite 10.10.1 and am having difficulty understanding table behavior.
    Scenario 1 - I create a new file and insert a table at the top of the first (blank) page.  It automatically is selected for Object Placement>Move With Text.  If I add rows to this table, Pages automatically adds a new page and breaks the table so that additional cells appear on the new page.  All well and good.  If I change the Object Placement to Stay on Page, the second page and those cells disappear.
    Scenario 2 - I create a file and first add a few lines to the top of the first page.  Then, I insert a table below those lines.  It is also automatically selected for Object Placement>Move With Text.  When I add rows, the table does not break for the second page, but the entire table jumps to the second page.  If I change the Object Placement to Stay on Page, I can then slide the table back onto page one, but as in Scenario 1 the portion of the table which would continue onto page two disappears.
    So, how do I create a table that I can add to a page which is not blank (as in Scenario 2) which will break automatically onto page 2 instead of jumping, and so the rows appear on page two (not disappear as I describe above)?
    Thank you for your help.

    The inline table is supposed to break but like most things Pages 5 it is buggy and erratic in its behavior.
    Use Pages '09.
    Peter

  • How do I create overlapping tables in Numbers?

    I've been fighting with numbers and so far I've found the users guide and help more frustrating than useful.  After much searching, I found out that numbers apparently can't do what I wanted to do (dynamically create the entries in a popup from data on a table.  I *DO NOT* want to edit the popup items directly).
    So I went hunting for a second choice...which I found an acceptable solution, except there are a few critical details missing.  The discussion had this bit in it below.  My question is, how do I create this locked table underneath another cell? I've been unable to find anything searching via google, in numbers help, or the numbers users guide and I'm beyond frustrated right now.  I need step by step instructions and please don't assume I know anything about numbers.
    "The trick is to have a locked table underneath the input cell. The formula will be in the locked table and the input cell will have a transparent Fill so you can see the underlying table content."
    The full discussion is here:
    https://discussions.apple.com/message/11041900?messageID=11041900

    cwolf2k wrote:
    My question is, how do I create this locked table underneath another cell? I've been unable to find anything searching via google, in numbers help, or the numbers users guide and I'm beyond frustrated right now.  I need step by step instructions and please don't assume I know anything about numbers.
    Starting point: A single sheet document with one table. For simplicity, I'll assume the one table is the one inserted on the original sheet, and has not been resized or otherwise reformatted.
    • Insert a second table (Table 2"). Choose Plain as the type. (ie. No header rows, No header columns)
         - Use the Column and Row Handle (bottom right corner of the table); drag it up and left to reduce the table to a single cell.
    • Edit the contents of this cell to contain the formula you wish.
    • Click on the Table 2 icon in the Sheets list at the left to Select Table 2. You will see square handles at the corners (and in the center of the top and bottom edges) of Table 2.
    * Drag Table 2 (the table itself, not the icon) into position in front of Table 1 (the original table). If necessary, use the arrow keys to nudge it into position.
    • Go to the Arrange menu and choose Lock. The square handles will change to grey x characters, indicating the selected object is locked.
    • Click on the Table 1 icon to select Table 1.
    • Go Arrange > Bring to Front. Table 2 and its content will disappear behind Table 1.
    • Open the Inspector and choose the Table inspector. Find the Cell Background section, and click the Color Well below the popup menu (which should say "Color Fill").
    • The Color Picker will open. Move the Opacity slider to the left end of the bar (0). The content of Table 2 will become visible again.
    • To hide the contents of Table 2 when an entry is made in the cell in front of it, you will need either:
           a formula in the Table 2 cell that changes its value to "" (a null string) when the cell in front is not empty, or
           a conditional formatting rule that places an opaque white fill in the front cell when it is not empty.
    The formula or the conditional rule will depend on the possible values to be placed in the front cell.
    Regards,
    Barry

  • How do i create a table of contents from bookmarks?

    How do I create a Table of Contents from the list of bookmarks?  How do I format a Table of Contents?

    Hi Brent!613,
    I think you may have landed in the wrong forum. Are you using Acrobat? If so, this thread from the AcrobatUsers.com may be useful: https://answers.acrobatusers.com/Create-Table-Contents-pdf-Bookmarks-q192651.aspx
    Best,
    Sara

  • How do we create a Table pool

    How do we create a Table pool

    You need to use WLST online. I am not sure what your exact requirements are but one good way of working this is to have a WLST script that deletes all your WL customisations, like connection pools, JMS Servers etc and then creates it. That way you can run the same script repeatedly and it will get everything up to date for you. However you have to remember that everytime you add something new you need to update your delete section. Also your deleting should not fail if the item does not exist. I hope that makes sense!
    As to the specifics of WLST examples to do this then check out the WLST examples in CodeShare.
    If you are still having issues then post another message.
    Geoff

  • How Can I create plan Table

    Dear Experts,
    How Can I create plan Table.
    How can i read it?

    run UTLXPLAN.SQL
    under
    $ORACLE_HOME/rdbms/admin/
    check this link for detailed information
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14211/ex_plan.htm#i19260

  • HT4191 iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.

    iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.  I've seen reference to the  "My iPhone" local storage put no mention on how you create this folder or access this folder within the Notes app.  I realize storing information in a local storage like this provides no syncing between other iDevices but that is exactly what I'm looking for.  I'm running iOS7.0.4 on a iPhone 5S, and a iPad Air.  Any help would be greatly appreciated.

    If you go to Settings > Notes > Default Account you will see "On My iPhone" as the default account and the only choice if you have not enabled syncing Notes in Settings >iCloud or Settings > Mail, Contacts, Calendars. If you have enabled syncing you can still select "On My iPhone" as the default account. When you are in the Notes app you won't see any accounts listed if you have not enabled syncing because they are all in the On My iPhone account and that is the only place possible. It is not a folder that you create.

  • How do I create a table within another table?

    How do I create a table within another table?
    As shown in image below (document created with Words), I already have a table with 3 columns. How do I create another table with 6 columns to tabulate the data (the one below "3.1 Overall")?

    Last time I checked in Pages 5.5.2 that is not possible.
    Peter

  • Cool effect..how can i create this effect on Motion 3?

    that's great.
    Someone please tell me how can i create this effect on motion 3?
    http://www.ayatoweb.com/aetips_e/ae17_mov05e.html
    thanks

    Use the bezier tool to create your shapes, give the shapes an Airbrush outline. Then apply a Write On behavior to each shape. Position the shapes in the timeline so they appear sequentially. To achieve the zooming out effect, you can either scale the whole group, or convert the group to 3D and use the camera to zoom out.

  • I have an old ipod 4G and im trying to create an apple id but got 1 problem... i live in canada so i chose the canada store but its telling me to submit a credit card so i tryied to find the none option! there no none option! how can i create this appleId

    i live in canada so i shose the canada store so now its asking me to add a credit card most people say to chose the none option but there no none option! how can i create this apple id without credit cards or without the none option!

    Either add or credit card or
    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before. Make sure you specify a birthdate that results in being at least 13 years old
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    More details of how:
    http://ipadhelp.com/ipad-help-tips-tricks/how-to-get-free-apps-from-the-app-stor e-without-a-credit-card/

  • How do you create a  table of contents on pages?

    How do you create a table of contents on pages?

    Hi Megan ..
    See page 102 >   http://manuals.info.apple.com/en/pages_userguide.pdf
    You may want to save that PDF file. It will come in handy.

Maybe you are looking for