How to Display Gap between Column in cross tab

Hi,
I have a requirement. I have a cross tab with 4 measures M1, M2, M3, M4. I need to have space between M1 and M2 and M3 and M4.
My layout should be like this
M1 M2 M3 M4
Is this possible in OBIEE ?
Thanks and Regards,
Krishna Prasad

krishna_36 wrote:
Hi,
I have a requirement. I have a cross tab with 4 measures M1, M2, M3, M4. I need to have space between M1 and M2 and M3 and M4.
My layout should be like this
M1 M2 M3 M4
Is this possible in OBIEE ?
Thanks and Regards,
Krishna PrasadIf you want a column padding (i.e., actual blank columns that separate your measures), then create dummy columns between the measures.
1) Click any column and in the fx enter CASE WHEN 1=0 THEN tablename.column_name END
This will create a blank column.
2) Put this in your pivot table, make 3 duplicate layers, and place them in between the 4 measure columns.
In effect, you will have the spaces which you can format to highlight the buffer columns.

Similar Messages

  • How to count number of columns in cross-tab report

    I have created a cross-tab report and have managed to get the data out as below:
                 Jan     Feb     Mar....(display of months will auto expand) Avg/Mo  Total
    UserA     4          3        4                                                                         11
    UserB     6          1        1                                                                          8
    UserC     5          5        5                                                                         15
    Total       15        9        10                                                                        33 
    I want to insert a calculated column (Avg/Mo) into the cross-tab report based on the formula: Total/Number of Months. I used this calculation formula  for Avg.Mo column:
    (GridValueAt(CurrentRowIndex, CurrentColumnIndex+1, CurrentSummaryIndex)/GetNumColumns)
    However, I get the wrong average since GetNumColumns count the total number of columns including the column of Avg/Mo and Total.
    How do i get the number of columns, excluding the Avg/Mo calculated column and Total column?
    PS: I can't use hardcode since the number of months/columns will auto expand the months progress...
    Edited by: jutamind on May 26, 2010 9:27 AM

    ok managed to solve this by slightly changing the formula:
    GridValueAt(CurrentRowIndex, CurrentColumnIndex+1, CurrentSummaryIndex)/(GetNumColumns-2)

  • How to display Zero(0) values in cross tab format in Webi???

    Hi All,
    Is there a way to display the zero(0) or null values in cross tab format in
    webi. I can able to display in Regular tabular format in Webi as u got an option
    in Properties --> Display --> Show all rows/columns, but it is not working when
    i am using Cross Tab format for the same data.
    Regards
    Ram

    Hi Sunil,
    Happy to see your solution. My requirement is that if you have a data like
    SBU,                   Cadre,                Value
    Chemical Buss,     Manger,                  45
    Crop Buss,            Workmen,               63
    Agri Buss,              Executive,              70
    Chemical Buss,     Executive,              84
    Agri Buss,              Workmen,              -      
    Crop Buss,                 -,                        -
    So now we need to get the rows or columns that are having blank values. Say like if Crop Buss is not having any values so it wont be displayed, but actually it has to be displayed.
    Regrads
    Ram

  • How to provide space between columns in alv_grid_display?

    hi,
    gurus,
    I want to provide space between columns in alv display how can i achieve that.
    ex.
    sno   name   street    
    thank u ,
    shabeer ahmed.

    Hi..,
      There you wl get column seperators with seperate blocks and cells in the grid anyway.
    Maintain gap between columns is nothing but grid breaking, its may be possible with oops concept.
    Let me know whats your requirement?
    Thanks,
    Naveen.I

  • How to adjust gap between tilelist items?

    Hi,
    I have a tilelist which uses a custom item renderer component
    to render its items. I am seeing a gap between the rows of items
    (no gap between columns). I cannot seem to find a property of
    tileList which lets you adjust this gap.
    Can anyone help?
    Thanks

    Easy tracy. I didnt make as big of a fuss as you are making
    comenting about my response. Perhapse you could've used that time
    to answer someones question?
    Also, the solution I mentioned actually only solved part of
    the problem:
    By setting the paddingtop and paddingbottom, I can adjust the
    gap between the row, but paddingleft and padding right on the
    tileList control has no affect on the gap between the columns
    (horizontal gap between items)?
    Thanks to anyone taking their time to help :)

  • How to add Gap between dropdown List Items - ComboBox in MFC VC++

    How to add Gap between dropdown List Items - ComboBox in MFC VC++

    Did you tried SetItemHeight() inside your App .
    Thanks
    Rupesh Shukla

  • How to display a BLOB column in ADF.

    How to display a BLOB column in ADF.

    hi agowlikar786
    Maybe the forum thread "ADF BC : download BLOB " can help
    at ADF BC : download BLOB
    regards
    Jan

  • Limiting Columns in Cross Tab reports

    Plz tell me how to limit columns in Cross Tab.I have many columns which go on and even are not visible for Scroll and neither in another page
    Plz help.

    Check if http://winrichman.blogspot.com/2009/05/cross-tab-by-limiting-number-of-colums.html is helpful

  • SAP Web Intelligence -Comparing subsequent columns in cross tab

    Hello,
    I am new in SAP web intelligence , I need formula (Not a SQL Query) to find difference of values between subsequent columns in cross tab. Please find attached excel for more details
    Thanks & Regards

    Try something like in below screenshot-
    Craete variable
    Diff Amount2=Previous([Amount2])-[Amount2]
    ~Anuj

  • Add ratio column in Cross Tab

    Hi Expert!
    I am young of Crystal Report. I have some problems with using cross tab report.
    Rows: hour/Floor, Columns: Floor,  Summarized Field: Sales
    I want to show the result as below:
    hour/Floor_____________ Floor1___________Floor2__________Total________Ratio
    7h-10h     _____________ $500 ___________ $1000 __________$ 1500______75%
    10h-13h_______________$200 ___________$300___________$500________ 25%
    Total__________________$700___________$1300__________ $2000________100%
    I want to add  Ratio to show on the right after Total Column.
    Can I do like this or not? Or Is there another way to do that with the same result?
    Regards,

    This post looks remarkedly like [Add Column to Cross-tab in Crystal Report|Add Column to Cross-tab in Crystal Report;
    Please see it for my replies.
    Debi

  • How to Add new column in cross tab reports

    I am using crystal reports 10
    I created cross tab report for monthly sales. I need to add one more column in that report
    ex:
    Month   Customer    Part1  Part2    Part3      
    Jan         A               10       12         15        
    Jan         B                20      0           10        
    Jan         C               0         3           5          
    Feb        A               5         10          8          
    Feb        D               55        23        33        
    In above data Parts are no limit, thatswhy i am taking cross tab report.
    I am taking Month and Customer name as Rows,
    Part Codes as Colums,
    Quantiry as Total fields in cross tab Report.
    Here month field is storing as Transaction date in database, I am calculating by month
    I am getting upto this.
    User needs add one more field is Invoice no
    Month   Customer    Part1  Part2    Part3        Invoice no
    Jan         A               10       12         15          B1,B2,B3,B4
    Jan         B                20      0           10         B12,B30
    Jan         C               0         3           5           B6
    Feb        A               5         10          8           B35,B40
    Feb        D               55        23        33          B25,B56
    How to add invoice nos by group wise(By customer and  By month)
    Thank you.
    Raja shekar Reddy K.
    Edited by: Raja shekhar Reddy on Apr 16, 2009 5:10 PM

    Dear Amogh,
    Thanks for u'r  Replay.
    If i use new crosstab for Invoice no each invoice number can display like seperate columns.
    But I need Invoice  no in single column with seperate with "," or "/".
    Thanks & regards,
    Raja Shekar Reddy K.

  • Gap between columns in sql output

    Dear all,
    We have the below query :
    column queue_name format a15
    column max_processes format 999
    column target_node format a10
    column actual_processes format 999
    column pending format 999
    column running format 999
    column onhold format 999
    column scheduled format 999
    column phase_code format a10
    column user_concurrent_program_name format a60
    column responsibility_name format a45
    column status_code format a15
    column requestor format a20
    column actual_completion_date format a25
    column completion_text format a120
    column execution_time_in_minutes format 999999.99
    column is_it_scheduled format a15
    SELECT request_id,
           user_concurrent_program_name|| NVL2(fcrsv.description, ' (' || fcrsv.description || ')', NULL) conc_prog,
           fcrsv.requestor
           ,Case
              when fcrsv.requested_start_date > fcrsv.request_date Then 'YES'  Else 'NO'  End is_it_scheduled
           FROM fnd_conc_req_summary_v fcrsv, fnd_responsibility_tl frt
           WHERE fcrsv.responsibility_application_id = frt.application_id AND fcrsv.responsibility_id = frt.responsibility_id AND status_code = 'E'
           AND actual_start_date > SYSDATE - 1
           ORDER BY NVL (actual_start_date, actual_completion_date) DESC;which is displaying the output like below :
    REQUEST_ID CONC_PROG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           REQUESTOR            IS_IT_SCHEDULED                                                                    
      32906957  Receipt Import                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GMOTIS     NO                                                                                 
      32906857  Receipt Import                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GMOTIS     NO                                  The gap between the column CONC_PROG AND requestor is high , we need to have no normal gap such that the complete output can be seen in
    a single screen.
    Please advise
    Kai

    936074 wrote:
    Dear all,
    We have the below query :
    column queue_name format a15
    column max_processes format 999
    column target_node format a10
    column actual_processes format 999
    column pending format 999
    column running format 999
    column onhold format 999
    column scheduled format 999
    column phase_code format a10
    column user_concurrent_program_name format a60
    column responsibility_name format a45
    column status_code format a15
    column requestor format a20
    column actual_completion_date format a25
    column completion_text format a120
    column execution_time_in_minutes format 999999.99
    column is_it_scheduled format a15
    SELECT request_id,
    user_concurrent_program_name|| NVL2(fcrsv.description, ' (' || fcrsv.description || ')', NULL) conc_prog,
    fcrsv.requestor
    ,Case
    when fcrsv.requested_start_date > fcrsv.request_date Then 'YES'  Else 'NO'  End is_it_scheduled
    FROM fnd_conc_req_summary_v fcrsv, fnd_responsibility_tl frt
    WHERE fcrsv.responsibility_application_id = frt.application_id AND fcrsv.responsibility_id = frt.responsibility_id AND status_code = 'E'
    AND actual_start_date > SYSDATE - 1
    ORDER BY NVL (actual_start_date, actual_completion_date) DESC;which is displaying the output like below :
    REQUEST_ID CONC_PROG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           REQUESTOR            IS_IT_SCHEDULED                                                                    
    32906957  Receipt Import                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GMOTIS     NO                                                                                 
    32906857  Receipt Import                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GMOTIS     NO                                  The gap between the column CONC_PROG AND requestor is high , we need to have no normal gap such that the complete output can be seen in
    a single screen.
    Please advise
    Kaiuse RTRIM or LTRIM as appropriate

  • How to display BLOB image column with WEB application, JSF, ADF BC

    I looking for a way to display the content from a blob column on a WEB application, JSF, ADF BC
    The blob column contains a JPEG image.
    About the application
    The model contains a viewobject where the blob column attribute (photoimg) type is of type : BlobDomain
    Now I have to create the view to display the content of photoimg inside a JSF-JSP page.
    Any advice ?

    Search is your friend
    How to display the content of a BLOB column in a ADF/BC pages ?
    John

  • How to display only selected columns in the table on the tableview

    Hi All,
    I am displaying in the below tableview the data from the SFLIGHTS tables in the tableview using flow logic. It displays all the columns in the database table. How can I set in the code to display only selected columns and not all columns.
    Also, in these columns displayed I want to make the key columns of SFLIGHT as non editable and the rest of the columns in SFLIGHT editiable. Can you please kindly share the code to implement this.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page>
        <htmlb:form>
          <htmlb:tableView id              = "tv1"
                           visibleRowCount = "10"
                           selectionMode   = "lineEdit"
                           table           = "<%= flights %>"
                           filter = "SERVER"
                           sort = "server"
                           iterator        = "<%= iterator %>" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Thanks
    Karen

    Hi,
       Please try this code.
    <!-- To display Table control on BSP page with table internal table it_hist  --!>
              <htmlb:tableView id              = "TV_HIST"
                               headerText      = "Previous History"
                               headerVisible   = "TRUE"
                               footerVisible   = "TRUE"
                               design          = "ALTERNATING"
                               selectionMode   = "LINEEDIT"
                               visibleRowCount = "5"
                               fillUpEmptyRows = "TRUE"
                               table           = "<%= it_hist %>"
                               width           = "500" >
    <!--  to show selected columns give required field name --!>
    <htmlb:tableViewColumns>
      <htmlb:tableViewColumn columnName          = "FIELD1"
                                         title               = "COLUMN1"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD2"
                                         title               = "COLUMN2"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD3"
                                         title               = "COLUMN3"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD4"
                                         title               = "COLUMN4"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
    <!--  to make column editable set edit property to TRUE --!>
      <htmlb:tableViewColumn columnName          = "FIELD4"
                                         title               = "COLUMN4"
                                         edit = "TRUE"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
                </htmlb:tableViewColumns>
              </htmlb:tableView>

  • How to maintain gap between table and graph in a report

    HI,
    I have a report in which a graph is placed below a table  and data in the table gets increased with time , then how to maintain the gap as constant between table and the graph ?? Like i have 50 rows in a table and then next day 10 rows are added but then i want maintain same gap between the table and graph???

    >Right click on chart.
    >Open the property and go to the relative position.
    >Select the distance of the upper left point of the chart in relation to another report element by entering - the number of pixels; the part of the tavfrom which youble want to measure the pixels (in the first drop-down list); the report element from which you want to measure the pixels (in the second drop-down list).
    >Repeat this for the distance of the lower left point of the chart.
    Hope this will help you out.

Maybe you are looking for

  • Editable alv: add custom validation and display "errors" in protocol list

    Hi, What I want to do: PAI validation of editable alv with displaying error's in the protocol list by adding custom entries to the existing protocol object. What is my problem: After registering "data_changed event", the protocol list don't appear. M

  • Error while creating new client

    Hi,   recently i installed sap 4.7 in my system . to create new client i copy the standard one and i assigned password . While i am trying to login in to new client i am getting error "password is not right even though it is passsword given while cre

  • Will I loose all my free apps and music if I update itunes to newest version..

    Will I loose all my apps n music if I update itunes to the newest version out? Please advise the last time there was an update I lost everything on my ipod touch. And I dont wanna loose everything on my iphone as well! Please advise..

  • Unnecessary text behind listbox after converting from a web-page

    When I make convertation from htm-page containing listbox to pdf, there also appear text on the back of Listbox object. The strings are equal to Listbox values. If I create listbox manually, these strings not appear. How to fix this bug?

  • Blackberry desktop software and itunes music sync problem

    Ok so I have a Blackberry Torch 9800, OS 6.0 and the current blackberry desktop softer version 6.1.0.35. I was previously able to access all my itunes music and playlists via the desktop software. But since I completed the software updates not all my