Mastead Followed by Columns

How do I do that? Like an old fashioned newspaper? When I place the cursor below the masthead were I want the columns to begin, the masthead becomes part of the columns as well. Don't want that.
Thanks!

You could use text boxes for the masthead or use layout breaks. Here's a picture of a page of a newsletter I did in Pages '05. The "invisibles" show the breaks.

Similar Messages

  • Report Does Not Follow Select Column Order

    Hi all,
    Apex 2.2 on 10gXE
    I always encounter this problem, the display column on report does not follow the select column sequence order in the "region source".
    It is very tedious clicking the up/down arrow one-by-one in the "report attributes" especially if the display columns are plenty like 40 columns.
    Is there a fix/patch or alternative tips for this bug?
    Thanks a lot,
    Edited by: 843228 on May 24, 2011 10:32 PM

    Apex 2.2 on 10gXEStart by upgrading from this old unsupported version.
    >
    I always encounter this problem, the display column on report does not follow the select column sequence order in the "region source".
    It is very tedious clicking the up/down arrow one-by-one in the "report attributes" especially if the display columns are plenty like 40 columns.
    Is there a fix/patch or alternative tips for this bug?
    >
    This is not a bug. APEX maintains the original column order of the report. This avoids problems downstream in areas like the processing of <tt>g_fnn</tt> arrays in declarative tabular forms, where the assigned arrays are column-order dependent.
    APEX 4.x fixes column ordering bugs that could lead to report corruption, and includes drag-and-drop column ordering in the new tree view in addition to the up/down arrow re-ordering.
    If you really want column order to follow that in the source query, the workaround is to create a new report using the modified query.

  • 11.1.2 FR Column formula not working for rows other than first

    Hi All,
    I've a FR Grid with following layout
    Columns: Budget, Forecast, Var(Var being a formula col with the formula COL[A]- COL)
    Rows: Children of Total_Cost_Centre, Children of Total_Projects, ACC.10101
    Suppress MISSING on for row
    When i run the report, the rows show the valid combinations having data but the VAR column shows value only for the first combination while for rest of the rows it shows 0.
    The row selection is in one row only, not separate rows so there is no specific setting that could create the difference in results.
    Any help would be greatly appreciated.
    Cheers,
    Abhishek

    Hi All,
    I've a FR Grid with following layout
    Columns: Budget, Forecast, Var(Var being a formula col with the formula COL[A]-COL)
    Rows: Children of Total_Cost_Centre, Children of Total_Projects, ACC.10101
    Suppress MISSING on for row
    When i run the report, the rows show the valid combinations having data but the VAR column shows value only for the first combination while for rest of the rows it shows 0.
    The row selection is in one row only, not separate rows so there is no specific setting that could create the difference in results.
    Any help would be greatly appreciated.
    Cheers,
    Abhishek

  • Creating a Formula on an Exception aggregation Total Column

    Hi SDN Community,
    I have the following scenario
    Column A    Column B     Column C
    value1                1                value1 divided by total of column B
    value2                1                value2 divided by total of column B
    value3                1                value3  divided by total of column B 
    Totals
    Value123       3
    I have created a CKF with only th value 1 in it and put in the column B, and placed after Aggregation on the properties of the CKF to derive the total result for column B successfully
    I now want to create in Column C a formula which divides the value by the result of the column B.
    I have tried using the formula
    Column A / SUMCT Column B
    where the SUMCT Column B value should be = 3
    Does anyone have any ideas for the above.
    Thank you.
    Simon

    Attached is the communication from SAP whom have assisted in resolving this particular part of the overall issue.  I hope it is useful to the community
    15.10.2007 - 10:29:27 CET    SAP    Reply 
    Dear customer,
    Thanks for your message.
    I logoned on your OBA system and checked this query.
    You set property "Calculate result as" to "Counting all values" for
    key figure "counter", so that you got 6 in result row of "counter".
    So I think this "Counting all values" setting is working.
    It seems that you want to get the average value by 3,628 / 6 for the
    formula that you described, I would rather suggest you to choose
    "Calculate result as" to "Average of all values" for this formula.
    Then you can get the desirable result. Or the result row will add
    all single values together by default.
    Hope above information helps you on this issue.
    Best Regards,
    Patricia Yang
    Support Consultant - Netweaver Business Intelligence
    SAP China
    16.10.2007 - 06:49:24 CET    SAP    Reply 
    Dear customer,
    Thanks for your update.
    As for the 3 decimal place issue, it is described in attached note
    959467. Would you please have a look at it? (especially point 3 and 4)
    As of BW 3.5 SP18(yours is SP19), the behavior is changed.
    And you will have at least 3 decimal places in your situation.
    Best Regards,
    Patricia Yang
    Support Consultant - Netweaver Business Intelligence
    SAP China
    Info to SAP 
    16.10.2007 - 12:28:46 CET    BW Basis Support    Info for SAP 
    Hi Patricia,
    Thank you for your reply,
    is my understanding correct, that SP20 or the implementation of the
    correction notes in OSS Note 995517 will remove the decimal places in
    the Results rows of the query i have developed which has set "average
    of all values" on the calculated key figure column.
    I have also raised the following OSS Message, to which i mistakenly
    left at Medium Priority but which should be set to High.
    Can you please pick up the following message for your continued
    diagnosis:
    Suppress Hierarchy nodes for the display hierarchy ( 0000866034/2007 )
    Thank you.
    Simon Haddad
    16.10.2007 - 07:46:40 CET    SAP    Reply 
    Dear customer,
    For the situation 4 of note 959467, we have note 995517 which can
    reverse this behavior back as desribed in note 959467 itself.
    However for situation 3, we cannot change this behavior at this moment.
    I am sorry that I didn't see your latter inquirement about the
    hiding hierarchy row issue before I replied to you last time.
    By your description, I am not sure why it doesn't work as you expect,
    however since we should only have one issue in one message as stated
    in note 50048, could you please create another message about this?
    Thanks for your cooperation.
    Best Regards,
    Patricia Yang
    Support Consultant - Netweaver Business Intelligence
    SAP China

  • Update all rows in a View Column via one Apex Form field

    Appreciate any helpful answers to this query.
    I have an Apex App (4.x) where I have a view: PRICE_MODEL_CRA_V
    In the view, I have the following applicable columns:
    COUNTRY
    GRADE
    SALARY
    In the form I have the following fields
    :P16_COUNTRY (DROPDOWN)
    :P16_GRADE (DROPDOWN)
    :P16_SALARY (Number)
    In my app, I have a form with an Update button. I am simply trying to get Apex to update all rows in the salaray column in the view, where the country and grade match.
    I've the following code for the Update button:
    UPDATE PRICE_MODEL_CRA_V
    SET SALARY = :P16_SALARY
    WHERE COUNTRY = :P16_COUNTRY
    AND GRADE = :P16_GRADE
    The option I have chosen in condition type is:
    Value of Item / Column expression is NOT Null (as there are values in the column)
    Also tried SQL Expression and it does not like..says that there is No Expression.
    Thanks again if anyone can help :)

    Hi,
    Sorry I realize now that piece of information was not well supported.
    If I choose SQL Expression for Condition Type in my Form Page and I try to Apply Changes
    Apex says this..
    •Failed to parse SQL query!
    ORA-00936: missing expression
    I was assuming that I need to have the colon for the items in the form where I am wanting Apex to grab the values entered by the user. I tried them without the colons with the SQL Expression condition and same result.
    UPDATE PRICE_MODEL_CRA_V
    SET SALARY = P16_SALARY
    WHERE COUNTRY = P16_COUNTRY
    AND GRADE = P16_GRADE
    I did put 1-1/0 in my expression field and applied changes and then tried ot submit the form and it does not produce an error, so perhaps it is not being called? Where would I start with troubleshooting that?
    Thanks,

  • Error in Creating a Chart Web Part Connected to a List-Column named "" already belongs to this DataTable

    Hi,
    I am trying to create a Chart Web Part that is connected to a list. 
    I inserted a Chart Web Part on the page.
    In Step 1, I chose, Connect to a List.
    In Step 2, I chose the List, "QPAPForm"
    After I connect to the list (QPAPForm), and I get to step 3 to Retrieve and Filter Data, I have the following error message:  "Please correct the following: A column named "Update Policy Tasks" already belongs to this Data Table.
    "Update Policy Tasks" is a Workflow used on this list (QPAPForm), but it is not a column value per se.
    How do I correct this issue?
    Thanks,
    Jan

    Hi,
    I have done a test, and I can’t reproduce your issue.
    I created a custom list and an approval workflow which generated an column in the custom list. Then created a Chart Web Part which was connected to the custom list, I didn’t meet any error.
    Let’s verify the following:
    What template is your List template? what columns does the list has?
    What kind of workflow has generated the “Update Policy Tasks” column?
    I suggest you re-create the list without workflow and do a test, compare the results.
    Best Regards
    Lisa Chen

  • Format of Column in report ALV.

    Dear Experts.
    I am creating a report ALV with the tables ANLA, ANLB, ANLC, and this work fine with the data that this display.
    The problem that i have is the following:
    The columns KANSW , KNAFA of the table ANLC that I display in te report  When the currency is USD, I should show the datas with 2 decimals, but with currency  COL, I should show this fields without decimals.
    In the report ALV this data are show all in the same report ALV, in the same column.
    When I am creating the catalog, i use :
    gt_fieldcat-decimals_out = 2. and this show good the values when the currency is USD, but the other already show the two decilmals,
    How can solve this issue.
    Regards

    Hi,
    Firstly, Go to transaction OY04 to check how many decimal place will print depend on currency code.
    Then, while building your fieldcat you should link currency amount to currency unit as below:
    gs_fieldcat-fieldname = 'KANSW'.
    gs_fieldcat-tabname = 'ITAB'. "assume your internal table while pass to REUSE_ALV...
    gs_fieldcat-cfieldname = 'WAERS'. "your currency unit in ITAB
    gs_fieldcat-ctabname = 'ITAB'.
    *gt_fieldcat-decimals_out = 2 "try to comment this line
    append gs_fieldcat to gt_fieldcat.
    Please check.
    Good luck.

  • Lowercase first letter in column name of non-interactive report

    I have a report from this query:
    SELECT DISTINCT
    v.isotope, v.location,
    v.activity_in_ucuries as "uCi"
    FROM inventory v
    where v.location = 'IN PROCESS'
    and v.activity_in_ucuries > 0
    Note 'as "uCi"' - when the report displays the lowercase u is displayed as an uppercase U
    In the column attributes , I have set the column heading as lowercase. In the report attributes I have Heading Type set as custom
    and the column heading shows lowercase. I have also tried using the a heading type of Column Names. With all of these changes the
    report still comes out with an uppercase U.
    Is there a way to prevent the automatic set of the first letter to Uppercase or alternatively, force the first letter to lowercase?
    Thanks
    Donna

    I am using theme 13. I don't have any experience changing the templates, so the report template has the following in Column Headings:
    <th#ALIGNMENT# id="#COLUMN_HEADER_NAME#" class="t13ReportHeader">#COLUMN_HEADER#</th>
    Can I make a change in here to prevent the transformation of the 1st character to uppercase? (I would also love to change the u to mu!)
    I do have a test application in theme 3 that seems to preserve whatever case I enter it in...I suppose I can change themes, but I would like to stick with theme 13 if possible.
    Thanks for any additional help.
    Donna

  • Comment column in a query

    Hello,
    In a BW query, I need to add a column of text comments (for example, the description of a calculation, the unit used, ...). These texts are static, the queries will only be used as static reports (download scheduler), in excel and web, so we can not use any VB script.
    Is it a way to add some text in a cell of a column, as in the following example (columns 2 and 3) ?
    KF1    |    Comment for KF1    |    Euros    |    12
    KF2    |    Comment for KF2    |    %          |    47
    Thanks in advance
    Michaë

    Hi guys,
    finally how you fix this problem?, I need to show a comment in a query column and i don't know if this is posible ¿?, I have a query inside of a wad and I want to show a comment in the columns  of the query with the formula details.
    Please let me know if you this is possible.
    Thanks!, Kinds Regards

  • Query doesn't work in APD, Error: column store error: fail to create scenario: [340 2048

    Hi Experts,
    We got a problem here.
    We have a query ran without any problems in RSRT. But when I try to put it as data sources(infoprovider) in APD.
    I got following error:
    column store error: fail to create scenario: [340 2048
    We are in BW731006 & ABAP731006.
    Any advise?
    Thanks in advance!
    Tengran

    Hi,
    Can you check this part in error mentioned by clicking as highlighted in red box. It will give you a correct idea about the issue ::
    Also share the detailed error with us as well.
    Best Regards,
    Arpit

  • Simple request... More than one column to organize tracks?!

    Is it possible to organize tracks with more than one column, such as 'name' followed by 'comment', for example.. The way I have it now, each time you click on a new header, the last header cannot be used in combination, i.e. only the currently selected header can be used. Thanks!

    strangelittleman,
    I don't know of any way to do this, but I agree it would highly useful. (Like the sorting algorithms in word processors that let you sort by column 2 followed by column 6, etc., or whatever.)
    Here is a work-around. If the column you use to arrange your songs, say song name, produces a fairly sizable listing for the same song (Louie Louie, for instance) and you want to organize that by artist name (to group the multiple versions done by Motorhead or IGGY POP, for instance), then just select the songs of a given name and copy them to a new playlist. Then select the artist name column to organize by that.
    This is clumsy, and only useful if you have a large number of songs in the first sorting category (song name in the example above) and duplicates that you wish to detect in the second sorting category (artist name in the example above). But in some cases it may be helpful.
    Drake

  • Displaying more than one column in TreeControl

    Hi,
    I have three tables ( LaborOperation, LaborIndex, LaborData). In TreeControl, i am displaying the following table columns,
    LaborOperation ->operationid,
    LaborIndex -> indexid,
    LaborData -> date, value.
    i want to be like this.
    + Operation Id(Single Column)
    + OperationIndex(Single Column)
    -OperationData(Multiple Column)
    I can able to display single column values in tree control by setting the nodedifinition property in tree control. i can't able to display more than one column in tree control.
    any idea about this problem
    thanks in advance.
    -Nainar

    Arun Prasath wrote:
    I want to display more than one row in a multiple columns of a single row.
    For example,
    In oracle apps, there are multiple tax lines for a single invoice. Each tax lines having their own entry in tax detail table.
    When i try to display a single invoice's details in a single row i found the difficulty.Hmm did you see the title of the forum? Oracle Database » General Questions !
    May be you want to check the Oracle Apps forum?
    Aman....

  • Can text be displayed in a formula column using mathematical functions?

    I am working with Financial Reports version 11.1.1.3 and I'm trying to accomplish the following scenario:
    Column D is a data column
    Column E is a text column containing the value "TEXT"
    Column F is a formula column with the following formula: IfThen([D]=0,[E],[D])
    What I want to see happen is if the value in column D is 0 then I want the value "TEXT" to appear in column F, otherwise; I want to show the data value that is in column D. Is it possible to display text in a formula column and if so, what is the syntax for that? Or does anyone have another way to accomplish this? Any help would be appreciated.
    Thanks!

    Short answer: No.
    For your particular issue, I would suggest putting your TEXT value in the #zero and #missing overrides in Report Studio.
    In general, Hyeprion Reporting does not do any real text validations or functions like you could use in Excel.

  • Hyperion FR Studio - Expansion of columns and grouping while expansion

    Hi,
    I have 3 columns A,B,C in my report with entity and scenario as dimensions in each column.
    In column A, Entity and Scenarios dimensions are current POV.
    Allow Expansion check box has been checked as True for Entity dimension
    The check box to display children before parent has been checked in Grid Position properties as well.
    In column B,Entity dimension is same as in Column A but a prompt is assigned to the Scenarios dimension. There is no expansion here for Entity dimension.
    In column C, Entity will be the same as in column A but without expansion. Scenario dimension value will be the variance and I am supposed to display the variance between the data in the columns A and B in column C.
    By default when I run the report and expand the columns, all the Entities in column A are expanded, followed by Column B and C.
    Is there a way such that for every column A displayed(even after expansion), Columns B and C are displayed, then the next entity in column A is displayed with it's associated B and C columns?
    Say,
    I have A,B,C Columns before expansion
    when i expand A which gives me A1 to A5,
    I need
    A1 B C A2 B C A3 B C A4 B C A5 B C A B C
    Currently it displays A1 A2 A3 A4 A5 B C.
    Any help is appreciated.
    Thanks.
    Edited by: user530299 on Jun 24, 2010 5:31 AM
    Edited by: user530299 on Jun 24, 2010 6:28 AM

    I have the same problem...
    Did anyone has solution for this issue?
    How can I build report with comparision of scenarios (with Var and VarPct) for parent and child Entities having Entity and Scenario dimensions on columns?
    Many thanks in advance!

  • Report Painter- Scaling in the Column Attributes

    Hi all,
    I would like to ask for some help/assistance on report painter
    We have customized reports using Report Painter. These reports normally
    use the thousands ('000)as the number format (scaling). The problem we are
    encountering now is that users who have expert mode access can access
    the reports and change the number format (scaling) to actual
    figures.Then when this specific user saves these new scaling
    settings , the next user of the report will be misled thinking the
    numbers being shown are still in the orginal number format (scaling)
    which is in thousands
    1) How can we strict the user's expert mode access to limit them so
    that they can change the number settings but they should not be able to
    save these settings
    or
    2) Can we change the header of the report so that it follows the column
    attributes of the report ( meaning if the column attributes are set to
    thousands then the header will have a desciption of "in thousands" as
    well)
    Currently the scaling settings are not available as a variable in the
    report header
    Thanks.
    Regards,
    Marizenne Bejasa

    You don't need the image tags but only image names:
    SELECT   username "User",
             MAX
                (DECODE (FUNCTION,
                         'Text1', 'check.png>',
                         '1px_trans.gif'
                ) "Image_Text1",
             MAX (DECODE (FUNCTION, 'Text1', 1, '1px_trans.gif')) "Text1",
             MAX
                (DECODE (FUNCTION,
                         'Text2', 'check.png>',
                         '1px_trans.gif'
                ) "Image_Text2",
             MAX (DECODE (FUNCTION, 'Text1', 1, '1px_trans.gif')) "Text2",
             MAX
                (DECODE (FUNCTION,
                         'Text3', ' check.png>',
                         '1px_trans.gif'
                ) "Image_Text3",
             MAX (DECODE (FUNCTION, 'Text1', 1, '1px_trans.gif')) "Text3",
             MAX
                (DECODE (FUNCTION,
                         'Text4', ' check.png>',
                         '1px_trans.gif'
                ) "Image_Text4",
             MAX (DECODE (FUNCTION, 'Text1', 1, '1px_trans.gif')) "Text4"
        FROM my_table
    GROUP BY usernameDenes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for