How to set row height of the row in the interactive report?

Some of the values in the columns of my interactive report are wrapped up changing the height of the row to 2 or 3 characters.
Is there any way to change it? I would like to have all rows set to 2 characters height.
Robert

Add the following style sheet to the page HTML Header.
<style>
table.apexir_WORKSHEET_DATA td {
  height: 2.8em;
</style>

Similar Messages

  • How to set default number of records shown in an interactive report table?

    How can I set the default number of rows shown on an interactive report?
    The default seems to be 15, I can't find where this can be changed.

    Hi John,
    When you're logged into the development interface, run the page with the IR. Set the rows from 15 to 5 (for example) and click "GO". Now click on the Actions Menu icon (the green gear), click "Save Report". "Save as: As default report settings". Click Apply and your rows will be set.
    Martin
    [http://apex-smb.blogspot.com/]

  • How to set up an automatic upper case at the begining of a sentence

    Can someone help me if or how to set up an automatic upper case at the beggining of each sentence. I am doing huge amount of writing and just got fed up with it.

    What application? Pages? If so, that option (and many others) is not available in the current version. You can use the previous version which should be in your application folder. Or you can do what I finally did and use Open Office or Libre Office.

  • How to set a new value for formula field in crystal reports xi?

    <p>How to set a new value for formula field in crystal reports xi?</p><p>//formula</p><p>{@description}</p><p> </p><p>exemplo in VB6</p><p>crxSubreport.FormulaFields.Item(1).Text =  "&#39;Subreport Formula&#39;"  or</p><p>crxSubreport.FormulaFields.Item("description").Text =  "&#39;Subreport Formula&#39;"</p><p>How to in JRC?</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>

    Hi,
    This functionality is known to be very important and is a key part of the next major release of the JRC planned for the first half of 2008.
    Regards,
    <p>Blair Wheadon</p>
    <p>Product Manager, Crystal Reports</p>

  • How to increase the column size of interactive report

    Hi , I am using apex 4.2 and theme 25 ..
    i did not find any option to increase the column size of interactive report. where as in classic report i can do so ,,
    Please guide me to achieve that.
    Thank You,
    Nihar Narla

    Nihar Narla wrote:
    Hi , I am using apex 4.2 and theme 25 ..
    i did not find any option to increase the column size of interactive report. where as in classic report i can do soThis can be done using CSS. Create a rule like this in the page Inline CSS property:
    .apexir_WORKSHEET_DATA td[headers="COLUMN_ALIAS"] {
      width: 10em;
    }where COLUMN_ALIAS is the alias of the column in the report query and the width measure is whatever you require.

  • 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

  • Control the *GO* button in interactive report

    How to control the GO button in interactive report using dynamic action?
    i have to press the GO button automatically using dynamic action when page item get focused.
    Is it possible?
    thanks and regard,
    skud.

    Hi skud,
    Your dynamic action can capture the "Get Focus" event of your page item and then you could try creating a true action to submit the page with a specific request. Create a branch to a URL with the condition of request being equal to the one you specified before, and as target select URL and make use of the filtering of an IR by URL when linking. This is just an idea, hope you can get the result you need.
    Regards,
    Sergio

  • How to develop a Chart from Actions button of an Interactive Report ???????

    Hi
    I am trying to implement a chart from Actions button of an Interactive Report through frond end. I am getting the Flash Security error for this. I know we have to change the HOST variable for this. But i am not sure where exactly I do this. For a normal Flash Chart , i know that we have to do in the Region Source but for a chart from Interactive Report what do I do??????????
    Thanks
    Shruthi.

    Hi
    It seems you are using EPG.
    Replacing #HOST# works for flash charts which you create yourself but I don't think you can do it for the charts generated by Interactive Reports. To fix this issue you either need to update host variable of EPG or the best is to use Apex Listener.
    I would recommend you to use Apex Listener as it will avoid further issues if you use a Reverse Proxy with your Apex Server such as Lighttpd or Apache and use multiple Virtual Hosts etc.
    To install Apex Listener see http://download.oracle.com/otn/java/appexpress/1.1/docs/AELIG/E21058_01.pdf?AuthParam=1324310446_77b28dc5a93555586fc93c0c8804e8de
    You can use Stand Alone mode with Apex Listener as it is easy to very configure.
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • How to skip from one list to another list in interactive report?

    Hi Friends,
    How to skip from one list to another list in interactive report that means now i am in 7 th list how to skip 4th list ?
    Or  now i am in 7 th list how to skip 9th list ?
    can anybody send sample code please.
    Thanks in advance.

    hi,
    at line-selection.
    case sy-lsind.
    when 9.
    sylsind = 4.
    endcase.
    try like this when u r in 9th list next it goes to 4 th list

  • How to set  row height  for  each row

    Hi
    i am trying to set rowheight of row in a JTable using setRowHeight(row,rowheight)
    it is not affecting on Table.but if i use setRowheight(rowheight) it applying
    entire table ,please help me to solve this problem
    after setRowHeight(row,rowheight), i am calling firechanged() method also ,i t will not affecting please hemp me
    how to set row height at runtime in a JTable

    Ok fine... do one thing... post ur code here let me check and tell u....
    Ciya.....

  • How can set colour for a particular row?

    Hi all,
    in my context ,i have a field like epi_type.i want to set entire row in red colour wherever epi_type = emergency.
    How can i aceieve this?
    Regards,
    Ravi

    I'm assuming that you are using this ALV for WD, else I don't think it is possible in 'normal' table view.
    It seems not to be opening the thread I tried to provide when clicking so I will give the answer (copy from above mentioned thread):
    U will be having one Node for that ALV Table Know.Add one Attribute for eg., CELL_DESIGN of type WDUI_TABLE_CELL_DESIGN.In the Properties of Table Column Properties there is one Field Called CellDesign.U Map the Attribute CELL_DESIGN for the Column which u want Color.If u want for a Row then map that attribute for each column.
    U cant set ur own colors for the Cell.In the CellDesign Property u will be having a Dropdown in which a list of values will be present u can make use of that colors.
    U can give the CellDesign Colors from the Documentation such as badvalue_dark,badvalue_light,etc.,
    During the Runtime,based on the condition u can set the Values for that Attribute Using SET_ATTRIBUTE.
    For Eg.,
    DATA lo_nd_table TYPE REF TO if_wd_context_node.
    DATA lo_el_table TYPE REF TO if_wd_context_element.
    DATA lt_table TYPE wd_this->elements_table.
    DATA ls_table TYPE wd_this->element_table.
    lo_nd_table = wd_context->get_child_node( name = wd_this->wdctx_table ).
    get element via lead selection
    lo_el_table = lo_nd_table->get_element( ).
    lo_nd_table->get_static_attributes_table(
    IMPORTING
    table = lt_table ).
    loop at lt_table into ls_table.
    if ls_table-text = '1'.
    lo_el_table->set_attribute(
    name = `CELL_DESIGN`
    value = 'negative' ).
    elseif ls_table-text = '2'.
    lo_el_table->set_attribute(
    name = `CELL_DESIGN`
    value = 'positive' ).
    endif.
    endloop.
    Edited by: Micky Oestreich on Apr 16, 2008 10:56 PM

  • How to set cell Height in a GridControl?

    How can I change the Height of a cell in a GridControl?
    And how can I change the margins of a cell?
    I tried using CustomPaintSite.setItemMargins(), it works
    only for left, right margin, but never affects top & bottom,
    I found GridControl is very annoying.
    Shaomei
    null

    First of all: do not use table (like the MS Word table). Create a tale "look and feel" using subforms: one for row and one for the table. Then accessing the row and its value is not a problem and has been explained many times here or in the manuals. The same way you will manipulate the font properties of the cells.
    Otto

  • How to set specific height in JLabel but vary in width ...

    Hi,
    I want to set the height of JLabel to fix height but vary the width according to the content of the label...
    How does I do that ??
    JLabel lbl = new JLabel("Hello this is aman");
    lbl.setPreferredSize(100,30);
    If the the text is changed, the width will be truncated at 100 pixels... how do I change
    that to height 30, but width change according to text ?
    thank

    Hi..
    may be this works for you ---
    since u want to adjust the width with the text size.. means that you will be taking an input from the user and then set it on the label.. so before setting the text on the label & width of label .. get the length of the text and set this length as the width parameter to method setPrefferedSize()..
    ex:
    // get the text from textbox
    String userinp = textbox.getext();
    JLabel lbl = new JLabel();
    lbl.setPreferredSize(userinp.length,30);
    lbl.setText(userinp);

  • How to set Panel height to browser height?

    I have a panel in a module in an application (App > Module > Panel). I would like the panel to take up the full height of the browser window. How can I achieve this? Trying to set height="100%" doesn't work, and makes the panel disappear. Setting the layout to absolute also doesn't work when setting top and bottom margins to 20.
    Any ideas welcome.
    Thanks!
    Mike

    There is something odd going on. I did what you suggested, but then the module doesn't display. However, when I remove the percentage-based height tags everything shows up.
    It seems that the Panel object is sensitive to height being percentage-based. As soon as I set its height to "500" instead of "100%" it displays.

  • Being new to working with Mac, I was wondering if anyone can tell me how to set my Mac Book Pro wirelessly to the Canon Pixma Pro9000 Mark ll? My husband had gotten this printer and the sales person said that it can be set up wirelessly to my Mac Book Pro

    Being new to working with a Mac, I was wondering if anyone can tell me step, by step on how to set up my Mac Book Pro(Mid 2012) wirelessly to a Canon Pixma Pro9000 Mark ll that my husband had gotten me? Sales person told him that it's compatiable to my Mac Book Pro, Mtn Lion, but I do not see it and I don't see how to do it wirelessly. Any help would be appreciated. Thanks ;o)

    Hello:
    There is nothing wrong with asking questions.  There  are no dumb questions....answers, yes, but not questions. 
    If you set up your wi-fi router to establish a network, then both your printer and MacBook Pro will connect wirelessly.  *** I do not know what kind of router you possess, I don't want to suggest things that might not be relevant.
    Barry
    P.S. No need to apologize!  Most of the people here (none of us are Apple employees) enjoy trying to help others. 

  • How to set up Verizon.ne​t email on the Apple iPad/ iPhone & iPod

    After two hours on hold I finally got a soul to talk to but just to find out that nobody knew how to set up Verizon email account on the new iPad. It took me a few minutes but I figure it out by myself and I will be glad to share it with anyone by just calling me {edited for privacy} ( Verizon Wireless by the way - lol ).
    {edited for privacy}

    Why not search for iPhone setup instructions on these forums?   I have posted exact step by step instructions or configuration summaries at least three times in the past 6 months on this topic.
    Here's one ....
    http://forums.verizon.com/t5/Verizon-net-Email/Ito​uch-is-connected-but-can-t-get-email-to-work-from-​...
    The above one specifically deals with Verizon mail via the Yahoo portal.   For Verizon regular mail you would modify as follows:
    POP Account Information
       Name: Joe User
       Address:  [email protected]
       Description: Verizon
    Incoming Mail Server
       Host Name:  incoming.verizon.net
       User Name:  [email protected]
       Password: ******
    Outgoing Mail Server
       SMTP outgoing.yahoo.verizon.net    ->
          Primary Server  ->
             Host Name: outgoing.verizon.net
             User Name: [email protected]
             Password: ******
             Use SSL:  Off
             Authentication:  Password
             Server Port:  587
    Advanced
       Deleted Message
          Remove: After One Week
       Incoming Settings
          Use SSL:  Off
          Authentication: Password
          Delete from server: Never
          Server Port: 110

Maybe you are looking for