Adding a single table cell

In other spreadsheet programs I have been able to add a single cell to a column without having to copy and pste the entire column. Is there a way to do this in Numbers?

We can do that … if we use one of my scripts
http://discussions.apple.com/thread.jspa?messageID=6415242
or, go to my idisk:
<http://idisk.me.com/koenigyvan-Public?view=web>
then download:
foriWork:for_Numbers:move_one_cell_down_orright.zip
foriWork:for_Numbers:move_one_cell_up_orleft.zip
Yvan KOENIG (from FRANCE samedi 23 août 2008 13:10:41)

Similar Messages

  • Adding a single table without a logical join to another table (OBIEE 10g)

    Sometimes I want to just display a single table without a logical join to another table in the repository. However, everytime I move it to the Business Model and Mapping layer and perform a Global Consistency Check, it tells me that it needs a logical join and I am forced to create another table to join to it. Thus creating a dimension-fact relationship. There are times I don't need this relationship and just want to display some data. Is there anyway to get around this?
    Thanks in advance!

    Yes,You have to create a join.You cannot take single table to BMM layer.You can create an alias of the table.Join this alias and base table through any common column and take both tables to BMM and desired table to presentation layer.
    Another way is to create a view in physcial layer.Write a select statement like
    Select primary_key from Table
    Where primary_key is primary key of base table.Join this view ith base table and repeat the steps defined for Alias.
    Regards,
    Sandeep

  • Setting a CellEditor on a single table cell

    I am trying to get a combo box of choices to display for single cell of a JTable. I currently implemented a 2 column table that contains a key in the first column and a value in the second column. What I want to do is set the second column for a particular "key" to use a combo box to display a list of choices. Is this possible??

    You can set the editor for a specific column, but if you want to set it for one specific cell, you probably have to subclass JTable and override getCellEditor(int, int).

  • Pages (5.2.2): Split a single Table Cell

    Hi everyone,
    Is there anyway to split a single Cell in an existing Table?
    Thanks for your help,
    Prusten,

    …and you win!
    Peter

  • Color of single table cell

    Hi,
    I have created a Web Dynpro table. Now I want to set the color of a single cell depending on its value and the row number.
    Is it possible? Are there any examples or tutorials for CE 7.11?
    Thanks ahead,
    Bernd

    Ok,
    situation is as follows:
    Context:
    --> Table1 (table data source)
    attr1
    attr2
    attr3
    attr4
    In wdDoModifyView (the relevant things - short form):
    table = (IWDTable) view.createElement(IWDTable.class, "Table1");
    WDNodeInfo table_node = wdContext.getChildNode("Table1",0).getNodeInfo();               
    table.bindDataSource(table_node);
    editor = (IWDTextView) view.createElement(IWDTextView.class, editor_id);               
    column = (IWDTableColumn) view.createElement(IWDTableColumn.class, column_id);
    column.setTableCellEditor(editor);
    table.addGroupedColumn(column);
    Now I want to set the TableCellDesign of a single cell depending on its value.
    Regards, Bernd

  • Multiple rows in a single table cell - Adobe forms

    Dear All
    I am developing an adobe form which conatins a table alongwith other screen/ form elements.
    This table is bound to a data node and contains only two columns. Number of rows will be determined at run time.
    Each cell of the table will contain three rows seperated by a space in between them. Please refer to the diagram below for more understanding.
    Yes
    ABC
    No
    PQR
    Not Known
    XYZ
    I have no idea how to achieve this.  Can anyone help?
    Regards
    Vineet Vikram

    Hi,
    Here are the steps how you can do it.
    1. Create a table.
    2. In the Library palette, click the Standard category and drag the Table object into a cell in the main table.
    Note: If you selected Donu2019t Show This Again in the Insert Table dialog box, when you select the Table object from the Library palette, LiveCycle Designer automatically inserts a table with the same number of columns and rows that you inserted the last time you used the Insert Table dialog box.
    3. In the Insert Table dialog box, enter the number of columns and rows. You can enter a maximum of 20 columns and 50 rows. You can add more columns and rows after the table is created by using the Insert commands on the Table menu.
    4. To add a header row, select Include Header Row In Table.
    5. To add a footer row, select the Include Footer Row In Table.
    6. Click OK.
    Regards
    Runal

  • Adding Image to table cell

    hello,
    I want to add Image related to particular file to cell of the JTable,
    I already have name of the file in cell but want to display file or directory name with its related icon.
    i am using TableCellRenderer ,but don't know how to keep both filename and icon.
    tell if you are aware of it.
    thanx

    The cell renderer component for the DefaultTableCellRenderer is a JLabel and this has a setIcon() method. You can extend this DefaultTableCellRenderer and inside the getTableCellRendererComponent(JTable table,
    Object value,
    boolean isSelected,
    boolean hasFocus,
    int row,
    int column) method you decide from the parameters which Icon (or ImageIcon) you want to display and then use setIcon() .

  • How can I save semi opaque background fill in a pages table cells?

    I am trying to add background colour fill to some cells of a table.  Solid, 100% fill is easy, but when I slide the opacity slider in the colours window and add to a cell, the new colour can be added to the table cell, but only saves as the full 100% colour in the saved document.  I save the Pages document as a Word document.  Thanks for any help.
    George

    How does it work if you save the document as the native .pages format? A lot of Pages features doesn't convert well to Word, or vice versa. Don't expect Pages to be a cheap Word substitute.
    I can't check out what you are describing as I don't have Word.
    Tip: Always save first as .pages, then you can EXPORT to another format. PDF is better format to retain what you have acheived in Pages.

  • Table cell is longer than 176 cm in smartforms

    Hi all,
    While printing the smart form  output it is giving
    error : single table cell is longer than 176 cm
    I found the problem , one of the table field is getting more records
    Those records are not fitting in the screen  , what I will do?
    I referred note #690836 in this I found this solution ..
    u201Cif the text is really longer than 176 centimeters, it cannot be output in a table row. In this case, you must switch to a normal text output in a loop before outputting the table.u201D
    How can I switch to normal text output ,can any one give clear idea  about this
    Inside main table i find one loop condition which is printing more data..

    the problem is the length is so huge it will probably not fit on a single page...
    anyway the smarter way to solve it would be to split the contents of your field into another internal table and put the records of this internal table in different rows of your table
    I guess your field is of string type, then you can use function module SO_STRING_TO_TAB to get your contents into SOLI format then it will be easier to output it

  • How to add colors to table cells

    Hi ALL,
    Does anyone have any idea of adding colors to table cells?For example i am displaying monthly chart in a table view i want to fill the cells with colors when columns are saturday and sunday.
    Thanks in advance

    Hi,
    I want to pass the colors at bean level.For example
    private DefaultTableViewModel createNewTable
                                      (DefaultTableViewModel model) {
            Vector data = createData();
            Vector colName = new Vector();
            /* Define column names */
            colName.addElement("1stColumn");
            colName.addElement("2ndColumn");
            colName.addElement("3rdColumn");
            model = new DefaultTableViewModel(data, colName);
            return model;
        private Vector createData() {
            Vector dataVec = new Vector();
            Vector retVector = new Vector();
            /* 1st entry */
            dataVec.addElement("Row 1, Column 1");
            dataVec.addElement("Row 1, Column 2");
            dataVec.addElement("Row 1, Column 3");
            retVector.addElement(dataVec);
            /* 2nd entry */
            dataVec = new Vector();
            dataVec.addElement("Row 2, Column 1");
            dataVec.addElement("Row 2, Column 2");
            dataVec.addElement("Row 2, Column 3");
            retVector.addElement(dataVec);
            /* more entries */
            return retVector;
    suppose I want to pass the color at Row2,Column1.Can anyone post the sample code ?
    its little urgent.Thanks in advance

  • Inserting multiple checkboxes into a table cell

    Hi all, new to Livecycle so I could use a little advice.
    I'm trying to insert multiple checkboxes into a single table cell, but as far as I can tell that seems impossible as one checkbox fills the entire cell. Now how do I go about splitting the table cell into 2 rows so that I can insert both of the checkboxes?
    I've also got to add a button to create new rows for the table on click so I don't know if that will factor into the answer.
    |        Header               |           Header2             |           Header3           |
    |                                  |                                      |__________________|
    |                                  |                                      |                                    |
    I hope this crappy ascii drawing comes out right, but that's what I need to happen.
    Thanks!

    Hi Chris,
    I think this should give you what you need: Working with a Multiple Select List Item
    --Jennifer                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to prevent a JButton in a Table Cell from stretching its size.

    Hi,
    I have JButton added to a Table Cell. But the button is filled up by covering the whole area of the cell and when I go for increase the width of the Table column, the button size is also stretched up along with the column's increasing width. How can I implement a solutiong so that I have a preferred size for the button so that when I go for stretch the column, the button should retain its preferred size. That mean it should not be stretched.
    I hereby added the code for a reference,
        // ButtonEditor
        class ButtonEditor extends DefaultCellEditor {
            private static final long serialVersionUID = 42L;
             private String    label;
             private boolean   isPushed;
                    protected JButton button;
             public ButtonEditor(JCheckBox checkBox) {
                  super(checkBox);
                  button = new JButton();
                  button.setOpaque(true);
                  button.addActionListener(new ActionListener() {
                       public void actionPerformed(ActionEvent e) {
                            fireEditingStopped();
              * Override the DefaultCellEditor inbuilt method
             public Component getTableCellEditorComponent(JTable table, Object value,
                       boolean isSelected, int row, int column) {
                  if(value.equals(AdminToolsRes.resBundle.getString("nei.label.blockSync"))){
                       label = (value == null) ? "" : value.toString();
                       button.setText( label );
                       isPushed = true;
                       return button;
                  else
                       return null;
              * Stop cell editing
             public boolean stopCellEditing() {
                  isPushed = false;
                  return super.stopCellEditing();
              * call the fireEditingStopped method
             protected void fireEditingStopped() {
                  super.fireEditingStopped();
              * sets the cell editable to True
              * @return
             public boolean isCellEditable(){
                  return true;
        //ButtonRenderer
        class ButtonRenderer extends JButton implements TableCellRenderer {
            private static final long serialVersionUID = 42L;
             public ButtonRenderer() {
                  setOpaque(true);
              * Override the TableCellRenderer inbuilt method
             public Component getTableCellRendererComponent(JTable table, Object value,
                       boolean isSelected, boolean hasFocus, int row, int column) {
                  if (isSelected) {
                     setBackground(table.getSelectionBackground());
                 } else{
                     setForeground(table.getForeground());
                     setBackground(table.getBackground());
                  if(value.equals(AdminToolsRes.resBundle.getString("nei.label.blockSync"))){
                       setText( (value == null) ? "" : value.toString() );
                       return this;
                  }else{
                       JTextField txtFld = new JTextField();
                       txtFld.setBorder(null);
                       txtFld.setText((value ==null) ? "" : value.toString());
                       if(isSelected){
                            txtFld.setForeground(table.getSelectionForeground());
                            txtFld.setBackground(table.getSelectionBackground());
                       return txtFld;
        }Please help me in answering the question.
    SumodeV

    I feel, here the JPanel also might get stretched up.All renderers are sized to fill the entire area of the cell, so yes, the panel will get stretched, but the button won't. That is why the suggestion was made.
    All renderers are sized to fill the entire area of the cell.
    Not sure, but you might be able to override the JTable.prepareRenderer(...) method to reset the size of the button back to is preferred size. I have no idea how this will affect the rendering.

  • How to remove multiple components border inside a single table column cell

    Hi,
    I'm adding multiple components to a table cell. To provide a good layout I'm using the following component hierarchy in a table column - table-->groupPanel--> gridPanel-->staticText Components 1 ..2 ..3. Now when I do preview in browser or run the app, the table shows up fine, but textComponent s(1,2,3) in the column are each surrounded by a border (which is the width of gridPanel border). Is there a way to get rid of this border?
    This only occurs when you add multiple components in table cell, under gridpanel layout component.
    I've tried searching for a way to remove the grid pane layout component border but couldn't find any info. Used style class border setting to not set but that doesn't help either. I checked forums, tutorial, learning sections etc., but no success. Any help or direction is appreciated..
    Thanks
    -Vinod

    Hi ,
    Can you please post the query ..what u have tried ...
    SQL&gt; select sub from coa1;
    SUB
    XY
    XY
    XY
    XY
    XY
    HXY
    HXY
    HXY
    8 rows selected.
    SQL&gt; select obj from coa1;
    OBJ
    AM
    AM
    AM
    AK
    AK
    AK
    ATK
    ATK
    8 rows selected.
    SQL&gt; SELECT OBJ FROM COA1
    2 UNION ALL
    3 SELECT SUB FROM COA1;
    OBJ
    AM
    AM
    AM
    AK
    AK
    AK
    ATK
    ATK
    XY
    XY
    XY
    OBJ
    XY
    XY
    HXY
    HXY
    HXY
    16 rows selected.
    SQL&gt; insert into coa2 (obj)
    2 (
    3 SELECT OBJ FROM COA1
    4 UNION ALL
    5 SELECT SUB FROM COA1
    6 );
    16 rows created.
    SQL&gt; select * from coa2;
    OBJ SUB MCU DOC F
    AM
    AM
    AM
    AK
    AK
    AK
    ATK
    ATK
    XY
    XY
    XY
    OBJ SUB MCU DOC F
    XY
    XY
    HXY
    HXY
    HXY
    16 rows selected.
    SQL&gt;
    i tried the same it worked fine .....
    so u can combine select and insert statements .. you can get the required result.....!
    Thanks
    Ananda
    Edited by: Ananda on Feb 2, 2009 7:38 PM
    Edited by: Ananda on Feb 2, 2009 7:52 PM

  • Adding button to a custom table cell (and handling them)

    Hi
    I'm wondering if it's possible to add a button on each row of a table view using a custom table cell view. If it's possible, I'm really wondering how I can handle the click events on these buttons.
    Thanks

    No.
    Try creating a view and adding it to a cell. Let us know what problems you have, and we can try to help.

  • 6575722.994:   ADDITIONAL BLANK TABLE CELLS ADDED IN RTF HEADER

    HI all,
    XML:5.6.3
    APPS:11.5.10.2
    Please advice,
    RTF template associated with PO Output for Communication (tempalte uploaded). When previewed,
    data displays correctly.
    When output is viewed from Application, additional blank table cells are added in header area.
    These blank table cells are unwanted.
    Also :
    If I have multiple pages of output, the application is losing the header and footer after the
    first page.
    If I preview the template from Microsoft Word with the same output, the header and footer shows on
    all pages.
    Customer said:
    'not looking for help designing the template - I have a template that gives
    different output when output is viewed in the template builder and compared against the output from the application.
    I am looking for assistance on which output is incorrect, and what cna be done to ensure both outputs are consistent'
    thxs!

    check if you have any carriage return,or extra space in your tag
    or if you are using 'IF' condition try using @inlines.
    these are the general situations were extra space is created in your output

Maybe you are looking for

  • Cash Management

    Hello All, Would appreciate guidance wrt implementation of Cash Management. We would be using LSMW for update our Master data with the Planning Groups / levels. However, not aware of the Cash Management Implementation Tool and it's associated problem

  • How To "Start From Scratch" and Build a Clean iTunes Library on a Portable USB External Drive?

    A while ago I posted about my confused (and confusing) mess of an iTunes: https://discussions.apple.com/message/16183210#16183210 While dozens looked I guess eveyone agreed with me "what a mess" and moved on. So ... someone at the Apple Store suggest

  • My apple id account had wiped my wifes iphone when trying to back hers up, can i get her back?

    i have backed my iphone up to the computer and when trying to back my wifes up, it then deleted her account and all her contacts and changed her phone to be identical to mine and is now registering as my apple id account rather than hers, is there an

  • Adobe flash player can install in mobile phone?

    where can find the adobe flash player that can install in mobile phone???

  • Output file based on block

    CREATE OR REPLACE PROCEDURE A516907.run_query2(p_sql IN VARCHAR2                                      ,p_dir IN VARCHAR2                                      ,p_header_file IN VARCHAR2                                      ,p_data_file IN VARCHAR2 :=