Column Widths of existing Report

Hi, I'm wondering how you can modify the width of a particular column in a report. One of the columns has a lot of information, and I want this column to take up about half the page. I look in the Application Builder to see the properties of that column, but don't see anywhere to set the width.
Also is there a way to get a record to display over 2 rows, so that it doesn't scroll off the screen?
Thanks in advance, Sarah

as i explained briefly in How to change column width and other attributes , report templates are the best way to control the look/feel of our outputted result sets. more specifically, that's probably the best place to specify attributes such as wrapping and column widths. when doing this type of html formatting, though, you also need to be aware of the rest of the html that's on your page. so if a column in your report is set to be 500px wide but the region template for your report region stores its content in a table with a fixed width of 200px, i'm pretty sure the second setting overrides the first. i'd approach it this way: set up your report template to do what you want (wrap some rows and maybe fix some column widths). then see if your page renders correctly. if it doesn't do what you want, check the region template to see if that's interfering. if that's not it, then check the page template. there's a pretty good chance that just changing your report template will do the trick, but it helps to be aware of the html around it.
hope this helps,
raj

Similar Messages

  • Adding dynamic split column width to my report

    I'm trying to add a dynamic split-column-width to my report in BI Publisher. I do not have a need for a column header. I tried to add this line to my existing line of code for the cell.
    *<?split-column-width:COLUMN_DATA?>*
    C *<?split-column-width:COLUMN_DATA?>* <?for-each-group@cell:current-group();COLUMN_ORDER?> COLUMN_DATAEC
    I do not under stand the user's guide. What should be placed where to accomplish the dynamic column width and keep my current cell group?
    thank you for your time.

    In the Discoverer Plus (web version but not vieweer), go to Sheet -> Format. For each column click on Format Data and make sure Word Wrap in unchecked. Then click on Format Heading and check on Word Wrap. This will word wrap the column heading but stretch the column to maximum length of the data in the column.
    I think be default word wrap in unchecked unless otherwise specified when the workbook was created.

  • How to wrap a Column (Increase/Decrease column width) in Interactive Report

    Hi,
    I have a Interactive Report and I want to wrap the column values.
    Also want to increase/decrease width of the columns..
    I have 2 columns say.. Description and List
      List  - aaaaaaa, bbbbbbb, hhhhhhh, nnnnnnn, 222222, 55555555, 77777777, ..... // list of values are seperated by ,
             // 1. want to wrap the values ..I mean to decrease the width       
      Descriptiopn - sdgssdjkllkkkkkkkk  // -- here I want to increase the width of column
                     dgdggdfgdfgdgg
                     dfgdfgdfdfggfdg
                     dgdgdgdgdgdf2ndly for the List Column, can I put the sepearte values in each Line (values are seperated by , here) - ROW will only one.
    For each ROW, I want to display List column as shown below.
          List  - aaaaaaa
            bbbbbbb
            hhhhhhh
            nnnnnnn
            222222
    IS this possible in Interactive Report??
    Thanks,
    Deepak
    Edited by: Deepak_J on Feb 23, 2010 4:14 PM

    Actually, I want to increase/decrease the column width in Interactive Report.
    As shown the in the example of Description field...it's coming in 4-5 lines.
    I want to increase the width of Description column..so that it should come only in 2 lines..
    thanks,
    deepak
    Edited by: Deepak_J on Feb 23, 2010 4:32 PM

  • How to extract the column width in ALv report if its executed in background

    I am executing an ALV report in background , in front end i am getting data properly, in back end for some columns some of the digits are missing.For example if PO no is of 10 digits it will display only 8 becos column size is like that , how to extract coulmns in back ground.
    I have executed in background and checked the spool and  for some of the columns width is not sufficient to display comeplete data so please suggest how to extract the columns sizes if executed inj background for an ALV

    Hi Deepthi,
    you can try with the above mentioned suggestions ,if its worked its fine ,
    If not use Docking container instead of custom container, For ALV in back ground jobs, its suggest to use docking container instead of custom container , below you can find the declaration for docking container and code to use docking and custom container in your program for fore and back ground.
    or you can use docking container alone for both operations.
    Data : G_DOCK1 TYPE REF TO CL_GUI_DOCKING_CONTAINER,
    IF CCON IS INITIAL. (ccon is container name )
    *Check whether the program is run in batch or foreground
        IF CL_GUI_ALV_GRID=>OFFLINE( ) IS INITIAL.
    *Run in foreground
          CREATE OBJECT CCON
            EXPORTING
              CONTAINER_NAME = 'CON1'.
        CREATE OBJECT GRID1
            EXPORTING
              I_PARENT = parent_1.
    ELSE.
    *Run in background
          CREATE OBJECT GRID1
            EXPORTING
              I_PARENT = G_DOCK1.
        ENDIF.
      ENDIF.
    B&R,
    Saravana.S

  • Adding new column in an existing report which was build using Union

    While working in OBIEE 11g I encounter an issue.
    My existing report was build using UNION at Criteria Tab in Analysis. Now I have a requirement to add a new column into the same report. For each criteria I have added the new column but when I go back to the "Result Columns". I see a new field added but it is not allowing me to open or edit column properties for that new column & at the same time it is not allowing me to navigate to other tabs like Results, Promts, and Advanced.
    I don’t want to build this report from scratch. Is there any workaround to get it resolved?

    Hi,
    Just check it once the new added column data types are mismatched or not?
    and the new added column should be navigated into excluded section, so u should edit the report and dragged into the table column section.
    Thanks..

  • Dynamic Column width for a report

    Will the width property of a column be able to be set at run-time (i.e. ability to set the width of a column to an expression) in SQL Reporting Services 2008? One problem I have seen is the inability to set the width of columns in a report when you you have several columns whose order is determined based on parameters.
    Lets say I have 2 columns in a report and two fields from the database which will populate those columns: 1 field that is varchar(5) and one which is varchar(50). If I do not know which column each field will go to until runtime how am I supposed to adjust the column width? Letting the column width be set by an expression would solve everything as I could pass the width in to the report. As it stands now, I would have to set each column's width to accomodate a field of type varchar(50) in order to avoid wrapping of data.
    You could say just create 2 reports, one for each case, but what if I had 15 fields? 20?
    Has anyone figured out how to dynamically set the width of a column? Will the width of a column be able to be set at run-time in SQL Server Reporting Services 2008 via expression or some other means?
    Questions, questions, questions.
    Chuck

    Ok slight update
    RDL xml files are used during deisgn of reports but when you deply they go into the Content column of a table called Catalog:
    SELECT [Name],
    CAST(CAST([Content] AS VARBINARY(MAX)) AS XML) AS reportXML
    FROM [Catalog]
    WHERE type = 2
    So I think this can be edited programmatically.  Widths can be found like this:
            <TableColumns>
              <TableColumn>
                <Width>9cm</Width>
              </TableColumn>
              <TableColumn>
                <Width>3.02646cm</Width>
              </TableColumn>
              <TableColumn>
                <Width>3.25cm</Width>
              </TableColumn>
              <TableColumn>
                <Width>3.5cm</Width>
              </TableColumn>
              <TableColumn>
                <Width>3.5cm</Width>
              </TableColumn>
            </TableColumns>
     

  • How can i Auto Size the Column width in RDLC Report

    Hi Friend's,
    I have created Windows application with RDLC Report. I am binding(Generating) dynamic columns and data's in RDLC Report Using Matrix control, I need to make Auto size of Column width for each Column in
    Matrix of RDLC report. So Can any one suggest me to make the Auto Size of Column Width in RDLC.
    Thanks in Advance,
    Mohan G

    Hi Mohan,
    In Reporting Services, the column width/height is hard-coded, hence, we cannot set the column width/height dynamically or based on an expression. So is the report size.
    In addition, since it is a RDLC report, we need a ReportViewer control to display this report within a custom application. If you need to change the size of the whole report, we can set the AsyncRendering property of the ReportViewer control to false, and
    set the SizeToReportContent property to true.
    Regards,
    Mike Yin
    TechNet Community Support

  • Column width fixed in report

    Hi, how do I say that a certain column of a report have a width of 100?
    The columns I get have the minimum width needed to show the respective data.
    Thanks

    Greetings,
    I've experienced the same. I've placed width:100px in the CSS field, and it does nothing. I'd like to be able to control that width since without it, we have very little control over the width of the overall report and how it looks. It also seems to have a mind of it's own when the width is set by HTMLDB as I've got some reports that look pretty decent, and others where I would figure that HTMLDB would expand the length to more than 1/2 of a screen for a report that has a textarea field, and it only uses about 300 px worth of space for that field (all fields using approximately 650, while there is still an additional 500+ or space left that the report could be in. Expanding the report template to 100% width blocks out the whole width of the screen with a box, but the report still only uses 650 or so of space.
    just my .02
    cliff

  • How to fix column width in a report

    Hi all,
    i have to set the width of a column of a report of mine fixed and to have text wrapping inside of it.
    i would prefer to avoid to modify the theme (that might involve other item) and i wanna work just on that report.
    i've tried to create a new template (Report Region Wrap) and i guess i'm supposed to set something like:
    SPAN STYLE="white-space:nowrap"
    but i don't know where...
    This is the "definition" of my template:
    <table cellpadding="0" cellspacing="0" border="0" summary="" class="t9GCCReportsStyle1" id="#REGION_ID#">
    <tr>
    <td valign="top">
    <table width="100%" cellpadding="0" cellspacing="0" border="0" summary="">
    <tr>
    <td class="t9RegionHeader">#TITLE#</td>
    <td class="t9ButtonHolder">#CLOSE#   #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP#</td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td class="t9Body">#BODY#</td>
    </tr>
    <tr>
    <td class="t9RegionFooter"></td></tr>
    </table>
    i've already tried putting it in <td class="t9Body" ... > but with no results.
    thankx a lot,
    matte

    I had the same problem and searched the forum I came up with the following conclusions.
    </div>
    </div>
    The ability to use the CSS is determined in the template.
    The template must allow wrapping for this to work.
    </div>
    </div>
    I got my columns (columns of varchar2(500) the wrap and split words at white space.
    </div>
    </div>
    I added</div>
    </div>
    <style>
    </div></div>
    .t12data{white-space:normal !important;}</div></div>
    .t12dataalt{white-space:normal !important;}</div></div>
    </style></div></div>
    to the Page / HTML header
    </div>
    </div>
    and added
    </div>
    (removed < for formatting)div style="width:100px; white-</div>space:normal">#column_name#</div(removed > for formatting)
    </div>to column_formatting / html_expression
    </div>where 100 is the pixel with
    </div>and column_name is name of the souce item
    </div>I am using theme12 (blue) / report Standard, Alternating Row Colors
    </div>and didn't want to change the template as it is being used in other apps.
    Message was edited by:
    rbackmann1
    null

  • Column width for inetractive report not working in IE 8

    Hi all,
    I have an IR for which I don't want the columns to rap and the last column (DESCR) should have a fixed width, so this is what I added in the region header :
    <style type="text/css">
       table.apexir_WORKSHEET_DATA td {
          white-space:nowrap;
    </style>
    <style type="text/css">
    td[headers="DESCR"] {width:300px !important;max-width:300px; !important}
    #apexir_DESCR {width:10px;max-width:300px !important;max-width:300px; !important}
    </style>this works fine on FF and chrome, but IE seems to completely ignore this, even adding !important did not help
    I found on the internet that for IE 8 to obey this width the table should have as style : table-layout: fixed;
    e.g. :
    <table style=´width: 100%; table-layout: fixed;`>however I am a little bit lost as to how to do that
    Kr
    Martin

    Hi,
    I think you have mistake there. Try
    <style type="text/css">
    table.apexir_WORKSHEET_DATA td {
    white-space:nowrap !important;
    td[headers="DESCR"] {
    width:300px !important;
    max-width:300px !important;
    #apexir_DESCR {
    width:10px;
    max-width:300px !important;
    </style>And you can try add
    table.apexir_WORKSHEET_DATA {
    width: 100% !important;
    table-layout: fixed !important;
    }Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • How to add a column to an existing report

    Hi,
    I have a report which I need to modify (add a date column). I included the date in the query but it doesnt show up when I run the report.
    Where else do I have to make changes and how?
    I need some help.
    Thank you all so very much.
    A/A

    Hi,
    mhh, how should we know what you've done? Could it be that you tried to arrange the fields to bring the new field at the right position and you not only arranged them to the top, but additionally to the left ????
    Regards
    Rainer

  • How to resize column width in report?

    hi all,
    i read somewhere here that in order to resize column width in a report, you need to go to report attributes, then edit the column you wish to resize and then go to the CSS Style and place something like "width=600px". while this works very well in Internet Explorer, it somehow has no effect in Firefox 3.0. is there a way to make it work both browsers?
    thanks
    allen

    Hi,
    Sorry, I misunderstood. There are several methods you could use:
    1 - Use the span tags around the data itself - this would require adding the tags into the sql statement itself
    2 - Use javascript to set the column widths by adding a style to the TD tags for each cell
    3 - Create a new Report Template and use COL tags immediately after the TABLE tag in the Before Rows section to specify the widths of all columns
    Option 3 may be the easiest?
    Andy

  • Renaming columns resulting in breakage of already existing reports

    Hi
    We recently upgraded from 10g to 11g and we faced the following issue related to trailing spaces:
    In 10g we had trailing spaces for few columns which accounts for say around 300 in number. After consistency check, these trailing spaces were shown as warnings in 10g and did not error out any reports. But in 11g, these trailing spaces were shown as errors and resulting in the breakage of already existing reports. To avoid this, we have to delete the trailing spaces along with the aliases. After this, the only process we are aware of, is to re-pull the renamed columns in the existing reports to make them error free. Now we have around 200 reports using these columns and it requires good amount of manual effort to go in. I would like to know, is there any better solution other than re-pulling these columns to keep the reports error free.
    Any suggestions on this will be very helpful and greatly appreciated.
    Thanks

    Hi,
    Refer
    renaming presentation colums
    Re: renaming using rename wizard.
    Re: Renaming Business Model and Subject Area
    Thanks
    Deva
    Edited by: Devarasu on Sep 27, 2011 5:27 PM

  • Fix the coulmn width of main report which contain the sub report( remains white space of extra width)

    Hi,
    I am setting the column width of main report and that column is bounded with the sub report which contain some data.
    But if width is exceeded other than sub report data that width is showing as white space block. 
    It should be showing as normal header in gray shade.
    Please provide the solution for this. see the screen attached.
    Thanks

    Hi Raj,
    According to your description, you want to show the sub report without any white space in the textbox. Right?
    In Reporting Services, when we display a sub report in a textbox, this textbox will always show the whole sub report area. If the textbox is smaller than the report area, this textbox will extend automatically to fit the size of the sub report. Otherwise,
    it will has white space inside of the textbox. And if you have white space in your sub report, it will also be displayed in the textbox. So you may need to adjust the sub report size to make it fitted in main report.
    Reference:
    Subreports (Report Builder and SSRS)
    If you have any feedback on our support, please click
    here.
    Best Regards,
    Simon Hou (Pactera)

  • Columns' width at runtime

    I have a report with the option "Format with Multiple Columns" checked. In the "Layout" tab I've manually set the width of the column, but the actual width of the column will only be determined at runtime.
    Remarks: in my report I need always 3 columns, but I want a customizable width. "Can grow" option on a field not work, because the second column overlap the first one.
    How can I change the width of the column at runtime? It's possible?
    There is another way to create a report with a runtime-determined number of columns/width?
    [Crystal Reports for .NET Framework 4.0 on Visual Studio 2010 Professional.]

    There no way that I know of to set the width at runtime.
    Depending on your data and SQL skills, you might be able to set something up using a cross-tab, though.  This won't get you a custom width, but it might get you a custom number of columns.
    However, if your real issue is that "Can Grow" fields are overlapping the fields below them, there is a way to handle this.
    1.  Create a new section under the one where the "Can Grow" field is located.
    2.  Move everything that is below the "Can Grow" field into the new section.
    3.  Bring the bottom of the original section up to the bottom of the "Can Grow" field.
    This will allow the "Can Grow" field to grow as needed because the section will grow, but the stuff under it will start in the new section and not be overlapped.
    -Dell
    Message was edited by: Dell Stinnett-Christy

Maybe you are looking for

  • Can't Get Album Artwork

    iTunes isn't letting me get any album artwork and is showing up with a message saying, "*Error -609*." What do I do, and how do I get artwork (as this is a huge pet-peeve of mine)?

  • Displaying Footer on the Last Page of the report

    Hi Experts, We have a requirement to display footer on the last page of the report only. Could you please guide how to acheive this. Thanks in Advance, Cheers, Andy.

  • Multi clip won't open, get general error message

    I have a multi clip that contains only 2 clips. When I double click the multi clip, I get a "General Error" "Out of Memory" message. I threw away the preferences and restarted, not sure what else to do. FCP 5.0.6

  • Issues launching iTunes windows 7 64 bit

    Hi people who are hopefully a lot smarter than I am, I can't launch iTunes on my computer. I've searched the discussion boards and tried all the fixes I've seen suggested and nothing is working. When I double-click on it it does nothing; if I hold do

  • Need PS BBP documents

    Dear Experts, I need BBP Documents for PS. 1. SAP PS Blueprint 2. Customization report 3. Question - Answer Database of Client(if not included in BBP). if anybody has plz send me - Best Regards Edited by: HNRane on Mar 3, 2011 6:21 AM