I want to control width on column in report screen - new user

the file is "CHANGEMANAGEMENT"
The field is "REQUEST_DESCRIPTION" - It is 2000 characters
I can't find a combination of settings that will allow me to set the width on a column for a screen so that the screen doesn't have to scroll away to the right. If I change the type to text area, I can set the width but it opens it up so that it doesn't look like a report. (It looks like the screen that I'm typing this into.) Plus it holds all the spaces so that the report is much larger than it needs to be.
The report screen is from a PL/SQL query - similar to
select * from "CHANGEMANAGEMENT" - with a join to another table with another large field.

Hi CheekyFellow,
I hope the following will make it a bit clearer:
When a report is being generated, a table is created (in HTML, this is a <TABLE></TABLE> tag) to hold the data. Within this, each record is added as a new row (a <TR></TR> tag) and within this each field is inserted as cell (a <TD></TD> tag) - the data itself is inserted between the <TD> tag and the corresponding </TD> closing tag.
When you apply styling using the CSS Style setting, it can not update the <TD> tag as this has already been created, so it wraps the column's value within a <SPAN></SPAN> tag applying your style setting to the SPAN tag (eg, <SPAN style="color:blue">xxxxx</SPAN> will turn the text blue). SPAN tags are normally used to apply font and colour styling to portions of text. Whilst you can add things such as width settings, SPAN tags are not "block" elements in HTML (ie, they are not rectangles on the page) but are "inline" elements (ie, they flow with the text they surround), so setting dimensions will not necessarily produce the result you expect. As an example, a TABLE is a block element because it has dimensions that you can define and is rectangular in shape but a <B>xxx</B> tag (to switch bold on/off) is an inline element because it affects the text display not its layout.
Within a table, a column is made up of a collection of <TD> cells. The maximum width of these cells determines the width of the column. You can override this by adding in a <COL> tag definition immediately after the <TABLE> definition. In our reports, we don't get this opportunity because the table, tr and td tags have already been created. As we can not add in a COL tag in the report table itself, the only way to fix the width of a column is to fix the width of the <TD> cells within that column and the only way to do this is to add in an HTML element that you can fix the width for. With the additional requirement of needing word-wrapping in the contents of the cell, you can only really use a <TD> cell and, therefore, you need to construct an entire table (albeit one that has only one row and one column) - hence my suggestion shown above.
Regards
Andy

Similar Messages

  • Firefox downloaded with a virus cannot remove program from my computer.Have tried normal removing i.e control panel remove program I am a new user

    Firefox has a virus attached. I download without an anti virus program in place.I now cannot remove current version of mozilla 3.6.3 from my computer. I've tried =control panel= add and remove programs nothing happens. I have all kind of problems trying to open mozilla and it constantly freezes and almost ever session displays restore session box. I would like to be able to remove this version and download again with anti-virus in place. I am new to using a computer and a lot of what I do is trial an error but I have always been able to add &remove programs. Thank you
    == This happened ==
    Every time Firefox opened
    == I downloaded

    Help->Troubleshooting information
    Copy contents of the webpage
    Paste them into your reply
    Help->Troubleshooting information
    Find on this page this part of table
    Build Configuration about:buildconfig
    click "about:buildconfig" link
    copy contents of this page
    paste them into your next reply
    (separately from contents of previous page)
    If possible, give link to the web-page from which you downloaded Firefox.
    Are you opening Add&Remove programs as the same user which installed Firefox?
    --------------------------------------------

  • Captivate 6.0 - I want to make a rollover shape stay on screen if user wants it to

    I have used smart shapes as rollover popups. However, I'd like to give the user the option to select a shape or more to stay on screen, by probably clicking on it. The purpose is to give user the ability to compare the content of selected smart shapes, thus viewing both or more on the screen at the same time.
    Any ideas or does anyone know of any widget that could do this, please?

    Instead of using a rollover you could try adding a button which, when clicked shows the text box.  You set this up by inserting a button (you can make it transparent if necessary).  Under Action in the properties panel choose On Success: Show and then select the appropriate text box.

  • Can you programmatically change the width of columns in a table control\indicator

    Is it possible to programmatically change the width of columns in a table control\indicator ie to fit to width of the data or in my case the header information.

    Create a property node (or reference) and use the 'Active Cell' property to select which column you want to change and then use the 'Cell size'--> 'Width' property to change the size.
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    table.vi ‏33 KB

  • SSRS 2005 - Dynamically control the width of columns in Matrix report or Hide any column

    Hi All,
    I just want to hide some column without having white space in Matrix report in SSRS 2005. Although I am aware of that perhaps this feature is not available on SSRS 2005. So, I just want to know if we can handle the width of column dynamically(using expressions)
    in matrix report?
    Please help. Thanks in Advance.
    Regards
    Kumud

    Hi Kumud,
    Based on my test, SSRS is not support column dynamically width. It has property “CanGrow” of text box. If we configure the property to True, it will wraps to next line if needed. In SSRS 2008, we can hide some columns without white space. If possible, I
    recommend you update your SSRS 2005 to SSRS 2008.
    There is a similar issue, you can refer to it.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9e6043f1-c458-4540-be59-d37b02feab8a/dynamic-column-width-for-a-report?forum=sqlreportingservices
    Alternatively, I recommend you that submit a wish to the Microsoft Connect at
    https://connect.microsoft.com/SQLServer/Feedback. Your feedback is valuable for us to improve our products and increase the level of service provided.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to Change Width of "Columns" in Falsh Chart

    Hi,
    I am working on "STACKED 2D COLUMN" flash chart. I want to control the width of the Columns,
    because when there is only single column in the data. it fill's the whole chart region itself with single column.
    Thanks in Advance.
    Regards
    Sanjay

    Hello Megadown,
    This is how you can change the width:
    TableColumn column = jTable1.getColumnModel().getColumn(0);
    column.setPreferredWidth(100);
    Regards
    Johan

  • In BI Bex Query Designer output, dont want to have unit at column Heading..

    Hi
    I have a BI Bex Query Designer report showing output with Qty unit at Column Heading level. Even in KF's Text i didn't mention unit. I want unit to appear to column fields instead of column heading. Pls let me know how to do that.
    One more thing is: i have 2 reports exactly same except due date range is different. first report showing unit for each KF at the column heading level and for 2nd report showing column fields level... Surprising. Pls let me know what is the reason and how to control it.
    Thanks...

    Hi Harpal,
    Key figures can have scaling factors and units/currencies. Normally, units/currencies are displayed for every key figure, but not the scaling factors. If you activate the Display Scaling Factors for Key Figures, an additional header row is added to the row or column header. Information about the scaling factor and currency/unit appears in this additional header row, as long as it is consistent (for example, 1,000 EURO).
    For more information, You can go through
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/52029f961aa84d869b9b20fa7f7646/frameset.htm
    Hope it helps & resolves your issue.
    Regards,
    Pavan

  • How to fix Width of column in classic report.

    Dear Friends
    i am using Apex 3.2.
    i have created Clasic Report and i have summary column in my report that column have description of issue so i want to fix width of that column nn Classic report .
    i have try some code in html expression
    <span>style="width: 480px; display: block; white-space: normal; font-size: 11px;">#ACTIVITY_SUMMARY#</span>
    {code
    after apply abovemention code that display me in my summary like this and not manage width of column.
    style="width: 480px; display: block; white-space: normal; font-size: 11px;">Dear Cherryl, Greetings !! Thank you very much for the new query and we are pleased to confirm the availability of one single cabin in all the three categories of cabin on M.V. Mahabaahu. We would like to inform you that both the departures 15th Oct 2013 & 29th Oct 2013 (Golden triangle with Cruise) are operational and attached are the prices for your kind consideration. As a special promotion for the 15th Oct 2013 departure only, we are offering USD 100 per person reduction on the Golden triangle portion combined with the cruise. Kindly review and advise us to block the accommodation accordingly. Regards...pankaj
    How to fix Width of column in classic report.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    I'm working an example in APEX 4.2 so YMMV (your milage may vary!).
    For Classic Reports, where the Column Attributes "Display As" is set to Display as Text (escape special characters ...:
    1) I find that Column width and Element Width setting have no effect to make the column smaller or larger.
    2) Here is one way that works:
    - In the Region's Region Definition, under Attributes give the Static ID a name (no spaces), say, class-report.
    - In the columns you want to affect, place "&#60;div>#ENAME#</div&#62;" in the columns Column Formatting "HTML Expression". Where "ENAME" here is the actual column name.
    I'm using the EMP table as an example.
    - Finally, in the page's HTML Header put, for example
    <style>
    #classic-report td.data[headers="ENAME"] div {
      width: 200px;
      color: blue;
    #classic-report td.data[headers="JOB"] div {
      width: 50px;
      white-space: nowrap;
      word-wrap: break-word;
    </style>This makes the ENAME column wider and the JOB column smaller and wraps it.
    Much more could be said. If you tweak you will find you can also affect spacing above, below and right/left of the data.
    #classic-report .report-standard th.header {
      border-left: #9fa0a0 1px solid;
      padding: 2px 3px 4px 5px;   /* top right bottom left margins */
      font-size: 11px;
      font-weight: bold;
      vertical-align: bottom;
    #classic-report .report-standard td.data {
      border-left: #9fa0a0 1px solid;
      padding: 3px 4px 5px 6px;
      font-size: 9px;
    }Does this help?
    Howard

  • Sharepoint 2013 changing the width of columns in a list

    Hi, 
    I would like to know if it is possible to change the width of columns in a custom list in sharepoint 2013. I have tried to load it in Sharepoint Designer 2010, but it will not allow me. Therefore, I can only use SPD 2013.
    Thanks

    Hi Jemelia,
    According to your description, my understanding is that you want to change the width of a column in a custom list in SharePoint 2013.
    Per my test, if we edit the AllItem view of the list in SharePoint Designer 2013, we cannot get the design tab to customize the XSLT of the list and change the width of the column.
    I recommend to create a new page, and then add a data view web part of the corresponding list to the page. After that, we can get the design tab to customize the XSLT of the list.
    Here are the detailed steps:
    In the newly created page with the added data view web part of the list, select the data view web part  and then click on “Customize XSLT” > “Customize Entire View” on design tab in the menu.
    Search for the fieldname for example in my case “Column” then you will get template like “dvt_headerfield. Column”. In this template there is a attribute name like <xsl:attribute name="style">
    in this just add the width size like following.
    <xsl:attribute name="style">padding:0 !important;border:0 !important; width: 600px</xsl:attribute>
      3. Search for the template  “FieldRef_printTableCell_EcbAllowed.Column”. In this template you will see “<td>” and you can add style to change its width like following.
    <td style=" width:300px">
    We can also use jquery to change the width of the column in SharePoint 2013:
          1. Create a txt file containing the code below:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $("TH.ms-vh2:contains('Title')").css("width", "300px"); //You can change the column to be the column you want to change the width, Title in the code for example.
    </script>
           2. Upload the txt file to a library in SharePoint.
           3. Add a Content Editor in the page where the list exists, and then edit the web part.
           4. In Content Link, type in the URL of the txt file in SharePoint, like
    http://server/site/library/file.txt.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Setting fixed width on columns with the Column Graph Tool

    Hi,
    I'm trying to perfect my charts a little.
    Right now the width of my columns using the Column Graph Tool seem to be dictated by how many columns I got in total. So if I only have two columns both get really wide. But if I have four, they look just nice. Is there any way to set a fixed width on columns with the Column Graph Tool?
    Thanks!

    What am I thinking.
    Select your graph double click the graph tool at the bottom of the dialog, enter the percentage you want the coulmns to be  and the percentage you want that cluster to occupy.
    Duh!

  • How to control width an height of a page region

    Hi all.
    How do i control width an height of a page region?. Say you have 4 regions on a page and want to tightly control these attributes, for example as a percentage of page dimension.
    Is that possible?, Also can it be manipulated dynamically?
    Best regards, Luis ....!

    Hi Luis,
    I don't know about dynamically but in the Region Attributes you can add 'style="width:100px" (or whatever value you want 10%, 25% etc.) to control the width
    and to control the height you need to add:
    <div style="overflow: auto; height: 450px;">(again or whatever size)
    to the region header and
    </div>to the region footer
    regards
    barney
    Edited by: barneyonfire on 27-Jan-2012 16:58
    sorry it didn't show the tags before...

  • How can I change the width of columns in (e.g.) the week view in Thunderbird / Lightning?

    As it currently displays, the Lightning display of a week doesn't fit in the window, so I'm forever scrolling left and right. I'd like to reduce the width of columns so that all 6 or 7 days (depending on whether it's a work week or full week) can be displayed within the window's width, without scrolling. There seems to be no standard way to configure this to happen.
    I have the calendar pane on the left reduced to its narrowest (I still need this for navigation, so I can't just get rid of it).
    I have tried zooming out, but all this does is reduce the height of events etc. within the columns, it does not affect the width of the columns.
    Thanks.

    While they may auto adjust to what it thinks is a correct width, far too often it allocates way too much room and that causes lists with 4 columns to be much longer than they need to be and without the ability to adjust them, lists look strange.
    http://twitpic.com/23ro09/full is an example of the first column having been allocated too much room.
    Denzel

  • I want to hide a column in report 6i

    hi
    I want to hide a column in report 6i,
    I used this code
    function F_col_qty3FormatTrigger return boolean is
    begin
    if :color3 is null then
         return (false);
         else
    return (TRUE);
    end if;
    end;
    plz note that COL_QTY3 and COLOR3 both are from different table
    and resulting gave this error
    REP-1314 Format trigger 'F_col_qty3' reference column 'color3' at wrong frequency.

    You can format fields from a lower level group using fields from an upper level field, but not vice versa. This is because for the same upper level field there may exist several values of the lower level field. If this can not happen in your situation, there is no reason to place the fields in different groups.

  • How do I change the width of column "rating"

    all columns are variable in widht. but not "rating" (stars). How do I change the width of column "rating"?

    Hi Emkaha,
    By the way the column "last played" can be reduced to a size which display the date "incorrect" as well (you'll see only the first number of the date which wouldn't make any sense too, but it is possible).
    True, but if you see date of "1" you will know you are not seeing a full date.  If you see 2 stars, it is a valid value, even if it is not correct.  At least, that is my supposition about why it is designed the way it is.
    Having said that, the extra width in the German version -- the Wertung column is wider than needed for 5 stars -- does seem odd.  In the English version for Windows PC, the Rating width is just enough for 5 stars.  You can report this to Apple via the iTunes Feedback page.

  • Want to expand columns on planning screen for shipment

    Dear All,
    I need to expand 3 Z-field columns on planning screen for shipment. With Note# 400368, I need to add my Z-fields in structure VTTKD and apply them to the ALV grid with modifications of FM RV_SHIPMENT_VIEW, however, in my project, we cannot do any system modification that will affect by importing R/3 support package or upgrades...
    Any other solution that I can take to expand 3 Z-fields to the ALV report?
    I am looking for GuiXT tools, however, I don't know whether GuiXT can modify standard ALV report or not.. If anyone has experience with GuiXT, could you please show me which command I want to use in this case and how?
    Thank you in advance!

    Hello Tiger,
    >>1, How could Jet DB expand columns when connection with "HDR=No". It is possible?
    We should know that “HDR=No” is used to configure whether the provider considers the first row to be column name or to be a normal data row. There is not other approach to set this configuration.
    >> 2, How to remove the header as an workaround way?
    With the oledb provider, it is not possible to avoid insert these header, my suggestion is that you could open the target inserted excel sheet, and remove first row manually which is fast and easy. Or to remove the first row through using Excel.Interop.dll.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • BEX/WAD Errors

    Hello Experts User keeps getting "Run-time error 91" Object variable or with block variable not set, & Run-time error 1004 when running query from WAD when ever user logs onto saved work books in favorites from BW side. Please does anyone know why th

  • How to get max(date) with BI Answers?

    Hi, I have a fact table with costs of projects and several dimension tables. The data in the fact table is stored day-based and is related to a time dimension. Additionally there is a relation between the fact table and the project dimension. A proje

  • How can I disable Adchoices on my iPad?

    How can I disable adchoices on my iPad? It is taking over the screen and making it difficult to navigate.

  • My wikipedia enciclopedia off-line app doesn't open after the iOS 5.0.1 update, help me please!!!

    Please i need some help, my encyclopedia off-line app in spanish doesn't open after the iOS 5 update. I mean it opens, but after a second it shuts off. All other app work perfect, an i have tried everything, restart my ipod, restart the app, eliminat

  • Assets 50.3 Business Package

    Any one worked with this business package. I would like to know the process involved in getting the source code. Regards Mike