Problem selecting a column

According to the user guide:
"1. Select any table cell so that the reference tabs are showing.
2. To select a column, click its reference tab (above the column)."
When I do that the whole table is selected. Is this a bug or am I doing something wrong?

the image doesn't help me any. i can't select a column and centre it, without all cells in the table being centred.
I can do it by manually selecting all the cells in the column, but I have 500 + cells to scroll down through and it takes too long.
I just want to select a column or row and apply a format to it, and I can't do it.
OK, just found out what my problem was. I had merged several cells to create a row near the top. this was preventing selecting anything below. i took out the merged cells and was able to select a column by clicking on the lower, darker shaded portion of the header.
Message was edited by: justgetoutandride

Similar Messages

  • Preview's PDF text select ignores columns and misses word spaces

    I have a number of scanned pdf newspaper articles that I was attempting to copy the text from. Preview appears to register the existence of columns, as there is a pale blue background between the columns.
    However when I use the text select tool, it completely ignores the column - and just selects across all columns. And when I paste the text into my text editor, it's missing all the spaces between the words, and the font size is always huge.
    Conversely, Adobe reader in XP has no problem selecting by column, and the pasted text is also an exact replication of the original content. I don't know why Preview performs so badly in this regard? Anyone else experience any issues with pdf text select?

    Anyone else experience any issues with pdf text select?
    Yes, and not just recently.
    There is a reason Preview is named, well, preview. It is not an authoring environment and PDFs are not meant to serve in that context either...unless maybe you understand all of inherent the font traps, tricks & tips and how to tune your scanning/OCR software to keep rework to a minimum.
    Scanning PDFs is always tricky, and without the occasional heavy metal to bring to the task, it just seems to be that more problematic.
    Keep trying, but I'd really suggest to look to other tools at this time.

  • Select the column details for table in one column as varchar2(32000)

    Oracle Version: ORACLE 10G R 2
    Problem : Select the column details for some tables and want to store the same in VARCHAR2(32000) separated by ||
    Example:
    TABLE_NAME COLUMN_NAME DATA_TYPE
    EMP EMPNO NUMBER
    EMP ENAME VARCHAR2
    EMP JOB VARCHAR2
    EMP MGR NUMBER
    EMP HIREDATE DATE
    EMP SAL NUMBER
    EMP COMM NUMBER
    EMP DEPTNO NUMBER
    EMP RN NUMBER
    Want to store
    COLUMNS (empno||ename||job||mgr||hiredate||sal||comm||deptno||rn);

    SQL> var cur refcursor
    SQL> declare
    ctx number;
    begin
    ctx := dbms_xmlgen.newcontext('select * from emp');
    dbms_xmlgen.setNullHandling(ctx, dbms_xmlgen.empty_tag);
    open :cur for select * from xmltable('for $i in ROW return string-join($i/*, "||")' passing dbms_xmlgen.getxmltype(ctx).extract('ROWSET/ROW'));
    end;
    PL/SQL procedure successfully completed.
    SQL> print cur
    COLUMN_VALUE                                                                                       
    7369||SMITH||CLERK||7902||17.12.1980 00:00:00||800||||20                                           
    7499||ALLEN||SALESMAN||7698||20.02.1981 00:00:00||1600||300||30                                    
    7521||WARD||SALESMAN||7698||22.02.1981 00:00:00||1250||500||30                                     
    7566||JONES||MANAGER||7839||02.04.1981 00:00:00||2975||||20                                        
    7654||MARTIN||SALESMAN||7698||28.09.1981 00:00:00||1250||1400||30                                  
    7698||BLAKE||MANAGER||7839||01.05.1981 00:00:00||2850||||30                                        
    7782||CLARK||MANAGER||7839||09.06.1981 00:00:00||2450||||10                                        
    7788||SCOTT||ANALYST||7566||19.04.1987 00:00:00||3000||||20                                        
    7839||KING||PRESIDENT||||17.11.1981 00:00:00||5000||||10                                           
    7844||TURNER||SALESMAN||7698||08.09.1981 00:00:00||1500||0||30                                     
    7876||ADAMS||CLERK||7788||23.05.1987 00:00:00||1100||||20                                          
    7900||JAMES||CLERK||7698||03.12.1981 00:00:00||950||||30                                           
    7902||FORD||ANALYST||7566||03.12.1981 00:00:00||3000||||20                                         
    7934||MILLER||CLERK||7782||23.01.1982 00:00:00||1300||||10                                         
    14 rows selected.

  • Selecting Multiple Columns in Segment's Column Formula of BIEE Marketing

    Hi all,
    in BIEE 10.1.3.3.1 Marketing Tool we are having problems creating a segment.
    We need the possibility to create a segment filter that contains for example the sum of two different columns ( Num SMS 1 month ago + Num SMS 2 months ago > 100).
    In the "Edit Column Formula Window" the user would like to add the columns from the left panel (like it is suggested in the edit column formula) but this seems to not work, instead when a column is selected a new "Create/Edit Filter" window pops up, therefore the selected column is not inserted in the "Edit Column Formula". We have also tried selecting the "Columns" button but no columns appear ("None").
    We have a work around to this but we can only do it by editing the column formula and adding manually the 2nd column and this is not very user-friendly.
    Does anybody have any suggestions?
    Thank you in advance for your help

    Hi all,
    in BIEE 10.1.3.3.1 Marketing Tool we are having problems creating a segment.
    We need the possibility to create a segment filter that contains for example the sum of two different columns ( Num SMS 1 month ago + Num SMS 2 months ago > 100).
    In the "Edit Column Formula Window" the user would like to add the columns from the left panel (like it is suggested in the edit column formula) but this seems to not work, instead when a column is selected a new "Create/Edit Filter" window pops up, therefore the selected column is not inserted in the "Edit Column Formula". We have also tried selecting the "Columns" button but no columns appear ("None").
    We have a work around to this but we can only do it by editing the column formula and adding manually the 2nd column and this is not very user-friendly.
    Does anybody have any suggestions?
    Thank you in advance for your help

  • How to programmatically select a column in a JTable

    Hi,
    I'm writing a program which requires me to select a column in the JTable through code. The problem is that I could only find getSelectedColumn() function in JTable and no setSelectedColumn().
    Please let me know if there is any workaround for this.
    Regards,
    Derreck

    Hi,
    table.setColumnselectionInterval(index0,index1);
    The above line will suffice your requirement.
    Cheers,
    Gokul.

  • Select single column but multiple rows in JTable

    Hi
    I have a jTable and want to be able to select multiple rows but only in a single column.
    I've set these properties which makes selection almost the way I would like it.
    table1.setCellSelectionEnabled(true);
    table1.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);the only problem now is that the user can select multiple columns.
    Is there a simple way to restrict selection to single column?
    regards
    abq

    table.setCellSelectionEnabled(true);
    table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
    DefaultListSelectionModel model =
         (DefaultListSelectionModel)table.getColumnModel().getSelectionModel();
    model.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);

  • DESFORMAT=XML puts Select list columns in wrong order

    Hey,
    ANYONE ELSE HAVING THIS PROBLEM?
    Scenario:
    1.Run RDF report in IE browser with DESFORMAT=XML
    2.Save the resulting output on Workstation Desktop
    3.Open this output file using EXCEL
    Problem:
    The Select-List columns appear in alphabetical order when viewed in EXCEL
    I TRIED DESFORMAT=XML BECAUSE DESFORMAT=SpreadSheet PRODUCED OUTPUT WITH VERY BAD FORMATING...ROWS NOT ALIGNED...COLUMN HEADINGS SKEWED...LOTS OF BLANK ROWS....LOTS OF BLANK COLUMNS...etc...etc...
    Comments/Suggestions appreciated!

      CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
        EXPORTING
          i_structure_name = 'ZCONTRACT_REPORT'
        CHANGING
          ct_fieldcat      = tbl_alvfieldcat.
    then
      LOOP AT tbl_alvfieldcat INTO wa_alvfieldcat.
        MOVE 'GTBL_REPORT' TO wa_alvfieldcat-tabname.
        CASE wa_alvfieldcat-fieldname.
          WHEN 'DATE_ORDER'.
            wa_alvfieldcat-col_pos = 4.
            wa_alvfieldcat-just = 'L'.
            wa_alvfieldcat-reptext = 'Date Order'.
            wa_alvfieldcat-scrtext_s = 'Date Order'.
            wa_alvfieldcat-scrtext_m = 'Date Order'.
            wa_alvfieldcat-scrtext_l = 'Date Order'.
            wa_alvfieldcat-outputlen = 10.

  • Column selection with column tree model

    Hello!
    I created a column tree model. I would like to be able to select a column when i click on its header. How can I do that? There is no problem to select one item. I try to select all the items of a column but if do that this is the lines which are selected. The item_selection parameter is set to 'X'.
    Thanks in advance,

    Hi,
    I am not sure if I understood your problem right. But just in case, if you are referring to this...
    You say you need a check box to select your nodes. So you would have to add your item names in a separate column and then add the check box in a separate column using ADD_COLUMN method. You would have to use treemcitac structure and make use of ADD_ITEMS to add them.
    Once you add the column for check box, code your logic and build your tree hierarchy with all the correct node keys. For example, the root node will have node_key = 1 and parent_key = 0. The node that comes under the root node in the first hierarchy level will have node_key = 2 and parent_key = 1. Code your logic so that you build your tree hierarchy.
    Build the tree structure using treemcnota as you have done. Add the nodes built using treemcnota using ADD_NODES.
    According to your requirement,
    COL1                                                                           COL2 (for checkbox)  } -> Build using treemcitac
    Preimport (Root)  -> Root Node
    Request Checks (Node_1)  -> parent_key = Preimport
    Check Req Status (Item_1) -> parent_key = Request Checks (Node_1)
    Check Req Scope (Item_2)
    Check Req Componenets (Item_3)
    Object List Checks (Node_2)
    Check obj type (Item_1)
    check deletions (Item_2)
    Object Checks (Node_3)
    "Build the tree nodes using treemcnota and add these nodes using ADD_NODES
    Again, I am not sure if your problem is this. Hope this might be helpful.

  • Select as column

    hi,
    i got problem with this statement
    select q.a, q.b, q.c, (select s.d from table s)
    from table q
    it is possible to use select as column within another select?
    because this fails with error 103..
    thanks

    select /*+xrule*/omh.CODE_OMH,omh.DESCRIPTION, seg.CODE_SEG, segp.CODE_SEG CODE_SEG_P,
    select sum(tri.AMOUNT)
    from
    dw_cons.sdi_dimension sdi,
    dw_cons.ana_dimension ana,
    dw_cons.sdi_dimension sdip,
    dw_cons.org_dimension orgp,
    dw_cons.org_dimension org,
    dw_cons.TRIAL_BALANCE tri
    where tri.code_org = org.CODE_ORG
    and org.CODE_SDI= sdi.CODE_SDI
    and tri.code_org_p = orgp.CODE_ORG
    and orgp.CODE_SDI = sdip.CODE_SDI
    and tri.code_ana = ana.CODE_ANA
    and ana.CODE_OMH = omh.CODE_OMH
    and ana.CODE_OMH = omh.CODE_OMH
    and tri.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdi.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdip.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdip.CODE_SDG = '001039' ----!!!! PARTNER -> SDG ( spolocnost)
    and cin.CODE_SDG=sdi.CODE_SDG
    and sdip.CODE_SEG=segp.CODE_SEG
    and sdi.CODE_SEG=seg.CODE_SEG
    and tri.ROW_SOURCE = 'S'
    ) amount_net,
    (select sum(tri.AMOUNT)
    from
    dw_cons.sdi_dimension sdi,
    dw_cons.ana_dimension ana,
    dw_cons.sdi_dimension sdip,
    dw_cons.org_dimension orgp,
    dw_cons.org_dimension org,
    dw_cons.TRIAL_BALANCE tri
    where tri.code_org = org.CODE_ORG
    and org.CODE_SDI= sdi.CODE_SDI
    and tri.code_org_p = orgp.CODE_ORG
    and orgp.CODE_SDI = sdip.CODE_SDI
    and tri.code_ana = ana.CODE_ANA
    and ana.CODE_OMH = omh.CODE_OMH
    and ana.CODE_OMH = omh.CODE_OMH
    and tri.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdi.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdip.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdip.CODE_SDI = '?'
    and cin.CODE_SDG=sdi.CODE_SDG
    and sdi.CODE_SEG=seg.CODE_SEG
    and tri.ROW_SOURCE IN ('S','A')
    ) no_part,
    select sum(tri.AMOUNT)
    from
    dw_cons.sdi_dimension sdi,
    dw_cons.ana_dimension ana,
    dw_cons.sdi_dimension sdip,
    dw_cons.org_dimension orgp,
    dw_cons.org_dimension org,
    dw_cons.TRIAL_BALANCE tri
    where tri.code_org = org.CODE_ORG
    and org.CODE_SDI= sdi.CODE_SDI
    and tri.code_org_p = orgp.CODE_ORG
    and orgp.CODE_SDI = sdip.CODE_SDI
    and tri.code_ana = ana.CODE_ANA
    and ana.CODE_OMH = omh.CODE_OMH
    and ana.CODE_OMH = omh.CODE_OMH
    and tri.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and sdip.CODE_SDG = '001039' ----!!!! PARTNER -> SDG ( spolocnost)
    and cin.CODE_SDG=sdi.CODE_SDG
    and sdip.CODE_SEG=segp.CODE_SEG
    and sdi.CODE_SEG=seg.CODE_SEG
    and tri.ROW_SOURCE='A'
    ) amount_adj
    from dw_cons.seg_dimension seg,
    dw_cons.seg_dimension segp,
    dw_cons.OMH_DIMENSION omh,
    dw_cons.sdg_dimension sdg,
    dw_cons.elim_type elt,
    dw_CONS.CONSOLIDATION_INTERSECT CIN
    where sdg.CODE_SDG = '006041' ----!!!! SDG ( spolocnost)
    and cin.CODE_SDG=sdg.CODE_SDG
    and cin.CODE_ELT = elt.CODE_ELT
    and elt.CODE_OHH_LEFT = omh.CODE_OHH
    and seg.CODE_SEG<>'?' and segp.CODE_SEG<>'?'
    and omh.CODE_CPE= 'A200703' ----!!!! Aktualna perioda
    and elt.CODE_CPE= 'A200703' ----!!!! Aktualna perioda
    and sdg.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and cin.CODE_CPE = 'A200703' ----!!!! Aktualna perioda
    and elt.CODE_ELT= 'MAJETOK' ----!!!! ELIMINATION_TYPE
    and seg.CODE_SEG IN('C','D','L','R','P')
    and segp.CODE_SEG IN('C','D','L','R','P')

  • Problem with checkbox column in matrix

    Hello.
    I have a little problem with checkbox column in matrix.
    Column is binded to the UserData.
    It has ValOn="Y", ValOff="N".
    I use C++. It is wird problem. In matrix I have 10 columns - scrollbar role and if You want see checkbox column, You must role to the right. If this column is on the screen, and I use:
    checkcell->PutChecked(VARIANT_TRUE);
    then the checkbox is cheched, and if the checkbox isn`t on the screen and I use this comment - it nothing happening.
    I tried to use ValOn="Y", PutChecked...
    The problem i solved if the column is on the screen - if the column is first in matrix or second, but if it`s last I have a big problem.
    My column with checkbox is not editable, but I tried to make it editable, check it, and then make it uneditable - the same efect.
    How can I solve it ?
    Sorry for my english.
    Kamil Wydra

    Hello Kamil,
    I am not sure about your problem, but here is an example of how to use checkbox in UI API.
    First, create the matrix with checkbox column in Screen painter, and the output is an xml file, like this. Type as 121 indicates that it is a check box.
    - <column AffectsFormMode="0" backcolor="-1" description="" disp_desc="0" editable="0" right_just="0" title="Rented" type="121" uid="Rented" val_off="N" val_on="Y" visible="1" width="41">
      <databind alias="U_RENTED" databound="1" table="@VIDS" />
      <ExtendedObject />
    Second, bind the column to table from DB. This is a bug of 2004 Screen Painter, so if you are using 2005 Screen Painter, there is no problem.
    Third, when you open the form, you can check and uncheck the cell.
    BTW, please set the editable of the column to true.
    Hope this helps,
    Nick

  • How to select all columns in a trigger?

    I add a "before delete" trigger on a table, in order to insert the records to a backup table before they are deleted.
    but I cannot write like this : insert into t_backup select * from :old;
    The table has more than 30 columns so I don't want to select them one by one, how can I select all columns?

    Yes, it is possible by writing something like this :
    where col1 = :old.col1; But it is not directly supported. First, we need a package to remember all the OLD records:.... and please see below link for complete code in action :
    http://www.dbforums.com/oracle/925729-trigger-back-up-data.html
    What I am doing here, just copying the code and replacing "emp" with "test" (The table name on which I am going to apply this using notepad find and replace):
    SQL> select * from test_backup;
    no rows selected
    SQL> select * from test;
             A
             1
             2
             4
             5
    SQL> select * from test_backup;
    no rows selected
    SQL>
    create or replace package test_trg_pkg as
      type test_type is table of test%ROWTYPE index by binary_integer;
      test_tab test_type;
    end;
    create or replace trigger test_bds before delete on test
    begin
      test_trg_pkg.test_tab.delete;
    end;
    create or replace trigger test_adr after delete on test
    for each row
    declare
      -- To allow us to select the old values
      pragma autonomous_transaction;
    begin
      select *
      into   test_trg_pkg.test_tab(test_trg_pkg.test_tab.COUNT+1)
      from   test
      where  a = :old.a;  <----- Here you have to give your column name.
    end;
    create or replace trigger test_ads after delete on test
    begin
      for i in 1..test_trg_pkg.test_tab.COUNT loop
        insert into test_backup values test_trg_pkg.test_tab(i);
      end loop;
    end;
    SQL> delete from test where a=1;
    1 row deleted.
    SQL> select * from test_backup;
             A
             1
    SQL> delete from test where a=2;
    1 row deleted.
    SQL> select * from test_backup;
             A
             1
             2
    SQL>Regards
    Girish Sharma

  • How to get Select All or select Multiple columns  in OOALV

    HI Experts
    i'm assignig internal table to dynamic internal table(FS_IST_TABLE) for to display the output.
    but i'm not geting the Select ALL Option. and i can't select multiple columns at a time.
    where i can select only one column.
    how can i select multiple columns.
    please any one help me.
    regrads,
    rathan.

    Hi,
      If we want to select the multiple columns in the alv by using ooabap
    so in the class CL_GUI_ALV_GRID  it is having one method SET_TABLE_FOR_FIRST_DISPLAY
    it is having one importing parameter IS_LAYOUT of type lvc_s_layo type
    and this structure contains one field SEL_MODE and set that field value as 'A'.
    then we can select the multiple rows in alv grid

  • How do I select multiple columns in a recordset

    I am very new to Dreamweaver/PHP/MYSQL
    I have created my recordset but I cant work out how I select multiple columns.
    How do I select multiple columns, I want to search for data that is spread over different columns.
    My recordset looks like this just now.
    SELECT *
    FROM names
    WHERE nameone = john
    I have 11 columns where the name john my or may not appear so how would I select all the columns. What would the recordset look like.
    As I have said I,m very new to this  and forgive me if what i have just said makes no sense.
    Thanks

    >I have 11 columns where the name john my
    >or may not appear so how would I select all
    >the columns. What would the recordset look like.
    You could try a Full-Text search (if mysql supports it) but on the surface, this sounds like a badly designed data structure. What does your database and table design look like?

  • What is the difference betwwen SELECT ALL Column and Select Speceific Colum

    Hi All,
    If the block size of the database is 8K and average row length is 2K and if we select all column of the table the I/O show that it had read more blocks then compare to
    specific column of the same table. Why is this?
    Secondly if Oracle brings a complete block is the db buffer cache, while reading block from disk, they why there is a difference of block count in two queries.
    This difference reveals to me when I check the EXPLAIN PLAN for two different queries against the same table but one select all columns and the other one select specific column.
    Kindly help me in clearing this confusion.
    Regards,
    Kamran

    user1514587 wrote:
    >
    Usually, indexes are smaller (contain fewer blocks) than the table - ergo, select empno from emp could be satisfied by reading fewer blocks.
    what if there is a composite Index on a table containing 3 to 4 columns and the size of table is in 100 of GB and Index size itself is vey large then I think Oracle will go for FTS and small Index scan will be expensive. Kindly Share your thoughts.
    Regards,
    KamranHandle:     user1514587
    Status Level:     Newbie (5)
    Registered:     May 9, 2011
    Total Posts:     21
    Total Questions:     13 (12 unresolved)
    I think you wastes everyone's time here since you rarely get answer to any posted question

  • SAPGUI JAVA 7.10 (OSX 10.5.1): cannot select multiple columns in ALV

    Hi,
    in sapgui java 7.10 (on mac osx 10.5.1) I cannot select multiple columns in ALV reports.
    I can do it only in some transactions (like SE16). But on all our custom reports (REUSE_ALV_GRID_DISPLAY) in does not work.
    Any hint?
    Many thanks,
    Lorenzo

    Hi Lorenzo,
    did you double check if selecting multiple columns works with SAP GUI for Windows in the same report?
    If yes, I suggest to file a bug report so we can do a remote logon to run your custom report.
    If not it might be because of REUSE_ALV_GRID_DISPLAY itself or your parameters calling REUSE_ALV_GRID_DISPLAY.
    Best regards
    Rolf-Martin

Maybe you are looking for

  • A Choir Query - from FinalePM to GarageBand3 (and back?)

    The Challenge: A Mac-based filmmaker/video editor anxiously seeks advice from experienced users of Finale and GarageBand who know the inner mysteries of MIDI (and may also be proficient with the likes of LogicExpress). In a nutshell, I'm struggling t

  • Purchased extra storage for photos

    Hi, i have purchased an extra 200gb of storage for photos (newbie to mac here) , can anyone tell me if my photos are saved to iCloud do they stay there until i delete them or do they delete after so many days ?  I bought the 200gb as somewhere to sav

  • How to display multi-line event in Ical

    I read that you could display multiple lines of an event description in ical using Option-enter. This works...However, after I select "All Day" event, it reverts it back to single line display on my monthly view. I want to be able to print my ical Mo

  • SQL slow after upgrading to Oracle Database 10g Enterprise Edition Release

    Hi all: We have recently upgraded our database from Oracle9i Enterprise Edition Release 9.2.0.6.0 to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 After that we found that our some sql getting very slow for example query with 9i showing r

  • Group and Merge Delimited List

    Hi All Is there a way we can sort the result of Group and Merge processor->Delimited list values ? I see none in the options and it seems sorting them in alphabetical order. Thanks, Sid