Can't define columns

Has anyone had problems with defining columns in pages. I went through the process of opening the "Inspector", selecting layout icon and the clicking on the title layout, but when I go to put how many columns I want nothing will type. I just get a bong sound like I'm doing something wrong. HELP!

Before you try to set the number of columns, make sure your cursor is in a part of the document where columns make sense, and where you want the multiple columns to be. If you're in Word Processing Mode, put the cursor in the body by clicking there. If you're in Page Layout Mode, put your cursor in a text box, then set columns.
Jerry

Similar Messages

  • How can i define a boolean variable with the condition if i got a specific text on a selected column?

    How can i define a boolean variable with the condition if i got a specific text on a selected column?
    Example:
    my select results:
    [id = 102] [Company = 'Microsoft']
    If i got microsoft in 'Company' i want to my another table with the columnName "Microsoft" get "true".
    Can you help me?

    That is called 2-table UPDATE.
    Example:
    http://www.sqlusa.com/bestpractices2005/updatewithcorrelatedsubquery/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How can I access user defined column(in query) inside the trigger?

    Hi
    I have 3 unions and each query displays different records on some criteria. I also have a column hard-coded
    Ex:
    select a.col1, a.col2,
    add as update
    from table1 a
    where ...
    union
    select a.col1, a.col2,
    change as update
    from table1 a
    where ...
    union
    select a.col1, a.col2,
    del as update
    from table1 a
    where ...
    And I need to display a column in the report only if update is Add. I was thinking of writing a format trigger for that field. But I do not know how can I access this user defined column named update in the trigger?
    Any help?

    Try ":update" minus the double-quotes. Ex:
        IF :update = 'add' THEN
          RETURN(TRUE);
        ELSE
          RETURN FALSE;
        END IF;
    You'll want to place your hard-coded values in single-quotes. Ex:
        select a.col1, a.col2,
        'add' as update
    - Brian

  • How can I define Double Click Processing in SAP Query ?

    The first question is : How Can I define drill-down for SAP Query report ?
    The second one :  How can I program Double Click in SAP Query report for Different columns like ALV Grid processing ?

    you can attach a repot or at tcode etc in an SAP query using report assignment in SQ01 but as far as i remember you cannot attach multiple reports.
    regards,
    khusro habib

  • How to Insert a User Defined Column with CheckBox In ADF Swings

    I have create JTable by dragging a view object from Data Control Palette .But apart from columns listed in JTable i need to insert a User Defined column with Check Box selection option in each row .
    Can any one help me out to sort the problem.
    Regards
    Bhanu Prakash
    Message was edited by:
    user579125

    I retrieve 10 column from Database and build JTable. But apart from 10 column displayed i need to display one more column( User Defined) at run time with the check box option for each row . Because on select of corresponding check box i need to do some mathematical calculation. add also How do i know whether check box is selected or not.
    Regards
    Bhanu Prakash

  • Can I define a Function as part of the Report?

    In an Oracle Report, I want to define a Function, to use in the report query. I defined a Function CALC_DIFFERENCE under Program Units. It compiled OK.
    But when I tried to use this function in the query it get them message ORA-00904 “CALC_DIFFERENCE” invalid identifier.
    Can I define a Function as part of the Report? Or does it need to be on the database?
    Report Builder 9.0.4.0.33
    Thanks

    You have to put it in the database if you want to use it in your query. The reason is simple: the query runs in the database, so it won't see the function in the Report.
    If you really need the function in the report (because it uses other values only known in the report), you have to create a formula column.

  • Is it Possible to link user defined column of system matrix ?

    HI All,
    Is it possible to link (with ExtendedObject) user defined column  of system matrix?
    For Example, In purchase order form, I have added one column called U_ItemCode (through Tools-User Defined Fields-Marketing Doc). I want to give drill down to Item master.
    Here is the code:
    OColumn = OMatrix.Columns.Item("U_ItemCode")
    olink = OColumn.ExtendedObject
    olink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
    the last line gives me 'Object refrence not set to an instance of the object' error.
    For user form, it works fine (since it has the column defined as LinkedColumn in screen painter). How can we do this in system matrix?
    thanks in advance
    regards,
    Binita

    Hi Binita,
    nice to see you
    i mean the following:
    1.) add the field in marketing document lines -> you need this to store the values in database
    but this user field column will not have the arrow so we do ...
    2.) you also add a linked column to the system matrix. you can copy the values from the udf column
    to your manual added column and than you can use the arrow. (maybe you should disabled this column)
    the result is you have two columns - the udf column and the linked manual column
    i hope you know what i mean - very complicated
    regards
    David

  • Is posible to do a choosefromlist in a user defined column of system matrix

    Hi all,
    I have a question that i can´t solve. Is posible to do a choosefromlist in a
    user defined column of system matrix?How can i do it?and i can use a datatable?How? 
    Thank you all again!
    Regard.

    The answer is No , that I know of.  The matrix permits ony the it_EDIT, it_COMBO_BOX, PICTURE, and CHECKBOX types.  Additionaly it has an LINK_BUTTON type
    Choosefrom list works best with UDOs.  Which means that you have to create your table and specify it in an UDO in order for the choosefromlist to have access to it.
    Maybe there's a manual workaround, like say for instance that if the user clicks the Tab button you can then pop up another screen with a list of items.
    Hope it helps!

  • Tabular model. Define column description to be visible in Excel

    Hello,
    I edit a Tabular Model in SQL Server Data Tools.
    Then I connect to it through Excel, where I see the names of the tables, column and measures.
    I would like to see descriptive names of the entities in Excel. There is "Description" field in a model, but Excel still displays the real names of the columns.
    I can only do that by setting description in the field parameters in Excel for each pivot table(there are many)
    Can I implement such functionality using SQL Server Data Tools fro VS2013 and Excel ? 

    Hi Ruslan,
    According to your description, you created a SQL Server Analysis Services Tabular model project, now you need to define column description to be visible in Excel, right?
    In SSAS tabular, there is a measure property Description
    that description of the measure. The description will not appear with the measure in a reporting client. Please refer to the link below to see the details.
    http://msdn.microsoft.com/en-us/library/hh230824.aspx
    For the tabular model table, the table description property is a text description for the table. In PowerPivot for Excel, if an end-user places the cursor over this table in the field list, the description appears as a tooltip.
    http://msdn.microsoft.com/en-us/library/hh479562.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Can we define MOVEMENT TYPE

    hi,
    SAP Gurus,
    i want to know can we define or copy MOVEMENT type
    with our own reason.....for e.g 561 to Copy my own movement typelike 701 reason very poor quality.....
    please if there any solution please let me know......
    thanks in advance....
    Helpful ans will be rewarded......
    ragards....
    Sunil Rathod......

    Dear Sunil,
    Steps To Create New Movement Types in SAP:
    How to create movement types? What are the steps involved? When will you recommend a new movement type?
    Companies may request a new movement type to differentiate between the inventory posting transaction.  For example, 551 scrap movement type.  Some company may request to have it as 551 for Internal Scrap and Z51 for External Scrap.
    Copy, Change Movement Types
    4.6x
    Assuming I want to create another movement type Z01.
    Transaction OMJJ
    Select the standard movement type 201
    Click copy, then overwrite the 201 with Z01
    Click the Enter button, then click Copy all
    Select the new movement type Z01
    On the left hand column screen, click Reversal/follow-on movement
    Fill in the reversal movement type
    For the rest of the options, you can leave it alone or change it depending on your requirement
    Check this link also:
    http://help.sap.com/saphelp_40b/helpdata/ru/fc/6cec6eb435d1118b3f0060b03ca329/content.htm
    Do let me know in case of any queries.
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh

  • Can we update column in view with some operation

    can we maipulate column of a view containing any arthimetic operation
    if yes, pls explain me some example
    asp

    SQL> create or replace view emp_view as select e.*, (sal + nvl(comm, 0)) total from scott.emp e ;
    View created.
    SQL> desc emp_view
    Name                                      Null?    Type
    EMPNO                                     NOT NULL NUMBER(4)
    ENAME                                              VARCHAR2(10)
    JOB                                                VARCHAR2(9)
    MGR                                                NUMBER(4)
    HIREDATE                                           DATE
    SAL                                                NUMBER(7,2)
    COMM                                               NUMBER(7,2)
    DEPTNO                                             NUMBER(2)
    TOTAL                                              NUMBER
    SQL> update emp_view set hiredate = hiredate + (1/24) ;
    14 rows updated.
    SQL> update emp_view set total = total * 1.5 ;
    update emp_view set total = total * 1.5
    ERROR at line 1:
    ORA-01733: virtual column not allowed here
    SQL>

  • How can i suppress columns in ALV ?? Will reward points.

    Hello Gurus, how can i suppress column in ALV when i`m using the transparent table:
    CALL METHOD grid->set_table_for_first_display
          EXPORTING
            i_structure_name = 'ZIANEXE'
            is_layout        = wa_layout
            is_variant       = wa_variant
            i_save           = 'U'
            IT_TOOLBAR_EXCLUDING = LT_EXCLUDE
          CHANGING
            it_outtab        = itab[]
            it_fieldcatalog  = fieldcat.
    Please help.

    in the fieldcatalog you are providing there is a field NO_OUT use this.
    Loop over internal table and check fieldname. If fieldname = column you want to hide, NO_OUT = 'X'.
    Edited by: Micky Oestreich on May 8, 2008 12:06 PM

  • How can we define custom error page in protal application

    How can we define custom error page in protal application, like we define "jsp Error page " in JSPs

    Hi,
    Check these:
    Customization of Portal Runtime Errors and portal standard error codes
    http://help.sap.com/saphelp_nw04/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/1273b2c413b2449e554eb7b910bce7/frameset.htm
    Regards,
    Praveen Gudapati

  • Can we use Column Names in Parameter Cursor

    Hi
    can we use Column Names in Parameter Cursor??
    DECLARE
    CURSOR Emp_Cur (P_Deptno NUMBER)
    IS
    SELECT Empno, Ename
    FROM Emp
    WHERE Deptno = P_Deptno;
    BEGIN
    FOR Emp IN Emp_Cur(10)
    LOOP
    DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
    DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
    END LOOP;
    FOR Emp IN Emp_Cur(20)
    LOOP
    DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
    DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
    END LOOP;
    END;
    In the above Program, I send Deptnumber. If i send Column names like Empno, Ename. What can i do??
    If Declare Samething Through Parameter Cursor, it doesn't accept VARCHAR2(Size)

    For parameters you don't use size, just the type (DATE, NUMBER, VARCHAR2, CLOB, ...)
    DECLARE
      CURSOR Emp_Cur (P_Ename VARCHAR2)
      IS
        SELECT Empno, Ename
        FROM Emp
        WHERE Ename = P_Ename;
    BEGIN
      FOR Emp IN Emp_Cur('SCOTT')
      LOOP
        DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
        DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
      END LOOP;
    END;

  • How we can replace the column in Core Table plz see this msg

    Hi,
    How we can replace the column in Core Table plz see this msg
    Req:
    when i push the Insert button the data inserted into the Table
    like
    Cols Values
    FOCD      CUFZ14
    PRDCD FU6
    Month 082008
    AgencyCD AG02
    PLAN 123
    This is FO_Plan Table....
    Requirement:
    i need at table show to replace the Prd_CD to Prd_Desc while inserting the above Row....
    There is no Prd_Desc in FO Plan Table....
    Prd_desc comes from Product Table.
    did u get my point...
    how to solve.
    Thanks
    Ram
    Edited by: Ram Vungarala on Sep 24, 2008 9:09 AM
    Edited by: Ram Vungarala on Sep 24, 2008 9:15 AM

    Hi,
    I'm not sure if I understood what are you trying to do. But you can modify your table in a backing bean code. JSF page code for a table:
    <af:table id="product_search_results_tbl" binding="#{backingBean.boundTable}" ... />
    And a backing bean code:
    import oracle.adf.view.faces.component.core.data.CoreTable;
    public class YourBackingBean {
        private CoreTable boundTable;
        public void setBoundTable(CoreTable boundTable) {
            this.boundTable = boundTable;
        public CoreTable getBoundTable() {
            return boundTable;
       public String insertButtonAction() {
          // Bind your button action to this method and modify here your bound table
         return null;
    {code}
    Look for column modification methods in a CoreTable class documentation.
    Marius                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Hyper-V 2012 High Availability using Windows Server 2012 File Server Storage

    Hi Guys, Need your expertise regarding hyper-v high availability. We setup 2 hyper-v 2012 host in our infra for our domain consolidation project. Unfortunately, we don't have hardware storage that is said to be a requirement that we can use to create

  • Problem in output

    REPORT  zmm_matl_desc LINE-COUNT 40 LINE-SIZE 80 NO STANDARD PAGE HEADING. ***************************DATA DECLARATION************************** TYPE-POOLS: slis. TABLES: mseg, mkpf. DATA: BEGIN OF t_mseg OCCURS 0,       mblnr LIKE mseg-mblnr,      

  • FBL1N - vendor ledger

    HI EXPERTS ! The transaction code for the report we r using is FBL1N - vendor ledger. we require the vendor's bank detail in this report at the header i.e. vendor bank name , account no..( basically change layout of report for output ) this detail ca

  • CP 6 Neospeech and Loquendo Speech agents

    Hi All, I recently updated to CP 6.0. Can anyone point me in the right direction to find the updated text to speech agents for NeoSpeech and Loquendo that work with CP 6? I currently have 5.5 installed. I've looked everywhere but I can't find it. Man

  • Burning CDs that store large amounts of music

    Hi, could someone help me? I know someone who has Windows XP and has a bunch of CDs that he plays in his car, and these CDs have a lot of songs on them, around 50-100 tracks. Is it possible for me to burn a CD with iTunes that plays 50-100 songs? Is