Columns in vertical

Hi,
Can we show columns in vertical in obiee 11g,Like...
C
u
s
t
o
m
e
r
Thanks
Edited by: 806756 on Jan 10, 2013 1:34 AM

Hi,
In column properties, custom css style options, add the following script.
-webkit-transform: rotate(90deg);     -moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);writing-mode: tb-rl;
transform varies for mozilla, opera, IE and writing modes differs as per the style required.
Regards,
Anitha.B

Similar Messages

  • Merging ALV column Cells Vertically.

    Hi all,
    I have an ALV grid with 14 columns. I wish to merge cells vertically in columns 1 ( lot ) and column 2  ( sequence ) where the data is the same. I have managed to do this on column 1 successfully but now wish to merge column 2 cells that have common values in column 1. See before ( Raw format ) and after ( merged format ) examples below.
    To edit correctly, I have used astericks to represent spaces ( as a result of merging cells ) and hyphens to prevent the editor compressing the spaces in the illustration !
    Many thanks, in advance, for your time.
    Nigel.
    Raw format
    Lot----
    Sequence----
    Payment-Posting Date-Etc                        
    PA-000001----
    1----
         £100          
    PA-000001----
    2----
         £50          
    PA-000001----
    3----
         £2          
    PA-000002----
    2----
         £29          
    PA-000003----
    2----
         £20          
    PA-000003----
    4----
         £10          
    PA-000003----
    4----
         £33          
    PA-000005----
    1----
         £47          
    PA-000005----
    1----
         £100          
    PA-000005----
    1----
         £12          
    PA-000005----
    3----
         £116          
    Merged format.                                                                               
    Lot----
    Sequence--Payment-Posting Date----
    PA-000001----
    1----
    £100          
    2----
    £50          
    3----
    £2          
    PA-000002----
    2----
         £29          
    PA-000003----
    2----
         £20          
    4----
    £10          
    £33          
    PA-000005----
    1----
         £47          
    £100          
    £12          
    3----
    £116

    Nigel,
    Did you get the answer to your query...
    I have got a similar query...
    Can you pls guide..
    Thanks.
    Abhishek

  • How do I change the layout of Mail to 3 columns in vertical

    Am currently using the Classic Layout in mail and see the mail folders on the left, the mail inbox in single line in the middle and then the mail preview below. I wish to change it to a 3 columns layout, with the preview on the right, just like in Outlook or in Notes. How do I do this?

    You find some help in the "More Like This" section on the right side of this post.
    Best.

  • WAD - Table column header vertically

    Hello Everyone,
    I’ve a requirement to display the column headings for the report output from Bottom-to-Top instead of the normal Left-to-Right. Is it possible in WAD?
    Further is it possible only to apply this to only some coulms headers in the output table display, say  from the nth Column onward ?
    Eg: For Column 1-3 normal Left-to-Right and for column 4 onwards all in Bottom-to-Top (in the Query Designer Column 4 onwards is in the 'Columns' section).
    Thanks in advance…
    War Regards
    -Me

    Hi Kishore,
    No thats not what I was saying..
    Data will all come as usual below the Column Heading, just the Text Displayed in Column heading will be Bottom to Top.
    ( U do this in MSExcel as: Format > Cells > Alignment > Orientation > 90 Degree)
    Hope u got it now.
    -Me

  • How can I display a column heading vertically?

    Hi,
    I try to display verticaly a column heading. Is it possible on Siebel on Demand?
    ex : NAME = N
    A
    M
    E
    Thanks for your answer
    Regards

    Hi,
    I try to display verticaly a column heading. Is it possible on Siebel on Demand?
    ex : NAME = N
    A
    M
    E
    Thanks for your answer
    Regards

  • Print Report to PDF with columns vertical instead of horizontal

    I enabled report printing for a report region but the PDF lists the columns horizontally even though the columns are listed vertically on the report page. Is there a way to list the columns vertically on the PDF so that it matches the layout on the report page. Thanks for your help.

    Hi hhsu68
    Wondering how you are arranging columns listed vertically on the report page?
    You mean just selecting any vertical report template, or
    you mean just column headers are vertical and the data as normal (horizontal)?
    If its the second case could you please let me know how you did that?
    Off course I would also like to know if you have found a solution to your problem as well.
    Thank you
    Ligon

  • 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

  • Expand af:column vertically

    Hi ,
    I have an ADF table that contains one column and goLink in that column like:
    <af:column id="c6" inlineStyle="vertical-align:top;"
                                   align="center" width="330">
                          <af:goLink text="#{row.abc}" id="gl2" destination="#{row.Link}" targetFrame="_blank"
                                     inlineStyle="color:Purple;"/>
                        </af:column>
    I want the column expand vertically , because the text of goLink is too long..
    How can I do this ?
    Thanks ...

    Hi,
    JDev version:11.1.2.3.0
    Problem is that the size of the column is not enough: Its content is seen like:
    something something something something something some...
    I increased the height of column but it did don work ...
    Thanks...

  • How to display a listView vertically with multi columns?

    Hi,
    Refer to the sample HTML
    ListView item templates sample. If I want to display the listView (in scenario1.html) in three columns with vertical scroll bar, what should  I do?
    I try to change 'layout' property of listView from 'GridLayout' to 'ListLayout' in scenario1.html, like this:
    <div id="listView"
    class="win-selectionstylefilled"
    data-win-control="WinJS.UI.ListView"
    data-win-options="{
    itemDataSource: myData.dataSource,
    itemTemplate: regularListIconTextTemplate,
    selectionMode: 'none',
    tapBehavior: 'none',
    swipeBehavior: 'none',
    layout: { type: WinJS.UI.ListLayout }
    }">
    </div>
    The listView will be vertical but with only one column. 

    You should modify your Template to something like:
    <table >
    <tbody>
    <tr data-win-control="WinJS.Binding.Template" id="regularListIconTextTemplate" >
    <td data-win-bind="textContent:a"></td>
    <td data-win-bind="textContent:b"></td>
    <td data-win-bind="textContent:c"></td>
    </tr>
    </tbody>
    </table>
    And position that Table where you want the items to appear. I put some binding examples (attributes a,b and c) but you use whatever attributes and content you need in each column.
    For a working example I used the following HTML on an empty "default.html":
    <div id="listView" class="win-selectionstylefilled" data-win-control="WinJS.UI.ListView" data-win-options="{ layout: { type: WinJS.UI.ListLayout } }">
    </div>
    <table >
    <tbody>
    <tr data-win-control="WinJS.Binding.Template" id="regularListIconTextTemplate" >
    <td data-win-bind="textContent:a"></td>
    <td data-win-bind="textContent:b"></td>
    <td data-win-bind="textContent:c"></td>
    </tr>
    </tbody>
    </table>
    Then on the default.js I used:
    app.onactivated = function (args) {
    if (args.detail.kind === activation.ActivationKind.launch) {
    if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
    // TODO: This application has been newly launched. Initialize
    // your application here.
    } else {
    // TODO: This application has been reactivated from suspension.
    // Restore application state here.
    args.setPromise(WinJS.UI.processAll());
    var chartlines = new Array();
    chartlines.push({a: '1-1', b: '1-2', c: '1-3' });
    chartlines.push({ a: '2-1', b: '2-2', c: '2-3' });
    chartlines.push({a: '3-1', b: '3-2', c: '3-3' });
    chartlines.push({a: '4-1', b: '4-2', c: '4-3' });
    var listView = document.getElementById("listView").winControl;
    listView.itemTemplate = document.getElementById("regularListIconTextTemplate");
    listView.itemDataSource = (new WinJS.Binding.List(chartlines)).dataSource;
    Hi,
    Essentially, this method creates an one-column listView, too. My purpose is to create a vertical listView with three items in each row.
    If I add a rotation style to the listView in 'scenario1.html' of the  sample HTML
    ListView item templates sample, like this:
    <div style ="transform:rotate(90deg)" id="listView"
    class="win-selectionstylefilled"
    data-win-control="WinJS.UI.ListView"
    data-win-options="{
    itemDataSource: myData.dataSource,
    itemTemplate: regularListIconTextTemplate,
    selectionMode: 'none',
    tapBehavior: 'none',
    swipeBehavior: 'none',
    layout: { type: WinJS.UI.GridLayout }
    }">
    </div>
    The listView seems to 'vertical', and is like what I want. But, I do not change the listView essentially. The listView I want is that which layouts vertically and has three separated items in each row. 

  • Vertical Column Totaling in JSP

    I'n novice to J2EE. My JSP will look like a grid with editable text boxes, which consisting of numeric data. I want to calculate total column wise (vertically) and row wise(horizontally). How do I acheive this? Do I need to do the total in database and show it here or any way to do dynamically. I use struts. Thanks in advance.

    From what I am reading you are not using a database. Depending on the size of your grid you may be able to use a 2 dimensional array of ints or floats or (whatever numeric type you want). then to add the horizontal you can run a for loop thorgh adding as you go such as:
    int[][] = grid[5][4]
      for (int col = 0, col <4, col++)
        rowTotal += grid[1][col];
    // the above would give you all the values for row 1
    for (int row = 0, row <5, row++)
        colTotal += grid[row][1];
    //the above would give you all the values for col 1**Note this was written very quickly to give you a rough idea not to be 100% syntactically correct.

  • Hiding columns in a table?

    Hi there,
    I wonder if any of you know of an easy way to hide columns in a table in InDesign CS5? To further explain, i have two documents currently, one is a price guide and the other is bascially identical but without the prices, lets call that the product guide. It seems daft to have to update the two (especialy when i actually have four as i have each in two languages!) every time there is a slight change to the product listing. So, i was thinking if i have the price guide, make a PDF of that, hide the column with the prices in, and then hey presto, I've got the product guide. Seems simple but i can't seem ot find a simple way of hiding the column.
    Is there such an option? Or any suggestions as to how best do it? I don't want to delete it as i will need to update this column occasionally, and i really want to avoid having lots of different InDesign documents as i have this situation for 5 different country's guides, each with a local language and english language version, making 20 in total if i keep them separate (10 if i don't, which is enough imho) - mental i know! But thats the way work want it
    Cheers!
    (On Mac OSX 10.6.4 and running InDesign CS5)

    linziloop wrote:
    Hi there,
    I wonder if any of you know of an easy way to hide columns in a table in InDesign CS5? To further explain, i have two documents currently, one is a price guide and the other is bascially identical but without the prices, lets call that the product guide. It seems daft to have to update the two (especialy when i actually have four as i have each in two languages!) every time there is a slight change to the product listing. So, i was thinking if i have the price guide, make a PDF of that, hide the column with the prices in, and then hey presto, I've got the product guide. Seems simple but i can't seem ot find a simple way of hiding the column.
    Is there such an option? Or any suggestions as to how best do it? I don't want to delete it as i will need to update this column occasionally, and i really want to avoid having lots of different InDesign documents as i have this situation for 5 different country's guides, each with a local language and english language version, making 20 in total if i keep them separate (10 if i don't, which is enough imho) - mental i know! But thats the way work want it
    Cheers!
    (On Mac OSX 10.6.4 and running InDesign CS5)
    * If you experiment with some table cell settings, you can probably find a design that works when the columns are exposed, and when they're set to their minimum width - 3pt.
    Setting the column width to its minimum may not conceal cell content if the cell side margins are so small as to allow content to touch the cell sides, so you may need to pay attention to the margin values. If the column has vertical rulings, you may also need to pay attention to their stroke width and color.
    * Conditional text won't hide a column, but if the column is the furthest left or right, you might achieve what you want by applying a condition to the text in each cell of the column and hiding or showing it as needed. The width will be preserved, but no text will appear when hidden.
    * Similar to conditionalizing the cell content, you can define a paragraph style for only the cells in the column, and redefine the character color to None or Paper to hide the content, and redefining the color to Black to show it.
    * It may be possible to script a solution. I'm not familiar enough with available scripts. Inqire on the scripting forum.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Webdynpro ABAP ALV in SAP ECC6 - EHP4: To disable Column Selection

    Hi All,
    We are using SAP ECC6 EHP4 and  for Webdynpro ABAP application, after each column a vertical white line is appearing, and I need to hide this..
    SAP suggested us to disable COLUMN SELECTION I have tried the below code but still I am not able to get this done..
    Can you please suggest the appropriate method to achieve the same.
    Code:
    * show tab COLUMN SELECTION in Settings page
    CALL METHOD wd_this->alv_conf_table->if_salv_wd_std_functions~set_column_selection_allowed
      EXPORTING value = ABAP_false..
    here alv_conf_table refers to CL_SALV_WD_CONFIG_TABLE.
    Thanks in advance.
    Thanks
    Srinivas
    Edited by: Srinivas Manchi on Apr 22, 2010 11:35 AM
    Edited by: Srinivas Manchi on Apr 22, 2010 1:06 PM

    You have to disable the DDic binding on the column before your override text will show up:
    data: l_ref_cmp_usage type ref to if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_alv( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      data l_salv_wd_table type ref to iwci_salv_wd_table.
      l_salv_wd_table = wd_this->wd_cpifc_alv( ).
      data l_table type ref to cl_salv_wd_config_table.
      l_table = l_salv_wd_table->get_model( ).
      data l_column type ref to cl_salv_wd_column.
      l_column = l_table->if_salv_wd_column_settings~get_column( 'POSTING_DATE' ).
      data l_header type ref to cl_salv_wd_column_header.
      l_header = l_column->get_header( ).
      l_header->set_prop_ddic_binding_field(
        property =  if_salv_wd_c_ddic_binding=>bind_prop_text
        value = if_salv_wd_c_ddic_binding=>ddic_bind_none ).
      l_header->set_text( `Posting Date` ).

  • Create Columns in Template using Smartforms

    Hi Guyz,
    Im using Template in smartforms and create 2 or more columns..but the columns must be in horizontal order like this :
    COMPANY   DEPT   BASIC
    but the column appeared vertical like this :
    COMPANY
    DEPT
    BASIC
    Another question is what is the purpose of From & To, Reference column in Details/Table Painter
    Please give me some advice..what to do..
    Will Reward points to those who will reply and help my problem
    Thanks in advance..

    The column generally apperds vertical in the screen but in the output it will be displayed in horizontal order.
    you can check the use of From to, Reference column & Table painter by referring to below link
    http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    Reward points if helpful.

  • Vertical text in CR 2008

    Hello,
    I need to display the text in the columns labels vertically. When I set text rotation to 90 degrees, the text is rotated in the designer, but when I run the report - it's horizontal. However, when I print or export the report, the text is vertical again.
    After searching Google I've found out that this is a known bug in CR. However, I didn't find any solution other than using a CSS file. I've never used CSS with the Crystal Reports, so I wonder - is there any other solution to this problem? I need the text to be vertical on the web site as well.
    Thank you.

    The following information may help you
    Symptom
    Crystal Reports XI using vertical text is displayed correctly in Crystal reports designer.
    When exported reports are viewed in web appplication like Infoview, the report text is displayed horizontally.
    Reproducing the Issue
    Text rotated by 90 Degrees to vertical, changes back to horizontal.
    Environment:
    Crystal Reports XI
    Cause
    Crystal reports does not display the text as required,in normal view.
    Resolution
    1) Login to Infoview
    2) Click on preferences icon on the upper-right corner.
    3) Click on Crystal reports
    4) Select Active X Viewer
    5) Click Ok
    Keywords
    Vertical text, Horizontal text, Crystal Reports,Active X viewer
    Regards,
    Raghavendra

  • I have version 10.0 and this week the vertical lines in tables stopped showing up, they appear and then disappear, does not happen in any other browser.

    When I have a table with columns, the vertical lines show up and then disappear. The right side and bottom lines show up and the top and left side lines are very light with no vertical lines showing to separate the columns.
    This just happened this week. It does not matter what size I make the screen, once they disappear, they do not show back up. IE and Google Chrome have no problem with the lines showing up.

    Does it help if you resize that window one or more pixels?
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

Maybe you are looking for

  • How can I transfer music from my iphone to my new mac for free

    Can I transfer music from my iphone to my itunes on my new mac

  • How can i get my albums to play in track order instead of alphabetical?

    Ok heres the problem. I have got my music backed up an external harddive. Now if i look at album on my external and look at the songs they are all tagged with the track number, ie 01,02,03 etc for each album. When i drag an album into itunes the main

  • Getting HDMI audio working (ASUS P5E-VM HDMI mATX)

    Hey everyone. So I'm trying to create a HTPC using this ASUS P5E-VM HDMI mATX motherboard with a 3.0 GHz E8400 Core 2 Duo and 4GB RAM. I've installed Arch 64-bit on it and have full 1080p video showing nicely on my HD TV with Gnome set up quite nicel

  • Fan traps problem

    hi all, i am a fresh man in this deisgner. Currently i facing a problem where the data fetching multiple values. the query i capture from webi is like below SELECT   FACT_SALES_ID.VALUE,   FACT_SALES_ID2.VALUE,   Derived_Table.PRODUCT FROM   FACT_SAL

  • Oracle services for MTS (Oracle 9i2)

    I follow up all steps to make service to work. But it seems to be not working properly. How can i configure this service? How can i make sure that the service are correctly installed? Is necesary the old snap-in configuration in 9i version?