Show bold text in Table column's Caption in WebDynpro

How to set style of table column's Caption in WebDynpro to bold?

If you're on a portal, use the Portal Theme editor (Complex Elements > Tables)
Or, alternatively, use the eclipse theme editor, available for download at http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
Best,
Robin

Similar Messages

  • Selective BOLD text in table

    Hi guys,
    I have report on Service Request Active reporting subject area. Standard table view with one additional column with custom text displayed using CASE...WHEN logic. This works perfectly fine.
    What I need is to display the values being pulled to be displayed in BOLD (not the whole field just selective text). for this under column properties in Data Format tab i selected HTML and tried using <bold>text/column formula</bold> or <b'>text/column formula</b"'> or ['b]text[b'] (added a couple of ' here in the post to remove the forum's formatting) but nothing seems to work out. Can someone point out where to place the bold tags and the format so that i can get this working
    *sample logic statement*
    CASE
    WHEN "- Service Request Custom Attributes".PICK_16 = 'Tier 3 Integration'
    THEN 'Issue 1 = ' || "- Service Request Custom Attributes".PICK_16 || ',<br> ' || 'Issue Owner = '|| IFNULL ("- Service Request Custom Attributes".PICK_20, 'NO OWNER ASSIGNED')
    WHEN "- Service Request Custom Attributes".PICK_17 =
    ELSE 'NULL'
    END
    thanks
    Gaurav
    Edited by: Gaurav Shah on Mar 4, 2011 6:56 PM

    How would I use conditional formatting?
    Let's say I've given the field a custom heading of Issue - Owner (combination of values from 2 separate fields based on certain CASE logic). I go to the Properties>Conditional Format tab> I click on Add Condition and it shows the list of columns. I select Issue - Owner. It throws up the combined values as possible answers which would be incorrect.
    The 2 columns used to combine this are not used in the report, so i cannot use that to filter and if i do add those columns then also i do not get the correct filter settings.
    I have a complete sentece displayed in that column - part of it is static text that i have entered and part of it is the column formula which displays various picklist values based on the logic.
    I need some words of the static text and some of the formula highlighted.
    for e.g. this is displayed in the column
    The Issue 1 is Integration and Issue Owner is John Doe
    Issue 1 is static text while John Doe is value returned based on CASE logic
    I need 2 separate types of data displaed in bold

  • ADF Faces - indenting text in table column.

    Is there a way to indent text in an ADF Faces coreColumn component? I'm trying to represent a recursive tree structure in a CoreTable. I've tried inserting object spacers depending on the depth of each node in the tree, but Faces then wraps the text after the spacers, even when I specify no wrap for the column.
    Better yet, is there a way I could do this with a tree component? I've tried separating the different levels into different collections with separate custom methods, but I don't know how to specify the master/detail relationships between them.
    Any suggestions gratefully received.
    Brian Spear.

    Thanks, Frank. I don't think a tree table is the answer; it has the same requirements as the tree (or so I understand) with regards to populating each level from a different collection, and foreign key relationships. Not suitable for recursive relationships. Furthermore it only shows a small part of the tree at a time. I've got as far as returning a list of nodes within a structure, and I can display the structure, with icons for expanding and collapsing the nodes. All I need now is a way to indent the levels so the structure is more visible. The best I've managed so far is by inserting ". . ." in the text itself on each lower level, to make the left-justified text look indented. Obviously, I'd like a better way, that can be implemented in the view layer.
    Is there maybe a way of nesting objects within an outputText component so that it doesn't wrap? Must look into that.
    Thanks again.
    Brian Spear.

  • IE 10 not showing some text on Table

    Some of the texts are not shown on IE10 mode. This occurs on random cells. On page refresh also this occurs again on any other cells randomly. But these texts are shown while selecting IE9 mode on Internet Explorer.
    I can see those data on source code. And if I copy and paste on Notepad that table data I can the text  for all the cells.
    How to solve this. I need solution for this as soon as possible.
    I have used the following code for the above table:
    <table cellspacing="0" border="1" style="border-collapse: collapse;" align="center">
        <tr class="gr_hdr">
            <td>
                Meter
            </td>
            <td>
                Field
            </td>
            <td>
                Value
            </td>
        </tr>
        <asp:Repeater ID="DataRepeater" EnableViewState="false" runat="server">
            <ItemTemplate>
           </ItemTemplate>
        </asp:Repeater>
    </table>
    CSS used
    .gr_hdr
        background-image: url(../img/grd.gif);
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #660000;
        background-color: #845446;
        height:24px;
        text-align: center;

    Hi Rob,
    Thanks for the response.
    I checked and the Trace Styles tab does not show the cell having "display:table-cell" style.
    This web application uses a standard css to define styles for a <td> tag as such:
    td {font-family: Arial; font-size: 8pt;}
    if I add the style you have mentioned as such
    td {font-family: Arial; font-size: 8pt; display:table-cell;}
    It still does not show up when I select the <td> cell and check the "Trace Styles" tab.
    Am I using the "display:table-cell" incorrectly? Where else should I specify it?
    The HTML for the whole web page is huge so I am including just the HTML of the affected part of the page:
    <tr>
    <td align=center>
    <table border=1 bgcolor=white cellspacing=0 cellpadding=2 width=100%>
    <tr valign=bottom class=tableTitle2>
    <td rowspan=3 width=20% colspan=2>Queue Name</td>
    <td colspan=3 rowspan=2 width=35% align=center>Applications</td>
    <td colspan=5 align=center width=45%>Pend Assignments</td>
    </tr>
    <tr valign=bottom>
    <td colspan=3 align=center><b>Assigned To Queue</b></td>
    <td colspan=2 bgcolor=white align=center><b>Assigned From Queue</b></td>
    </tr>
    <tr valign=bottom class=darkHeader>
    <td align=center >Unassigned</td>
    <td align=center >To Me</b></td>
    <td align=center >To Others</td>
    <td align=center>Unassigned</td>
    <td align=center >To Me</td>
    <td align=center>To Others</td>
    <td align=center>By Me</td>
    <td align=center >By Others</td>
    </tr>
    <tr>
    <td
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&rnd=560d1478-2c5a-493a-a18e-034ad6599405'>
    <b>Enrollment</b></a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=19&rnd=790040a0-570c-4429-91c0-7a9d030a174e'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=1&rnd=d03bedaa-cb47-40ed-9fce-f04939b2d60e'>
    19</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=3&rnd=638bea64-72a1-483e-9081-1ad803cc1e7a'>
    155</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=7&rnd=cf5f4985-7a6e-4319-a104-f6beb9ecca59'>
    1</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=8&rnd=1ed0ee0a-6d8f-497e-b1eb-4a15b008df6c'>
    113</a>
    </td>
    </tr>
    <tr>
    <td
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&rnd=38f71731-0658-4f90-b899-031f5cc3e225'>
    <b>Introduction Call</b></a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=22&rnd=bbbb06e5-8bd1-401a-8c32-881b71eac952'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&category=1&rnd=0e871bc7-64bf-4ddf-877a-96a48328e604'>
    14</a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&category=3&rnd=d2a512eb-aa5c-4b72-9f9f-87b52bc6aebe'>
    57</a>
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    </tr>
    <tr>
    <td
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=27&rnd=30b5f89c-be4b-4525-b3ee-0afbe4df85c7'>
    <b>Tax Set-Up</b></a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=27&rnd=72873a74-75ad-4a6a-bca4-a8de0b5165e5'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=27&category=1&rnd=91be337e-3232-4a89-87a9-5b3ba1ed5ccf'>
    3</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    </tr>
    <tr>
    <td
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&rnd=8153a964-1403-4345-ae67-f0ebf263b981'>
    <b>Implementation</b></a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=17&rnd=3d532f7b-3ed7-4e2a-8056-af32acd0ce44'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&category=3&rnd=697c0e1a-2d28-42e8-a204-5b1f3a70262f'>
    112</a>
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&category=7&rnd=15c11294-cd7f-4cac-add6-2dd27c99b1fb'>
    3</a>
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    </tr>
    <tr>
    <td
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&rnd=6d57a566-07d0-45ec-9f35-e4ad1bd15e60'>
    <b>Tax QA</b></a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=28&rnd=818cad70-e7e0-47fb-a4d0-c30170dfeb24'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=1&rnd=2945c092-c06e-4e33-85e6-f5967efa5256'>
    5</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=3&rnd=b9538200-588f-4385-86fe-7d33f2841072'>
    11</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=7&rnd=72c3073f-cc11-42b2-9164-d98ab4e1858a'>
    1</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=8&rnd=453825e3-db85-44d4-87b5-c5c970c8c9d4'>
    3</a>
    </td>
    </tr>
    <tr>
    <td
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=13&rnd=fd8957c6-1ae2-4aa7-8fc0-a88be1e99620'>
    <b>Implementation QA</b></a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=13&rnd=95a425a7-2271-4fec-aa86-0910f9b5928b'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=13&category=3&rnd=847fbc95-0660-45b3-9ee2-0eb85b362efb'>
    601</a>
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    </tr>
    <tr>
    <td
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&rnd=2499ce88-8f1f-4cd5-875e-4d482ad127ea'>
    <b>1st Processed</b></a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=14&rnd=352273f4-976e-43cb-9c3e-a35a81ae8d4e'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&category=3&rnd=6be1692f-cbb0-48c3-baf4-f17b80e04d81'>
    420</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&category=8&rnd=2b98e623-c93c-4532-ab26-5c4abc34fde2'>
    3</a>
    </td>
    </tr>
    <tr>
    <td
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=12&rnd=e8a8dfec-fdee-40da-b7d9-9c2a803dd039'>
    <b>1st Processed QA</b></a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=12&rnd=c2b39342-cc40-4253-ac8a-1cf16397d24c'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    bgcolor=#EDEDED
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    <td align=center
    class='otherGrey'
    >
    0
    </td>
    </tr>
    <tr>
    <td
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=34&rnd=2e37d520-5ec1-435f-93f5-7c1a64fe2ee8'>
    <b>Account Manager</b></a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=34&rnd=cea88295-1b5a-4948-b79e-b82c1919de94'>
    <img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
    </a>
    </td>
    <td align=center
    >
    <a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=34&category=1&rnd=f618b964-5a6f-4b0c-9ff2-a2b614c847aa'>
    22</a>
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    <td align=center
    >
    0
    </td>
    </tr>
    </table>
    </td>
    </tr>
    Its always the <td> tags with the numeric data in them that disappear.
    Please let me know if I should declare the style for every <td> tag? I was under the impression that this style was only relevant for displaying tabular data within <div> tags.
    Besides this, is there anything else I can do to mitigate this issue? It is quickly escalating with our customers.
    Thanks for all your help.
    Ahmad

  • Center text in table column expanding and distorting side columns

    Anyone out there that can help me with this, I would appreciate it. I've created the table for this web page in photoshop and sliced it up. The center column is were the body of the text is displayed as you can see from the screen shot. The body text on some of the pages extends below the design of the page. This is dependent on how much content I have of course. If the text continues below the table parameters, the outer cells stretch out, causing separation of the sliced images in the side columns, as you can see in the other screen shot. This only happens in I.E. of course. In safari the table has no problems.
    Is there any way to get this under control in I.E? I have tried everything that I can think of. I have battled with this for far too long now.
    Any Help would really be appreciated
    Thanks,
    Duncan

    Would really need to see the code to see the extent of the damage Photoshop html has caused. This is a typical problem when exporting html from Photoshop OR trying to assemble the slices into one gigantic table where the cells have been split and merged numerous times which causes distortion.
    The idea, looking at your page, would be to insert a simple 3 column x 1 row table into Dreamweaver then insert the components that make up your page into their realtive columns. Using this simple construction method will ensure that all the page elements remain seperate and cannot interact with other element in different cells, which is what is NOT happening in your construction at the moment. 

  • Script to show forms label - table/column mapping

    Hi,
    Is there a script that reads a .fmb file and generates an output that shows what is the table/column behind every label/field ?
    Appreciate your help.
    Thanks,
    Gopal

    there is no script
    maybe its easier to write a library with a procedure, which loops through all blocks and in the block through each item and get those data you need.
    get_form_property (FIRST_BLOCK)
    get_block_property (blockname, NEXTBLOCK)
    get_block_property (blockname, FIRST_ITEM)
    get_item_property (blockname, NEXTITEM)
    try it
    Gerd

  • Bold text in af:table column header

    Guys,
    I want to bold the text in af:column header.
    I want "label1" text to be bold.. Any suggestions welcome.
    <af:column sortProperty="test1" headerText="label1"
    inlineStyle="font-weight:bold;">
    <af:outputText value="#{row.attribute1}" id="ot129">
    </af:outputText>
    </af:column>

    Hi,
    you can use the property headerClass.
    For example:
    headerClass="myClass"
    .myClass{
    font-weight:bold;
    }or using facet:
    <af:column align="center">
                    <f:facet name="header">
                        <af:outputValue value="Text" inlineStyle="font-weight:bold;"/>
                    </f:facet>
                    <af:outputText value="#{row.attribute1}" id="ot129">
                    </af:outputText>
    </af:column>Regards,

  • How to change the column name as bold in adf table

    Hi,
    How can I change the column name with bolder style and blue colour in adf Table?
    I changed the color and font weight in af:column properties, but its effecting the data in that column but not with the column Header Text property.(i have given column name in header text).
    can any one have any idea how to do this?
    and I have taken panel tabbed layout and in that i'm displaying this table.
    but this table has scroll beneath of it to show all columns.
    but i want to display all columns (for this, page should have scroll at the bottom side).
    how can I achieve this???

    Hi,
    Add the following CSS Code to the custom skin css file that is to be created as per the suggestions above.
    *af|column::column-header-cell{*
    color:Blue;
    font-weight:bold;
    This would ensure that all the table column headers are blue in color and bolder font style through-out the application.
    By the way, what version of JDeveloper are you using?
    Thanks,
    Navaneeth

  • Unable to turn column headers bold in Word table using VB Script

    I have created a table in Microsoft Word 2010 using VB Script (this is via the script engine that forms part of HP Quality Centre functionality).  The table itself is OK, 2 columns with centred headers.  However, I am unable to make the column
    headers bold.  I have spent hours searching the net and trying various options to no avail can somebody please help me.
    Set objWord = CreateObject("Word.Application")
    Set objDocument = objword.Documents.Open(Src_Dir & template_file
    Const wdAlignParagraphCenter = 1'var to control justification of the table columns
    Const NUMBER_OF_ROWS = 1 'number of rows in intial table
    Const NUMBER_OF_COLUMNS = 2 'number of colums in the intitial table
    'search for the "TAA_TABLE" bookmark embedded in the document template, this is where the table will be created
    Set objRange=objDocument.Bookmarks("TAA_TABLE").Range
    'create the table
    objDocument.Tables.Add objRange, NUMBER_OF_ROWS, NUMBER_OF_COLUMNS
    Set objTable = objDocument.Tables(2)
    'populate column headers
    objTable.Cell(1, 1).Range.Font.Bold = True
    objTable.Cell(1, 1).Range.Text = "Sub Contractor"
    objTable.Cell(1, 2).Range.text = "TAA Number"
    'centre the column headers
    objDocument.Tables(2).Rows(1).Select
    Set objSelection = objWord.Selection
    objSelection.ParagraphFormat.Alignment = wdAlignParagraphCenter
    'format the table with plain grid lines
    objTable.AutoFormat(16)
    'set the column widths
    objTable.Columns(1).Setwidth 230,0
    objTable.Columns(2).Setwidth 230,0
    Any help is graetfully appreciated, as this is driving me wild.
    Cheers,

    Hi Citronax,
    I haved noticed that you used objTable.AutoFormat to format the table. Based on my understanding, this fuction will applie a predefined look to a table.
    After I move the code which bolder the text behind this line of code, it works well for me.
    'format the table with plain grid lines
    objTable.AutoFormat (16)
    objTable.Cell(1, 1).Range.Font.Bold = True
    Regards & Fei
    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.

  • How to achive table column header style (vertical text)?

    Hi,
    Can we show adf table column headers with vertical text, and with rotation. For eg. "Dept Id" lable should show up as similar to what the below HTML does:
    <html>
    <div style="float: left;
    position: relative;
    -moz-transform: rotate(1000deg); /* FF3.5+ */
    -o-transform: rotate(290deg); /* Opera 10.5 */
    -webkit-transform: rotate(290deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */">Dept Id</div></html>
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM

    Hi,
    I've used the below style classes in CSS, but still not getting the accurate Column Header Vertical Text. Also, in IE browser column header text is shrinked vertically when headerClass styles are applied!
    Any help appreciated!
    .sch af|column::column-header-cell {
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 80px;
    .schc af|column::column-header-cell-content {
    -moz-transform: rotate(270deg);
    /* FF3.5+ */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    /*IE8*/
    -o-transform: rotate(270deg);
    /*Opera 10.5*/
    -webkit-transform: rotate(270deg);
    /*Saf3.1+, Chrome*/
    position: relative;
    vertical-align: bottom;
    Edited by: pramod gujjeti on Sep 27, 2011 9:09 AM

  • Table column header text vs. popup column menu text

    Does anyone know how to show different text in the table show/hide popup menu than in the column header itself?
    popup menu is the one that lets us manipulate column visibility but it seems forever bound to what I show in the column header :(
    Appreciate any help !

    Well, I have a way, but I think there should be an easier way.
    1. Set the text of the TableColumn to the text you want to appear in the popup menu.
    2. Set the graphic of the TableColumn to a new Text("...") with the text you want in the table header
    3. Use CSS (see your previous thread) to set the -fx-content-display on the tabel header to "graphic-only"
    If you want an image as well as text in the table header, you could try setting the graphic to an HBox and filling the HBox with an ImageView and Text (for example).
    This loses some of the default behavior of the table header, too; for example there is no automatic ellipsis if the table column is too narrow to display the text.
    Someone else may (surely) have a better solution...

  • Show the presentation variable on table column header

    hi, experts,
    is it possible to show the presentation variable on the table column header.
    I have created a edit box with presentation variable on the prompt.
    I would like to show the value the user entered on the column header because the values under that column are driven by the presentation variable.
    Thank you very much!

    You cannot put variables in the column headers, as they get considered as text and the same shows in the reports.
    However, you can use the session or repository variables in the alias field in the presentation layer.
    You should make sure, that in this case, all the calculations are done in the BMM layer and not in answers, for the columns where you will be using the variables.

  • Showing Icons in the table view column

    I am using a tableview.
    In that tableview first column, i want to display the status as icon_green_light, icon_red_light like that as an icon.
    I am having these status values in my table...
    when i am assigning that itab to this tableview it is showing the text icon_green_light instead of showing the icon...
    please help me.

    check out this weblog
    /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator

  • Which option to use to search text in multiple table columns

    Hi, I have a case where I have 4 db tables. On the UI there is an option to search a keyword from some columns of these 4 tables.
    Table1 = summary, description are the columns user can search on
    Table2 = project_name is the column user can search on
    Table3 = need_by_date is the column user can search on
    Table4 = owner is the column user can search on
    On the UI, user can enter a keyword and check the columns they want to search on. Out of the above, they can check one column, or more, or all.
    My question is what is the best option to use oracle text search in this case.
    Option 1 = I create a procedure to select these columns and then create an index on this procedure. In this case, is there a way to specify
    which columns to search on?
    Option 2= Create 4 separate indexes on these table/columns and then query the columns which user has selected to search on.
    Any other better idea?

    Hi,
    multicolumn only works on columns in the same table.
    If you can also query just on one field, then an index per field will be preferable. If you query always on all the fields then the one index approach is good. For this last the options are:
    1. Use User_datastore, create a procedure and a dummy column
    2. Create a materialized view for the query and build an index on this materialized view
    3. Store the fields as an xml in the main table and index the xml column.
    The maintanance of options 1 and 3 are bigger, because you need triggers to be aware of an update. Option 2 and 3 will need more storage.
    Herald ten Dam
    http://htendam.wordpress.com

  • Specific Model not showing rows in a table in a column of a table

    Hello,
    Fairly simple issue here (I think):
    I have a table bound to a global model and its rows bound to "/items"
    I then have a column within that table which has a valuehelpfield that pops open a dialog with a table.
    This tables rows inside the dialog are bound to a temp model. Now I know this temp model has the correct data and format and I do not get a "no data" messages when I bind it's rows to the node on the temp model, and to double check that I tried binding it to an incorrect node and it did say "no data" and I tripple checked by getting the jsonstring of the model and it's exactly how it should be.
    Here is the code:
    oTable.addColumn(new sap.ui.table.Column({
                label: new sap.ui.commons.Label({
                    text: "Shop",
                    required: true
                width: "200px",
                template:  new sap.ui.commons.ValueHelpField({       
                value:"{shopdesc}",
                 valueHelpRequest: function(oEvent){   
                 var locModel = oTable.getModel();
                 var rowContextPath = oEvent.getSource().getBindingContext().getPath();
                 var oRowObj = oEvent.getSource().getBindingContext().getObject();
              var oDataOld = sap.ui.getCore().getModel().getData();
             var tempModel = new myJSONModel;
          tempModel.setData({
          shops: []
      sap.ui.getCore().setModel(tempModel, "tempModel");
             tempModel = sap.ui.getCore().getModel('tempModel');
                d = tempModel.getData();
                arr = d.shops;
              var shops = oDataOld.shops;
                 for (var i = 0; i < shops.length; i++) {
                     if (shops[i].area == oRowObj.area) {
                             arr.push(shops[i]);
                 var oValueHelpDialog = new sap.ui.commons.Dialog(
                            { modal: true,
                                title: "Select a Shop",
                                closed: function (oEvent) {
                                var oContext = oTableJobs.getContextByIndex(oTableJobs.getSelectedIndex());
                                if (oContext) {
                               var oSel = oContext.getModel().getProperty(oContext.getPath());
                             locModel.setProperty(rowContextPath + "/shop", oSel["shop"]);  
                             locModel.setProperty(rowContextPath + "/shopdesc", oSel["shopdesc"]); 
                 var oTableJobs = new sap.ui.table.Table({
                     visibleRowCount: 15,
                     firstVisibleRow: 1,
                     selectionMode: sap.ui.table.SelectionMode.Single,
                     width : "300px"
                 var oOkButton = new sap.ui.commons.Button({
                     text: "OK",
                     press: function (oEvent) {
                       oEvent.getSource().getParent().close();
                 oTableJobs.addColumn(new sap.ui.table.Column({
                     label: new sap.ui.commons.Label({text: "shop"}),
                     template: new sap.ui.commons.TextField().bindProperty("value", "shop"),
                     editable:false,
                     width: "100px"
                 oTableJobs.addColumn(new sap.ui.table.Column({
                     label: new sap.ui.commons.Label({text: "Shop Description"}),
                     template: new sap.ui.commons.TextField().bindProperty("value", "shopdesc"),
                     editable:false,
                     width: "300px"
                 var jsonString = tempModel.getJSON();
                 alert(jsonString);
                     oTableJobs.bindRows("tempModel>/shops");                                       
                     oValueHelpDialog.addButton(oOkButton);
                     oValueHelpDialog.addContent(oTableJobs);
                     oValueHelpDialog.open();               
            var oModel = sap.ui.getCore().getModel();
            oTable.setModel(oModel);
            oTable.bindRows("/items");
    Any help would be appreciated, I can't see what's wrong here, all seems fine to me! Thanks!

    HI Bob
    I briefly scan thru your code and spotted one common issue. When we are binding property, we need to include the model name. e.g.
    template: new sap.ui.commons.TextField().bindProperty("value", "shop"),
    should be
    template: new sap.ui.commons.TextField().bindProperty("value", "tempModel>shop"),
    -D

Maybe you are looking for

  • Sap Business One 8.8 Form Settings Error

    Hi, I cant hide the Financial  and Reports Label in the Main Menu of 8.8 using Form Settings..  i have already tested it on Patches 5,10 and 11.. Any advice Experts? Thanks, Darius Gragasin

  • Kernel panic when I am on Internet

    I have got an ibook G4, PowerBook6,7, 1GB memory. I have been receiving Kernel Panic messages, and they are every time more frequent, the first time it happened when I has listening to the radio through Intenet, but now is many more times, 3 or 4 a d

  • Best way to replace hard drive with Time Machine

    Hello, I searched dozens of threads before posting but I didn't find my specific topic. I have a G5 (single CPU) with two internal hard drives plus one external drive. The original hard drive is only 80gb and it has been quite full for several years

  • All Numbers documents open when booting Numbers

    I may come off ignorant asking this, but when I open Numbers on my MBA it also opens all my numbers documents so if I only want to work on one document I have to manualy close the others. As of now I only have 3 documents created so it's not a big de

  • Can I copy a DVD with software that came pre-installed?

    Lenovo 3000 J115/7387A11 Desktop. My wife had a bunch of old movies recorded on a DVD. She would like to have an additional copy of the DVD and since my Lenovo has a DVD burner wants me to make a copy of the DVD. Does anyone know if the software that