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

Similar Messages

  • 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.

  • How to display the sort value in the selection screen in the report title

    Dear All,
    How to display the sort value in the selection screen in the report title? I have selected a value in the selection screen for sorting , but i need that values by which i have sorted with in the report title. Can you please throw some light on this!!
    Good day,
    Thanks and regards
    Arun S

    Hi Arun,
    Try this.
    1, Set one dynamic parameter,
    2, Drag and drop that parameter into  your report title.
    3, Pass the value(sort value) dynamically from your application,
    4, Cheers..
    Other wise Try with Dataset, create a dataset and fill thev alue into that.. Then  set the data source from CR designer. and darg and drop that data column into the report.
    Hope this will work,
    Regards,
    Salah
    Edited by: salahudheen muhammed on Mar 25, 2009 11:13 AM

  • How to display first row value returened from a query as checked as default in a report

    How to display first row value returned from a query as checked as default in a report
    Example
    Parameter 1
    Paramerter2
    ABD
    x(checked)
    Test
    DEF
    JMG
    Mudassar

    Hi Mudassar,
    The issue is caused by the order in which the parameters appear in the report data tab can be difference between our report execution and it failing. In other words, “Parameter2” is execution before parameter “A” due to this issue. We can adjust the parameter’s
    order to solve the issue.
    If “Parameter2” is parameter “A”, we cannot use that expression. Because fields cannot be used in report parameter expression, if we want to display the first value returned from a query as default value, we have to fill the “Specify values” text box with
    the specific value in Default Values dialog box.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How can I avoid the null values in cross tab?

    How can I avoid the null values in cross tab?

    Hello Anindita,
    Let me explain you the problem in detail.
    I have selected User and Program as rows in the cross tab. In Summarized Field I am counting the Programs.
    In DB I can have both User and Program null.
    Letu2019s take these scenarios...
    1) For a User, Program can be null
    2) For a Program, User can be null
    3) And both can be null.
    A null Program does not give problem since Cross tab does not count the null values and in my case too, it remove the Program which are null from the Cross tab because of the counting its doing on Program. Hence scenario 1 and 3 is not a Problem.
    Problem comes in scenario 2 (For a Program, User can be null).
    In this case since Program is not null it will get counted and will be grouped under null user but I donu2019t want to show the null user Grouping in my cross tab.
    "Suppress empty rows" and "suppress empty colums" does not help.
    Thanks & Regards,
    Amrita

  • How to display the excluded values in the filter panel using WAD 3.5

    Hi Experts,
    I have a requirement in that we need to display five reports as tables.
    In these queries two of them have multiple excluded values.
    Now i need to display these excluded values in filters pane in my web template.
    appriciate your help in advance.
    James
    Edited by: james_ava on Nov 8, 2010 5:46 PM

    Hi James,
    I believe you are interested in displaying static filters in two of your queries as defined at design time. If so, why not use a Text Element webitem for your display since a Filter Pane is used to filter Characteristics on runtime & display their corresponding filtered values. You may insert two Text Elements for each of your DPs in question, & enable 'Display static filter values' for each. Let me know if this helps.
    Refer foll. help link for more:
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/4e9d39d44cd45ee10000000a11402f/content.htm
    --Priya

  • How to compare 2 columns in a cross tab

    Hi,
    I need some idea on how to compare 2 columns in a cross tab in Deski.
    Original Table is like this:
    Type..............ID...........Name
    Type1............1............BO1
    Type1............2............BO1
    Type1............3............BO2
    Type2............1............BO7
    Type2............2............ --     
    Type2............3............BO5
    I did Slice and dice to the original table and now it looks like a cross tab
    ......................1..............2............3
    Type1.........BO1....... BO1.......BO2
    Type2.........BO7........--     ...........BO5
    Now I want to compare column 1&2, 1&3 and put these values in new columns after column 3 for Type1 & Type2
    Does anyone has any idea on this?
    Thanks,

    1. Right click your table
    2. Select Calculations -> Count
    3. It will insert a new column. Edit this new column formula and substitute it with thos other formula:
    =If ( <Name> Where (<ID>=1)  = <Name> Where (<ID>=2)  ) Then "Column 1 equal to column 2" Else "They're not Equal"
    4.Put this title in that column's header:
    Column 1 vs Column 2
    5. Repeat steps for comparison between 1 and 3, just that this is the formula you have to use:
    =If ( <Name> Where (<ID>=1)  = <Name> Where (<ID>=3)  ) Then "Column 2 equal to column 3" Else "They're not Equal"
    Note: Apply necessary changes depending on what you need.
    Edited by: PadawanGirl on Jul 4, 2011 10:32 PM

  • Can we apply sorting on Column values in Cross tab??

    Can we apply sorting on Column values in Cross tab??
    Following is the scenario with me.
    I have 2 fields and one formula.
    Fields are HostName and Username.
    Formula is status which categorizes the Authorized and Unauthorized events.
    And in the Summary Field, I am calculating the total number of events.
    In cross tab, Fields are marking the Rows of the cross tab and Formula is making the Columns(Authorized and Unauthorized ) of the cross tab.
    Since in cross tab data is grouped from left to right and sorted by default. I want to remove this default sorting and want to put sorting on the formula for Unauthorized events.
    Is there any way to fulfill this requirement?

    Hi,
    You can assign a number to each Unauthorised field e.g
    Rank   Unauthorised
    1         A
    2         BC
    3         DF
    5         TD
    6         GF
    Then add "Rank" to the crostab Columns before the Unauthorised  field. Then you can control the sorting order on your crosstab.
    Hope this helps
    Regards
    Dotun

  • To Merge Cross Tab Header in Web-I XI R2

    Hello All,
    I have one cross tab report and Its header is Name field.When we run the report, suppose we get 15 columns so 15 times the report header displays the "Name" in cross tab. I want to display the 'Name ' field only once in middle of cross tab header.
    The Scenario :--
         Name     Name     Name     Name     Name     Name     Name     Name
    Region     q     wr     er     dv     vderg     gr     gff     dfgf
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    The expected result :--
                                                                             Name                                   
    Region     q     wr     er     dv     vderg     gr     gff     dfgf
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    Region                                        
    As per the cross tab basics --- we can not merge the cross tab header however I want any alternative solution or any work-around for it.
    Thank you.
    Bhushan

    Hi Sunil Kumar ,
    I tried this way my user wants a report year,quarter,sales and quantity in cross tab format..
    YEAR
    Q1
    Q2
    sales
    quantity
    sales
    quantity
    2009
    XXXXX
    XXXXX
    XXXXX
    XXXXX
    2010
    XXXXX
    XXXXX
    XXXXX
    XXXXX
    2011
    XXXXX
    XXXXX
    XXXXX
    XXXXX
    2012
    XXXXX
    XXXXX
    XXXXX
    XXXXX
    If any inputs always welcome.
    Regards
    Durgaprasad.yelluri

  • How to display a default value in BI Publisher

    Hello friends,
    I need to display a report based on supplier wise or dept wise stock.i've taken parameter type as menu and selecting the values from the drop down list for ex(1,2,3...)... what i want is I should display a default value like select item or something like that in drop down list so that any of the above said values are not shown to the reports user...
    Please let me know how...
    Thanks

    Hello vetsrini,
    thanks a lot for the reply... may be I'm not able to put my requiremet straight.. let me try one more time
    My requirement is like the end user has to get the report based on whether he want dept wise or supplier wise
    so
    where sl.supplier=:supp
    or d.dept_no=:dept
    this is what i've given in the data set
    the user gets report data based on either dept wise/supplier wise..
    so I've given query in lov as select distinct dept_no from dept and select distinct supplier from suppliers for the two parameters supp and dept and the type as menu...
    so I can see the values like (list of query generated values... ).. I want to do this thing like I want to display 'select' in that list...
    is it possible?... Please let me know, if possible..
    it should show like dept:select,101,102,103,104....)

  • How to display a variable value in WAD?

    I am using a replacement path variable to filter a report by project number. While this works fine, the project number is not easily visible (only via Filter -> Display All Filter Values and this only displays the description, not the key).
    How can I display the key and the description of the project number variable at the top of the report?
    Thank you,
    Dennis

    The first part is right -
    1) drag a text element onto the page, at a location in which you want the variable value to be displayed
    2) On the left hand bottom page - go to the web item properties for the text element
    3) scroll down to the specific properties for the item - in that uncheck the first two check boxes - display general text elements & display static filter values
    4) in the next item in the properties (List of text elements) click once on the box where List is written and then clcik on the small browse button that appears.
    5) in the window that opens, in the element type field, select variable/variable value as key (as per your requirement) and then under the element ID field type in the technical name of your variable that you want to display.
    click ok and save your template and try executing it.
    See if this solves your problem.
    regards,
    Nikhil

  • How to display only Day value instead of DATE in Bex Report

    Hi Experts,
    We have a Month to date Report, in this report we need to display only day value instead of DATE value,
    Like
    if Date is 14.05.2010 we need to show only  14
    Regards,
    Chandra

    Hi ,
    Thanks for Quick Response
    we does have the option to create the char(calday or ...) value variable replacement with char (calday or ...) info object, we can  replace with Report r variable value only not with info object.
    i hope we can replace the with info object only with formula variable with replacement.
    My BEx Report is Designed like
    Columns
    0Calday
    Rows
    Plant
    Keyfigures
    Actual
    Plan
    Report output Looks like month to date
    0CALDAY            01.06.2010   02.06.2010  03.06.2010
    P1  ACTUAL            10                     8                    4
    P1  PLAN                 15                     6                    2
    P2  ACTUAL              5                   10                     7
    P2  PLAN                  4                      8                    3
    Report should be
    0CALDAY            1    2     3
    P1  ACTUAL      10     8      4
    P1  PLAN           15     6     2
    P2  ACTUAL        5    10    7
    P2  PLAN            4      8     3
    please let me know how can i achive this
    Regards
    Chandra

  • How to disallow zero net value partial billing??

    Hi everyone,
    I've been trying to figure this out for a while to prevent billing document with zero net value to be created.
    This just happened when users made a mistake while  they were invoicing partially.
    One out of two partial invoices of 1 sales order,  has only a free goods item , so net value of this invoice is zero. F/A people concern about this.
    Please advise how to customise the system to prevent this undesireable circumstance.
    Thank you.
    Tikum.

    ํThank you for your advice. 
    Yes i realize that all items in sales order should be in billing.
    My purpose is to give users an alert that they're doing something wrong with billing cuz it should not be zero net value invoice, so they will find out what happens and correct it.
    I did maintain output determination , routine LV61B062 , to return SY-SUBRC = 4  if net value = 0
    And I did testing by invoicing with zero net value , debugging this routine, it gave '4' after pass this condition but the zero net value invoice still came out normally in the end. So i didn't work then....
    please do me a favor If you have any alternative idea...
    Thank you.
    Regards,
    Tikum.

  • How to display IR field value in HTML

    All,
    I have an interactive report and in the region header part I want to display a value of employee number for which this IR has been called, my HTML Looks like this in region header but it display "Employee Number:#EMPLOYEE_NUMBER# " and does not replace value. I am newbie and web technologies and all of us in my company of forms programmers. Any help would be appreciated. Thanks in advance
    <html>
    <body>
    <B><font size=+3>Employee Number:#EMPLOYEE_NUMBER#</font></B>
    </body>
    </html>

    I tried it like what you said but it did not work it still displays &employee_number. as is.
    <html>
    <body>
    <B><font size=+3>Employee Number:&employee_number.
    </font></B>
    </body>
    </html>
    Do you think i need some javascript here?

  • How to display top 10 values in a Webi report?

    Hi,
    I have the following requirement.
    If the report contains 'State' and 'Revenue' columns, I need to display top 10 cities with highest revenue and the revenue of the remaining cities can be summed together and should be available in a separate cell.
    I tried several formulae to achieve the requirement but was unsuccessful.
    I created a variable using the formula: '= If (Rank(<State> ,<Sales revenue>)>10 ) Then Sum(<Sales revenue>) Else 0' and added it as a column in the report. This provides the required results.
    When I add this variable as a column in the report, it displays 0 for the first top 10 values and only displays the remaining values. After that we can apply the Sum on this column to get the sum of the remaining (Other) sales revenue excluding top 10 values. However I cannot display this sum in a separate cell.
    Please provide some suggestions on this.
    Regards,
    Aditya Joshi

    Hi Aditya,
    Could you please try the following solutions to resolve the issue.
    Solution1:
    In Oracle, there is a function called: RANK() OVER (PARTITION BY () ORDER BY ()) which can be used to define an object at Universe level to return a rank position when used in a report. If you can check with your DBA - there is a similar function available for SQL Server. It should be RANK() OVER (ORDER BY colname) AS () FROM.
    Solution2:
    Or you can also try returning all rows in query, apply sort at report level & apply alerter to highlight the top 10 values.
    Regards,
    Sarbhjeet Kaur

Maybe you are looking for

  • SCCM 2012 R2 Won't import boot.wim

    Over the weekend I have upgraded to SCCM R2 CU4 and today I am having issues with OSD, After the install of the client, the task just ends and does not continue to install the applications. I checked: drivers, network access account, redistributed al

  • Firewire cable for sync

    Guys, I have classic ( 1 st generation ) iPhone for the last couple of years. Few weeks back my regular charging/sync pin ( at the bootom of the iPhone stopped working). Aftre chacking with Apple i found that only the Firewire pins will work and regu

  • Download a file from the web

    Helo, I have to download a file from the web and copy it to the file system (ex: download from http://172.26.20.22/test.csv to \\server01\teste.csv). I must do this using only pl/sql and java sources, I have to do this calling a procedure from pl/sql

  • Iphone 4S exchange for iphone 5

    Hi i own a iphone 4S  just 4 months old. i happened to see that iphone 5 is getting launched. is there any possiblity that apple can exchange my iphone for the new iphone 5.

  • Failed to load java type corresponding to e=application !!

    Hello and execuse my poor english. When migrating from the WLS 8.1 to WLS 9.1, and when i try to deploy an EAR who contains some ejbs, i'd the folowing error : <i>"Failed to parse descriptor at 'META-INF/application.xml' for module 'null': com.bea.xm