Comparision columns in Layout

Hi All,
In manual planning i have created a layout,in which iam entering the  planned values, iam not checking the comparision columns but when ever iam saving the layout, comparision columns is getting checked on, because of this in Trcd:upspm ,Iam not able to  enter the values as it is display mode, Can any one advise me why it is getting checked on, how to avoid it.
Thanks in advance will surely reward points
Imran

Check if one of the characteristic restriction you have applied in the layout are outside the selection of the level in which you have made the layout.

Similar Messages

  • Looking for a two-column CSS layout

    I am looking for a two-column CSS layout that is centered
    with blank space
    on the sides, so the layout does not expand across the entire
    screen, but
    instead uses a portion of it (such as 75%). The left column
    would be for
    navigation and I haven't decided if I want it to be liquid or
    fixed, but the
    right column for content would be liquid. There would also be
    a heading div
    and navigation div across the top and a footer across the
    bottom.
    While looking for sample sites I keep finding ones that use
    three columns,
    and I'm worried that if I remove the third column that the
    layout will break
    at some point, even if I don't see it in my test browsers.
    I'm also
    discovering that some of the sample pages out there don't
    respond well when
    I resize the browser window. The columns don't have a minimum
    width or they
    stack on top of each other at some point.
    There are so many different techniques to use when designing
    a layout with
    CSS, some better than others, that I thought maybe some
    people here may
    already know what's tried and true and what should be
    avoided. Are any
    layouts robust enough to allow a third column to be added at
    a future date
    if needed? I also like the idea of putting the content div
    first in the
    code, to improve search engine indexing and also to aid those
    who may be
    using a screen reader, but if that feature makes the coding
    much more
    complex then I could see why I might avoid it for now.

    Sorry Nancy, I didn't see your post for some reason. At least
    we agree (o:
    Jo
    "josie1one" <[email protected]> wrote in message
    news:g4tv32$57f$[email protected]..
    >I have DW8 and am very happy with this:
    >
    http://projectseven.com/products/templates/pagepacks/cssmagic/index.htm
    >
    >
    > --
    > Jo
    >
    >
    > "Matt" <[email protected]> wrote in message
    > news:g4tg96$isq$[email protected]..
    >>I am looking for a two-column CSS layout that is
    centered with blank space
    >>on the sides, so the layout does not expand across
    the entire screen, but
    >>instead uses a portion of it (such as 75%). The left
    column would be for
    >>navigation and I haven't decided if I want it to be
    liquid or fixed, but
    >>the right column for content would be liquid. There
    would also be a
    >>heading div and navigation div across the top and a
    footer across the
    >>bottom.
    >>
    >> While looking for sample sites I keep finding ones
    that use three
    >> columns, and I'm worried that if I remove the third
    column that the
    >> layout will break at some point, even if I don't see
    it in my test
    >> browsers. I'm also discovering that some of the
    sample pages out there
    >> don't respond well when I resize the browser window.
    The columns don't
    >> have a minimum width or they stack on top of each
    other at some point.
    >>
    >> There are so many different techniques to use when
    designing a layout
    >> with CSS, some better than others, that I thought
    maybe some people here
    >> may already know what's tried and true and what
    should be avoided. Are
    >> any layouts robust enough to allow a third column to
    be added at a future
    >> date if needed? I also like the idea of putting the
    content div first in
    >> the code, to improve search engine indexing and also
    to aid those who may
    >> be using a screen reader, but if that feature makes
    the coding much more
    >> complex then I could see why I might avoid it for
    now.
    >>
    >
    >

  • Example Named Column Report Layout?

    Howdy,
    Using APEX 3.1.2, I've successfully setup and tested Apache FOP for a print server. I'm hoping to create a multi-line report layout to emulate the MS Access (of Evil) one this app is replacing, but I'm having trouble getting started.
    It seems that I need to create a Named Column report layout. I've been scouring this forum, the web, and even the new Pro APEX book to find an example of the contents of even the simplest of these XSL-FO files, but I can't find one anywhere. Granted, a little XSL-FO experience would help here, but I can't seem to glean enough from the web to put the pieces together, at least as it applies to APEX. It seems that the examples I do find contain static data, whereas it looks like I should be creating a template form for APEX to populate for passing onto the FOP engine.
    Does anyone have a simple two-column layout they'd be willing to share? Or a good weblink?
    TIA!
    Rich

    Hi Rich,
    This is an example we use in our training:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saxon="http://icl.com/saxon" extension-element-prefixes="saxon" >
    <xsl:template match="DOCUMENT">
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
    <fo:simple-page-master master-name="pagemaster1" page-height="845.0pt" page-width="598.0pt" margin-top="10.0pt" margin-left="10.0pt" margin-bottom="10.0pt" margin-right="10.0pt">
    <fo:region-body margin-left="28.0pt" margin-top="28.0pt" margin-bottom="28.0pt" margin-right="28.0pt"/>
    <fo:region-before extent="28.0pt" precedence="true"/>
    <fo:region-after extent="28.0pt" precedence="true"/>
    <fo:region-start extent="28.0pt" precedence="false"/>
    <fo:region-end extent="28.0pt" precedence="false"/>
    </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-name="pagemaster1" master-reference="pagemaster1">
    <xsl:attribute name="force-page-count">no-force</xsl:attribute>
    <fo:static-content flow-name="xsl-region-before">
    <fo:block-container position="absolute" top="3.0pt" left="357.0pt" height="25.0pt" width="216.0pt">
    <fo:block line-height="14.399999999999999pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" position="relative" top="3.0pt" left="357.0pt" height="25.0pt" width="216.0pt" color="#000000" font-family="Arial" font-size="12.0pt" font-style="italic">
    <fo:block text-align="left" white-space-collapse="false"  linefeed-treatment="preserve" >
    <fo:inline>
    <xsl:text>Report ran by: </xsl:text></fo:inline>
    <fo:inline>
    <xsl:value-of disable-output-escaping="no" select="USER_NAME"/>
    </fo:inline>
    </fo:block>
    </fo:block>
    </fo:block-container>
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-after"/>
    <fo:static-content flow-name="xsl-region-start"/>
    <fo:static-content flow-name="xsl-region-end"/>
    <fo:flow flow-name="xsl-region-body">
    <fo:block/>
    <fo:block-container position="absolute" top="4pt" left="2pt" height="752.0pt" width="536.0pt" border-width="1.0pt"> <fo:block span="none" white-space-collapse="false" font-family="Helvetica" font-size="12pt" text-align="start" position="relative" top="44pt" left="27pt" height="752.0pt" width="536.0pt"><fo:instream-foreign-object xmlns:xlink="http://www.w3.org/1999/xlink"></fo:instream-foreign-object></fo:block></fo:block-container><fo:block span="none"><!-- GENERATE TABLE START-->
    <fo:table table-layout="fixed">
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-column column-width="80.0pt"/>
    <fo:table-body>
    <fo:table-row>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Ename</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Hiredate</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Job</xsl:text></fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before" background-color="#cccccc">
    <fo:block line-height="19.2pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" background-color="#cccccc" color="#000000" font-family="Arial" font-size="16.0pt" font-weight="bold">
    <xsl:text>Salary</xsl:text></fo:block>
    </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/ENAME"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/HIREDATE"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/JOB"/>
    </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="before">
    <fo:block line-height="14.5pt" white-space-collapse="false"  linefeed-treatment="preserve"  text-align="start" color="#000000" font-family="Arial" font-size="12.0pt">
    <xsl:value-of disable-output-escaping="no" select="REGION/ROWSET/ROW/SAL"/>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
    <fo:table-cell/><fo:table-cell/><fo:table-cell/><fo:table-cell/></fo:table-row>
    </fo:table-body>
    </fo:table>
    </fo:block></fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    </xsl:stylesheet>XSL-FO is not the easiest thing to learn ;-) but hopefully the above gives you a headstart.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Three column fixed layout and text-wrap

    I have a page using the three col fixed header and footer
    layout.
    I know that if your #maincontent div has a left margin the
    width+ of the left sidebar, the sidebar appears to continue down
    the page no matter how much content is has in it. In the 3 column
    fixed layout comments it says to delete that margin if you want the
    text to flow into that space after the sidebar content ends. This
    is what I want but it does not work in IE 7.
    Is there a workaround?
    www.sandracase.com
    www.sandracase.com

    Instead of that ,  define three windows for three clolumns and then define three text modules  that would be very easy. I have done the similar requirement for 2 columns.
    Reward points if useful.
    Regards,
    Nageswar

  • Report Query using a Named Column Report Layout fails to produce PDF

    I am testing FOP and the Shared Component Report Queries query with a Named Column Report Layout. The xsl file was built using Stylus Studio and worked fine with the saved XML data file in Stylus Studio.
    500 Internal Server Error
    500 Internal Server Error
    Servlet error: An exception occurred.
    The current application deployment descriptors do not allow for including it in this response.
    Please consult the application log for details.
    I assume this is a message from FOP. What do I do now?
    tia,
    Sam

    Sam,
    I would suggest to take APEX out of the picture first and see if you can get this to work directly with your FOP solution, i.e. generate the XML data and take your XSL file and then post it directly to the FOP JSP (or whichever rendering engine you use). If this works, the problem might be somewhere in your APEX configuration. If it doesn't work, then the problem is likely in your XSL or XML structure. Here's how you can setup a static HTML page to post your XML and XSL to FOP:
    http://marcsewtz.blogspot.com/2008/06/heres-another-posting-on-pdf-printing.html
    Regards,
    Marc

  • How to incrase number of columns in layout

    hi all,
    i am new to business intelligence my problem is
    how to insert number of columns in report layout
    i am not able to more than 5 or 6 columns then
    a pop-up is appearing as "cannot insert column because there not enough space"
    plz give solution
    thanks

    To get IColumnPrefs assuming you have an IDocument I use
    InterfacePtr<IColumnPrefs> colPrefs(document->GetDocWorkSpace(), UseDefaultIID());
    int32 columnCount = colPrefs->GetNumColumns();
    Mike

  • 2-column elastic layout and size of text/image

    Hello,
    I'm using the 2-column-elastic template of Dreamweaver CS4 and have got a few questions related to its use. As far as I understand it (I'm new to HTML, CSS, etc.), it is elastic because the dimensions of the divs are defined with the unit "em" and will resize if the user changes the text size of the browser. (Is this the best for accessibility purposes?)
    Question 1: how to make sure my page is initially 780 px wide?
    I have a banner image in the header, it has a 780-px width. Under it there is a menu made of five 156-px elements.
    I have defined the default page text size to 80 % instead of 100 %. Apparently, 780 px is equal to 61 em with these settings. Hence, I defined the width of the container to 61 em (instead of the 46 em at 100 % of the Adobe template). However, this didn't always work: depending on the browser, a thin 1-px wide line appeared to the right of the banner.
    To try to fix this, I have set a "min-width: 780px" and "width: 60em", hoping that doing so my page would have an initial width of 780 px but still resize (increase) if the text size is increased in the browser. If the text size is decreased, I keep a 780-px width. Is this the normal way to proceed? The property "min-width" returns a warning when I validate the side for browser compatibility. Same for min-height by the way (I'd like my page to be roughly 30 em high at minimum).
    Question 2: how can I make sure that my banner will expand when the text size is increased?
    When I increase the text size in the browser, the text of my page resizes and depending on the browser, the banner image will expand or not. I would like it to always resize to keep a consistent layout. How can I do this?
    The banner currently resizes with:
    - Mac OS X: Opera 9;
    - Windows XP: Safari 4beta (but the menu bar seems narrower), Firefox 3, Opera 9, IE 8.
    The image doesn't currently resize with:
    - Mac OS X: Safari 3, Netscape Navigator 9, Stainless 0.5, Camino 1.6, Firefox 3;
    - Windows XP: Netscape Navigator 9, Chrome 1, IE6 (+ other problems), IE7 (+ other problems)
    (Other problems: usual unwanted spaces between the banner, the menu and the "title". I managed to fix some of them with "display: block", but it doesn't work around the top menu.)
    I've put the page here: http://www.cerc.co.uk/CERC/demotest/template2columns.html
    If there is any problem to view it, let me know (first time I do this!).
    I would be very grateful for any comment on these!
    Emilie

    just an added note here:
    This past hour I tried to get centering of images, text and background to fit properly in both IE (5,6 and 7) and Firefox.
    Centering with a liquid layout (which I prefer due to its better "said" predictability) is an absolute pain (nothing would seem to fit); I reverted back to elastic layout because of this issue.

  • Unable to set columns under Layout Margins and Columns

    On certain pages in my 40 page document, I am unable to set the number of columns by using Layout>Margins and Columns. The columns option is dimmed out. I have tried to set them on a blank page and pages where columns were previously set (I can see the guides). I am using a single Master for page numbering and it is applied to every page in the document. There are pages where I can set the columns. I've done some page comparison and can't find the setting that might control this. Using InDesign CS6 on Windows. Thank you.

    Why are you not using multiple column text frames instead of 2 text frames with columns on the master page? This would give more flexiblity.

  • 2 Column Page Layout

    I'm wondering if there is any way to have two-columns set up in one section of a document and then one column in another. I'm working on taking notes for my biology class and am trying to separate the vocabulary words from the notes themselves, and was wondering if I can set up a vocabulary sub-heading in which the vocabulary words would be in a two-column set-up and the rest of the document in a one-column set-up. Is there any easy way to do this without having to deal with text boxes?

    Since sections usually start on a new page, I find it better for me to insert a layout break.

  • 2-Column Flowed Layout Problem

    Hi,
    In the interest in saving paper and toner, I have begun using 2 column layouts.Here is something I'm working on:
    MasterPage1 has 3 content areas (Header, LeftColumn,RightColumn) //restriced to 1 occurance
    MasterPage2 has 2 content areas (LeftColumn,RightColumn) //occurances not restricted--used for content overflow from MasterPage1
    MasterPage3 has 1 content area   //occurances not restricted--NOT used for overflow from above--different content altogether
    The Pagination is such that content flows through the LeftColumn,RightColumn content areas in the order shown above. It is slick! Overflow from the RightColumn of MasterPage1 goes to LeftColumn of MasterPage2. So far, so good. Just what I wanted... except
    Here is the problem: When the form is first opened, there is no overflow--all the flowed 2-column content fits on MasterPage1. MasterPage2 exists however it doesn't have any content yet because there is no overflow yet from MasterPage1. It's rendered empty--I get an unused MasterPage2, between  MasterPage1 & MasterPage3.
    In a perfect world, I wouldn't have an empty MasterPage2 when the form opens. In a perfect world, MasterPage2 would only exist when there is content in the MasterPage2.LeftColumn content area.
    I think there must be a scripting solution--like testing a content area for content. There are no events for a content area and the xml for a content area is an empty element with attributes for x, y, w, h, name and id.
    So how do you test for content in a contentArea? Perhaps there is a different way?
    Thanks,
    Stephen

    Hi Niall,
    Thanks for the demo. That is interesting--I think it might be possible to solve yours because you are flowing a single object and I think you could determine the total h value for it and control the occurrences of the MasterPage.
    Something like setting MasterPage Max Occurance to 1 on the Object pallet
    Then, track the combined h
    var iHeight = xfa.layout.h($,"in",0) + xfa.layout.h($,"in",1)
    if(iHeight > "10in")then
         xfa.form.form1.pageSet.pageArea.occur.max = "2"
    endif
    I know this isn't right, but I'm just wondering if this is a valid approach? What do you think?
    Thanks again!
    Stephen

  • Adding columns in Layout set of CJI5

    Hi,
    I am executing the transaction CJI5.  In Change Layout option of the report ouput it is showing 41 columns but in the program the field catalogue has 190 fields and even the output final table has 190 fields.  I  am not able to view the remaining columns in the layout set.
    My requirement is to display the order column in the layout set which is not visible in the column set.  Can we get the column order in the layout set?

    Hi,
    I am executing the transaction CJI5.  In Change Layout option of the report ouput it is showing 41 columns but in the program the field catalogue has 190 fields and even the output final table has 190 fields.  I  am not able to view the remaining columns in the layout set.
    My requirement is to display the order column in the layout set which is not visible in the column set.  Can we get the column order in the layout set?

  • GUI 2 column fixed layout

    I want to create a GUI which has 2 columns with fixed dimensions. One the left side a JList and on the right a JPanel.
    I have the components created, I just cant get the formatting to work.

    In the future Swing related question should be posted in the Swing forum.
    I don't understand your problem. The BorderLayout respects the preferredSize of the components when they are added to the West and East of the Layout. Any extra space will be place in the middle of the panel.
    If you don't want the user to resize the frame, then you can use frame.setResizable(...);
    Also, you don't use setSize(...), when dealing with Swing components. Generally you can use setPreferredSize, but each LayoutManager has its own rules.
    I suggest you read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]How to Use Layout Managers.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • How to make "two column & one column" mixed layout?

    When writing a review, I want the main article part to be "two column layout" while the topic and abstract to be "one column layout". How could I do that?
    THX

    Another possible, less elegant solution working in a Word Processing (text based) template, rather than a Page Layout template, is to insert the "Layout Break" function, which drops down from insert. That allows a new "section" to be set up. Each section can be formated for the number of columns you choose. This allows you to switch back and forth without going to a new page.
    If you are familiar with MS Word, this function is similar to the "section break" command in Word.

  • Setting the size of rows/columns in layout managers

    Is it possible to specify the width of columns and the height of rows idividually in any layout manager other than gridbag? If it is how should i go about it?
    Thanks, Tom

    The gridlayout lets you specify the number of columns and rows for the component. The less column you specify the wider each colum would be because it has to strech to fill the reamaining with of the component.
    http://java.sun.com/docs/books/tutorial/uiswing/layout/grid.html

  • OMNIPORTLET:where the options of the column dropbox (layout tab) come from?

    In the layout tab of the omniportlet I work on, there are several options in the column dropbox.
    I would like to add some new ones. But I cannot figure out where the omniportlet gets the options from.
    PS: my data source is "content", if this can help
    Thanks a lot in advance

    Hi Faisal,
    IN APPROVER SCREEN:
    The values in the system drop down is getting poulation using the method : INIT_SYSTEMS in COMPONENT CONTROLLER of webdynpro component GRAC_UIBB_ACCREQ_APPROVAL .
    IN REQUESTOR SCREEN:
    Refer to method INIT_SYSTEMS( ) in COMPONENT CONTROLLER of webdynpro component GRAC_UIBB_RISK_VIOLATION.
    Hope this will help you.And take the help of ABAP'er who can help you with debugging "why system's are not getting populated except ALL ".
    Thanks
    KH

Maybe you are looking for

  • MM PO Layout problem

    Hello MM gurus, I seem to have a peculiar MM issue which I am not able to figure out. Whenever I display a Purchase Order using ME23N in the QA system, I am able to see field column such as Tracking Number in the Item overview (not Item details). Whe

  • How do I see "Macintosh HD" in Lion?

    Hi, By default, there is now "Macintosh HD" in the sidebar of Finder in Lion, and I don't know how to get to it? Anyone know? Thanks.

  • Photoshop 10 with windows 8

    I am trying to downloand Photoshop Elements 10 with windows 8 and it will only download 1 of 2 and not 2 of 2 can someone help

  • Customizing PDF reports

    Hi all, How can I customize the PDF reports generated from "Print..." contextual menu? It looks like there's no template on the disk. Thank you, Andrei

  • Aperture 2.1.4 crashing during database rebuild

    Hi, I've been having some troubles with some of imported projects. Today, Aperture advised that I needed to rebuild my database and when I have attempted to do, it crashes about 75% of the way through. I've tried three times, once after a reboot, qui