How to set custom widths for a particular report column?

how could I set a custom width for a particular report column? Is there a way to do it using css?
Thank you.

Hi Leland,
I have tested this here: [http://apex.oracle.com/pls/otn/f?p=267:18]
All I have done is add the following into the report's Region Header:
<style type="text/css">
#apexir_EMPNO {width:200px}
#apexir_ENAME {width:200px}
#apexir_DEPTNO {width:200px}
.apexir_WORKSHEET_DATA TR TD {height:100px;}
</style>The headers have all be set to be left-aligned. Each column should be 200px wide (even though I'm setting the width on the headers, it will be applied to the entire column unless a cell's contents is wider, in which case the column is made wider). The final entry above adjusts the height of all TDs within the IR table.
Andy

Similar Messages

  • How to set different header for different Standard report page

    How to set different header for different Standard report page

    Hi,
    A easy answer would be use the 'set report header text.vi' but maybe you are talking about something else ?

  • How to set the WIDTH and ALIGN of h:column in h:dataTable ??

    How to set the WIDTH and ALIGN of <h:column> in <h:dataTable>??
    Thanks a lot!

    Hi,thanks to your reply.
    Now I find a more convenient appraoch to set column's width and align respectively:
    <h:dataTable ...>
    <h:column>
    <f:facet name='header'>
    </f:facet>
    <h:outputText style="width:80px; text-align: right;" value='#{row.fieldA}'/>
    </h:column>
    <h:column>
    <f:facet name='header'>
    </f:facet>
    <h:outputText style="width:120px; text-align: left;" value='#{row.fieldB}'/>
    </h:column>
    </h:dataTable>
    It works fine.
    ^-^

  • How to set the width for a selectManyShuttle component

    Hi,
    I'm using selectManyShuttle component from Oracle ADF Core and some of the items in the showing list are long, therefore the width of selectManyShuttle expands the page. How to set the width property for selectManyShuttle component? After that does selectManyShuttle provide horizontal scrollbar as well?
    Thanks in advance,
    lapi
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Solution here:
    Re: ADF Faces Scrollable Panel or Scroll Bar inside a component
    Regards
    Grant

  • How to set different font for a particular row in jtables?

    How to set different font size and font type for a particular row in jtable?

    More than enough sample code here:
    [http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]
    db

  • How to set custom shortcuts for Styles in Pages 5.1?

    I just updated Pages to version 5.1. It said, that it will bring back the feature where you can use different shortcuts for specific styles. How can you do that? Anyone figured it out yet?
    Thanks,
    Mark

    Peter thank you very much! I owe you one
    It was way easier back than. I was so mad that the just put it back in this recent version. It drove me crazy.
    Thanks,
    Mark

  • Set custom colors for ONE particular window

    Hi, I often need to compare two files, say a "good, or sample" one, with a "bad, or in preparation".
    They both have the same name (like web.config CV.docx, MyClass.cs), so when I visualize them, I cannot distinguish easily whioch is which.
    For example, I see two notepad instances displaying "web.config" in title bar, which is which?
    Of course I could rename them, but I only want to view, not to modify anything, as that could be dangerous (oops! renamed wrong web.config)
    I tried to create two users "bluethemeuser" and "greenthemeuser", then shift run as different user, but this is tedious, and does not work (does not honor other user settings).
    I am loking for a way to tell a window "now you have a blue background until you are closed"
    any idea?

    Having a tag or a post-it, or even a spider ;-) in the window would be just as good.
    In IE you can use the Developer Tools to change the Title, which would change the Tab label.  F12, Ctrl-2,  document.Title="Demo"   In IE11 we even have IntelliSense to reduce the amount of keystrokes.
    Coincidentally I recently discovered a tool on the Windows SDK called
    Inspect.exe.  If you could find a way of extending that perhaps you could give any window any title you wanted?  Or add notes to hidden fields?
    Heh.  For my Demo tab.  Inspect says there could be Other Props:  I wonder how?
    Robert Aldwinckle

  • Does any know how do set custom notification for email.

    I have down loaded a coulple tones for ring tones and email notifications, but know matter where I put them they don't show up in my list of tones.

    Ringtones/mp3s should be placed in your Ringtones, Notifications, or Alarms folders, depending on how you want to use them.

  • How to set the tilte for a multilingual report

    Hi all!
    I am trying to display some titles for a report
    that is multilingual (in each page)
    I was thinking a bit and I came with two possible solutions.
    for both solutions I create a field in
    the main section in the margin section in the margin, called F_TITLE_1
    solution 1
    pass to the reports all the fields necessary for the title
    and make all the queries in the forms.
    but this solution I don't like. If I have to modify the title I have to modify the report and the form
    solution 2
    pass to the report a code_language : P_CODE_LANGUAGE
    create a query on the report
    the query is the following
    select title as title_1 from titles where code_language = :P_CODE_LANGUAGE AND code_title= 12
    and then I assigned to the property source (in F_TITLE_1)
    title_1 (that comes from the query)
    but when I want to se the report I have a an error
    REP-1213 Field 'F_TITLE_1' references column 'title_1' at a frequency below its group
    so, is there any way to solve this or a solution similar to this? I don't like the solution 1
    Alejandro

    Check if the column_title is in a group and keep the frame on top of the column
    it will take care of your problemn

  • HELP Friends!!! How to set the width of columns of JTABLE?

    Hi!
    How to set the width of a particular column in JTable?
    I tried using headerRenderers and though I'm able to set the color and font of the header (using getTableCellRendererComponent method)I can't change the size.
    Pls some one help me..it's very urgent.
    Thanks in advance.
    Regards,
    Naval

    JTable.getColumnModel().getColumn(i).setWidth(width). There are also setPreferredWidth, setMaxWidth and setMinWidth methods.

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • How to set custom master page for social/sites.aspx in sharepoint 2013

    How to set custom master page for social/sites.aspx in sharepoint 2013.?
    File path is
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\SocialDataStore\SocialDataStoreList\sites.aspx
    Thanks in advance

    Hi,
    You could open the sites.aspx in Notepad or SharePoint designer, and set the master page to your own master page directly via editing:
    <%@ Page language="C#" MasterPageFile="~masterurl/custom.master"      Inherits="Microsoft.SharePoint.Portal.WebControls.FollowedContentWebPartPage,Microsoft.SharePoint.Portal,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
    %>
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to find the customer exits for a particular transaction

    hi
    how to find the customer exits for a particular transaction

    Hi jyothsna vankadari ,
    ther is a convenient way to find all BADIS called. You may know that BADIS are the newer version of EXITs.
    I would suggest you to go for BADI.
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regards,
    Clemens

  • Datagrid - custom width for horizontalGridLines

    Hi,
    1. I want to set a width for horizontal gridlines in
    DataGrid. There is no public properties or methods to set the width
    for the separator line between rows. I tried to make a custom class
    that extends DataGrid, but i don't know how to set this.
    2. Same problem is with the header sort separator. I tried to
    resize is, to make it smaller, but no results.
    3. I want to resize the width for vertical scrollbar from
    datagrid.
    If somebody knows how to resolve these issues, i would be so
    excited.
    Thanks

    Create your own class which extends DataGrid. Then, you can
    customize the grid lines a bit by overriding the following function
    in your class.
    In this example the line thickness is set to 5. Be sure to
    include imports for:
    import flash.display.Graphics;
    import flash.display.Sprite;
    import mx.controls.listClasses.ListBaseContentHolder;
    Notice that I commented-out the call to
    super.drawHorizontalLine because the line thickness has to change.

  • How to set print option for a Billing document using T-code VF02

    Hi All,
    Please suggest me the way to set print option for a Billing document for T-code VF02 and please let me know how to get print preview for any particular Billing document?
    regards
    Anand.

    Enter the billing documents detail
    Goto Goto> Header>Output.
    Check the status for your output type in this screen.
    If it is green then come back to the VF03 screen.Enter the billing document number.
    Click on Billing document-->Issue output to.
    Press (CtrlShiftF1) or click on the icon beside "Print options".
    Here you can see the print preview.
    If the status is red then click on the processing log.Here you will get the error messages.
    If the status is in yellow colour,then click on the "Further Data" button
    Set "Dispatch time" as "4 Send immediately (when saving the application)"
    Before the print preview option you should make sure you have added correct output type to the relevant billing document. To do that, go to transaction VF02.
    Enter the billing document no
    Go to Menu option -> Go to -> Header -> Output
    In that screen you have to add relevant output type. (Standard output type is RD00)
    Add that & press enter key
    Highlight that line & press "Further Data" button
    Set "Dispatch time" as "4 Send immediately (when saving the application)"
    Press "Back" Button
    again select that line & go to "Communication method" button
    Set "Logical destination" as LOCAL"
    Don't mark "Print immediately" & "Release after output" ticks. If you mark them, sa soon as you save the billing document, you'll get a print out.
    Press "Back" Button
    Save
    Now form the initial "Change Billing Document" screen, Go to Menu option; Billing Document -> Issue Output to
    You can see that output type line appear.
    select that line & press "Print Preview" button or (CTRLSHIFTF1)
    You can see the print preview.
    Alternatively you can use VF31 to print multiple print outs at same time.
    If you want to get PDF outputs of billing documents, go to your printer settings in the your computer from Control Panel.
    Set PDF Writer as "Default Printer" (Right click & select "Set as Default Printer")
    Then normal way, print the billing from SAP.
    It'll automatically send to your PDF writer. You can save it to the path you want,

Maybe you are looking for