In Pivot table how to show folder heading of a Measures column

Hi gurus
I am using 11.1.1.6.6 version
Any idea how to show column heading of a measure column in Pivot table view.
for Dimension its working fine
I have 3 dimension column and 12 measure column in my report

Hi Santosh Sutar,
Did you mean that you want to hide/show the rows in an worksheet? If I understood correctly, there is no such API in apps for Office at present. Most of functions are used interop with data.
If you want apps for Office to support this function, I suggest that you submit the feedback from link below:
Customer Feedback for the Office Developer Platform
And you get learn more about apps for developing from link below:
Build apps for Office
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.

Similar Messages

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How can show the result of a measuring that is done in a sub-program in my main panel?

    How can show the result of a measuring that is done in a sub-program in my main panel?

    In your subvi, wire the result(s) you want to ouput to the main program to an output terminal on the connector pane.
    For a tutorial on subvi's, search the help for "connector panes" anc click on tutorial.
    ~Tim

  • How to show/hide total based on selected column in column selector

    Hello,
    Is there a way to show/hide the total based on what column is selected in the column selector? Or alternatively to hide the total based on the column selected? I'm using OBIEE 10g.
    Basically, I have a pivot table with a handful of row variables and one measure. Then I allow the user to select the column variable. The default is to have nothing, which I have achieved using the hidden/dummy column trick (Re: How to add new columns by using Multiselect However, if my pivot table is set to have a total, I now get 2 columns that are the same. When the user selects any other choice (e.g. gender), I would want to see Male, Female and the total. Something like this:
    Default:
    Count
    East 10
    West 20
    Total 30
    Gender:
    Male Female Total
    Count Count Count
    East 6 4 10
    West 14 6 20
    Total 20 10 30
    Any thoughts?
    Thanks!

    I recommend using view selector instead of column selector

  • How to show value and unit in different columns

    Hi All,
    I need ABAP help for the below requirement in BI7.0
    Data source contains  the field Amount in local currency (Data source is flat file of CSV format)
    Amount in local currency
           1000  INR
           2000  INR
           1000  GBP
           2000  EUR
    I have to get this value in target like below( value and unit should be in different columns)
    Amount in local currency              0currency
           1000                                           INR
           2000                                           INR
           1000                                           GBP
           2000                                           EUR
    Can any one help me how to declare the data type for  Amount in local currency and how to show this value in two columns in the target.
    Thanks,
    kishore.

    TYPES:BEGIN OF ty_stru,
      s1 TYPE string,
    END OF ty_stru,
    BEGIN OF ty_stru1,
      s2 TYPE string,
      s3 TYPE string,
      END OF ty_stru1.
    DATA:itab TYPE TABLE OF ty_stru,
          wa LIKE LINE OF itab.
    DATA:itab1 TYPE TABLE OF ty_stru1,
         wa1 LIKE LINE OF itab1.
    START-OF-SELECTION.
    "--Input--
    In input 1000 and USD having space
      wa-s1 = '1000 USD'.
       APPEND wa TO itab.
      wa-s1 = '1000 INR'.
       APPEND wa TO itab.
      wa-s1 = '1000 EUR'.
      APPEND wa TO itab.
    "--Input--
      LOOP AT itab INTO wa.
    SPLIT wa-s1 AT space INTO  wa1-s2 wa1-s3.*------> split command
    APPEND  wa1 TO itab1.*---------------->splited value store into another internal table
      ENDLOOP.
    "--Display--
      LOOP AT itab1 inTO wa1.
        WRITE: wa1-s2,
               wa1-s3.
      ENDLOOP.
    "--Display--
    Output:
    1000 USD
    1000 INR
    1000 EUR
    This is simple prgram for split a string into two different string based on space
    regards
    Dharma
    Edited by: dharma raj on Aug 19, 2009 2:01 PM

  • Pivot table in BI Publisher: Different aggregate functions in data columns

    Hi, everyone!
    I`ve got some troubles with pivot table in my rtf-template.
    Here is my xml:
    <ROWSET>
         <ROW>
              <_BI_SUBRF_MO_._MUN_NAME_>МО Петроградский р-н</_BI_SUBRF_MO_._MUN_NAME_>
              <_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>714000003</_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>
              <_BI_MONTH_DEBET_._BI_DEBET_SUM_>0.0</_BI_MONTH_DEBET_._BI_DEBET_SUM_>
              <_BI_CALENDAR_._YEAR__>2009</_BI_CALENDAR_._YEAR__>
              <_BI_CALENDAR_._MONTH__>8</_BI_CALENDAR_._MONTH__>
         </ROW>
         <ROW>
              <_BI_SUBRF_MO_._MUN_NAME_>МО Петроградский р-н</_BI_SUBRF_MO_._MUN_NAME_>
              <_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>714000004</_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>
              <_BI_MONTH_DEBET_._BI_DEBET_SUM_>165.58</_BI_MONTH_DEBET_._BI_DEBET_SUM_>
              <_BI_CALENDAR_._YEAR__>2009</_BI_CALENDAR_._YEAR__>
              <_BI_CALENDAR_._MONTH__>7</_BI_CALENDAR_._MONTH__>
         </ROW>
         <ROW>
              <_BI_SUBRF_MO_._MUN_NAME_>МО Петроградский р-н</_BI_SUBRF_MO_._MUN_NAME_>
              <_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>714000004</_BI_PERS_ACCOUNT_CARD_._BI_PAC_NMB_>
              <_BI_MONTH_DEBET_._BI_DEBET_SUM_>165.58</_BI_MONTH_DEBET_._BI_DEBET_SUM_>
              <_BI_CALENDAR_._YEAR__>2009</_BI_CALENDAR_._YEAR__>
              <_BI_CALENDAR_._MONTH__>7</_BI_CALENDAR_._MONTH__>
         </ROW>
    ...... and so on..
    </ROWSET>
    In the pivot table i`d like to see one row for every BISUBRF_MO_._MUN_NAME_ using BICALENDAR_._YEAR__ and BICALENDAR_._MONTH__ as measures and sum of BIMONTH_DEBET_._BI_DEBET_SUM_ and count of unique (or at least just count of) BIPERS_ACCOUNT_CARD_._BI_PAC_NMB_ in cells.
    I create a pivot table using wizard, everything ok except one thing: as i understand, in pivot table for data in rows we can use only one kind of aggregate function e.g. only sum or only count.
    Is there any way to use different aggregate functions in data cells?
    Thank you

    As you can see, when we use crosstab tag we can specify only one aggregate function for data cells.
    Is there any way to get in XSL-FO (where we can what really happens) instead of:
    <T1>
    <xsl:value-of select="sum(current-group()/_BI_PERS_ACCOUNT_CARD_._BI_PAC_UNID_)"/>
    </T1>
    <T2>
    <xsl:value-of select="sum(current-group()/_BI_MONTH_DEBET_._BI_DEBET_SUM_)"/>
    </T2>
    this
    <T1>
    <xsl:value-of select="sum(current-group()/_BI_PERS_ACCOUNT_CARD_._BI_PAC_UNID_)"/>
    </T1>
    <T2>
    <xsl:value-of select="count(current-group()/_BI_MONTH_DEBET_._BI_DEBET_SUM_)"/>
    </T2>
    Edited by: user12115038 on 26.10.2009 8:08

  • How to show custom header in pdf generated from report

    Hi,
    I  have created a report that is used to display Leave record of employees in an organization. After which it creates a pdf file and send it to respective HOD.
    In this case I am trimming generated output and sendinf only required fields to the pdf.
    When pdf is getting generated it shows program name as Title of that report.
    I want to change this header to my own header along with some variable but not sure how I can do so.
    I have also tried TOP-OF_PAGE but problem in this case is that I am still getting program name along with it.
    To generate pdf I have used function :
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        exporting
          src_spoolid   = spoolid
          no_dialog     = ' '
        importing
          pdf_bytecount = l_no_of_bytes
          pdf_spoolid   = l_pdf_spoolid
          btc_jobname   = l_jobname
          btc_jobcount  = l_jobcount
        tables
          pdf           = l_pdfdata.
    Then I had converted this pdf to Binary
    call function 'QCE1_CONVERT'
        tables
          t_source_tab         = l_pdfdata
          t_target_tab         = lit_record
        exceptions
          convert_not_possible = 1
          others               = 2.
    Then I had created subject matter and used FM : SO_NEW_DOCUMENT_ATT_SEND_API1: to send mail to respective HODs.
    I tried dubbing it but couldn't get any variable which is holding program name.
    Sorry for putting in wrong forum.
    so Closing it from this forum and raising the same in ABAp-General forum.
    How to change header of pdf in generated report
    Edited by: gaur.yagyesh on Apr 16, 2010 4:03 PM

    To make it more clear to my question.
    I am using sun one webserver 6.0 sp6.
    I need to enable custom header on the webserver so that any request having a custom http header coming to webserver should be captured by the webserver.
    Thanks,

  • How to show row data to vertical data(columns) please

    Good Morning,
    Could you please help with this
    I have a table with following two columns
    TechName  Version
    SQLServer 2000
    SQLServer 2003
    SQLServer 2005
    SQLServer 2008
    SQLServer 2008R2
    Oracle    11G
    MSOffice 2000
    MSOffice 2003
    MSOffice 2007
    MSOffice 2010
    How can i show version column this data as vertical component 1 to 5
    TechName Component1 Component2 Component3 Component4   Component5
    SqlServer     2000             2003               2005            
    2008                2008R2
    Oralce          11G              NULL               NULL             
    NULL               NULL
    MSOffice       2000            2003               2007             
    2010                NULL
    Please Help me  with this
    Thank you in Advance
    Asita

    This operation is known as pivoting. The common way to pivot data (transpose rows to columns) in T-SQL is:
    - Grouping (GROUP BY)
    - Spreading values (CASE expression)
    - Aggregating (MIN / MAX / COUNT / etc.)
    Since you have different versions, depending on the value of TechName, then it will be easier if we enumerate each version per value of TechName (row_number in this case).
    with C as (
    select *, row_number() over(partition by TechName order by version) as rn
    from T
    select
        TechName,
        max(case when rn = 1 then Version end) as Component1,
        max(case when rn = 5 then Version end) as Component5
    from
        C
    group by
        TechName;
    If you are going to have more than 5 versions for specific TechName and you do not want to put a quota, then you will have to reach to dynamic sql. Search in this forum by "dynamic pivot" and you will find plenty of examples.
    AMB
    Some guidelines for posting questions...
    AYÚDANOS A AYUDARTE, guía básica de consejos para formular preguntas

  • How Do I Format Heads That Span 2 Columns in Text Flow?

    I am working on a report fomatted in two columns. The report is divided into chapters than begin on a new page. No problem with that. But within each chapter, there are subheads that span across both columns preceed by a 6 point rule. I can do this easily if I interrupt the flow of the chain of text boxes. But how do I format this so that rule and the spanned head move along the text chain as necessary as I make changes or additions to the text?
    Just type be clear, here is a typical page secuence.
    Page 1 - 2 columns
    Page 2 - 2 columns
    Page 3 - 2 column at the top third of the page, then a rule going all the way across both columns, then a headline that also goes across the 2 columns, then the remainder of the page goes back to the 2 column format.
    Page 4 - 2 columns
    Page 5 - 2 columns

    You can also use an inline text frame with text wrap applied, but I'm not clear how that would work in the middle of a page if all of the text above the rule is supposed to be one "entity" and all below another (i.e. the text in the first column should jump to the second column when you get to the rule, then after the headline you should restart in the first column, and when that is full jump back to the second column). It seems to me that you would need separate frames for the two parts.
    Peter

  • How to show error page in browser when Column cant be null

    Hello everyone,
    I've got a Record Insertion Form, and some of the fields are
    set as "NOT NULL". When I miss out a few fields, the browser shows
    the text - Column 'propertytype' cannot be null, which is fine, as
    it cannot be null. But how do I redirect this to a user friendly
    page which basically says, "sorry you havent written in all the
    fields, please go back". How do I do this in dreamweaver?
    Thank You

    You need to validate all user input prior to executing any
    sql statement. That will do it. There are also techniques to trap
    error messages, which vary depending on the scripting language you
    are using.

  • Extra Measure/Column on Pivot Table

    Hi at all,
    i have a problem about the pivot table in obiee11g. I need an extra measure/column or a new table/pivot-table with new measures out of an other fact-table riht behind the first pivot table wich depends on the first pivot-table.
    Thx

    Pull columns from both fact-tables, create 2 pivot tables.
    Pivot table 1 is with 1st fact table and exclude measures from other fact table.
    Pivot table 2 is with 2nd fact table and exclude measures from 1st fact table.
    Add 2 Pivot views in the analysis
    If it is helpful, please mark as correct or helpful
    If this not helped, let us know in detail with columns for both pivot tables

  • Showing Zero values in OLAP Pivot Table for Excel 2007

    Hello,
    I needed a help to a problem. Is it possible to show the values with No sales in an Olap Pivot Table ??
    I have a sales Cube, and brwsing it via excel i wanted to filter on a Product Category and see how many products in this category had made no Sales. By default the Pivot table doesn't shows the empty values, so if i check the Showm empty rows option for
    Pivot Tables, i see the whole of the products populated with and without sales, and i can't filter further. Is there a way i can only get those which have no sales.
    Vinish Viswanathan

    Happy Holidays,
    I can slice on product categories in Excel 2013 with these settings for the Pivot Table:
    Activate "Show items with no data for rows and columns"
    Apply a value filter that says that the measure should filter on values = 0
    Have the product natural hierarchy on rows with levels product category->subcategory->product.
    Expand the levels below product category
    Use the product category attribute and not the hierarchy as the filter.
    I do not have Excel 2007 installed anymore.
    HTH
    Thomas Ivarsson

  • Pivot Table Section Properties - Column Heading Display

    Hi guys,
    I've never noticed this until today but on 10G, we had the option, when formatting the section properties of a pivot table, to choose where we wanted to display the column heading (above, before, left, none - see image below).
    https://www.dropbox.com/s/orasud455twrphm/Column%20Heading%20Display.png
    In 11G I can't find this option anywhere, did they remove this option or am I missing something?
    Thanks
    Pedro

    Anyone knows the answer?
    Thanks

  • Pivot table Opened & Closed

    Hello
    Within OBIEE Answers I am trying to put together a pivot table showing the number of incidence opened and closed for the month by group name. However I am having a problems showing this in one pivot table. The reason for this is because the opened and closed dates are separate columns. Is there a way I can show in one pivot table how many Service Requests are Opened and how many are Closed by Group Name
    Group Name : List the different Group Names in one column
    incidence: incidence #'s of the incidence which were raised for individual Group Name
    Open Date: Date when the case was raised
    Closed Date: Date when a particular case is closed
    Query : we need to show the open and closed cases for a particular group name on the basis of month...
    Row of the pivot should be group name... In the column we need to have the day and under it we need to have the count of open incidence and count of closed incidence...
    Could you please help me out in this?
    Thank you
    John

    I'd be interested to hear other people's opinions on this as I have to do something similar very soon but with more tracking points.
    I think you can only solve this in the repository.
    Say you have your fact table like this:
    some_id
    open_date
    open_request_count (1)
    closed_date
    close_request_count (1 if closed else 0)
    And a single time dimension.
    I'd keep one time dimension (not open date or close date) and model it using aliases of the fact table.
    So your first set of measures are measures by open date. For these you have an alias of the fact table joined to time on open date.
    Your second set of measures are measures by close date. For these you have an alias of the fact table joined to time on close date.
    Then you can run a report with time, open count (by open date) and close count (by close date).
    What you lose here is the ability to see your service request, the date it was opened AND the date it was closed. You might solve this with measures around the days between the dates (ie closed in 5 days, closed in 3 days).

  • Pivot Tables in BI Publisher

    When including multiple Criteria in the "Rows" section of Pivot Table we get a desired format of Pivot Table in BI Analytics Answers. However, when creating a Pivot Table in a BI Publisher Template, Adding multiple measures in "Rows" results in the creation of duplicate rows.
    For example, the desired format is as follows:
    https://docs.google.com/spreadsheet/ccc?key=0AisK8m4TPhzKdDMzeDhfUjBZNTF5NWhleEEtX3piLXc&hl=en_US#gid=0
    this appears in BI Analytics Answers.
    However, when this table is made in BI Publisher Template, the format is as follows:
    https://docs.google.com/spreadsheet/ccc?key=0AisK8m4TPhzKdFlDQjBGU0NORWltNXp3STE1WTJZUVE&hl=en_US#gid=0
    Please help on how to obtain a pivot table in BI Publisher in the desired format.
    Regards

    While making Pivot Tables in RTF, make the rows "inline" rather than "outline".

Maybe you are looking for