Blank as zero's

hi,
i need to get my keyfigure blank as zero's i tried in this ways
1.nodim(KF)+0
2.in qurey properties display tab display (i)display zeros (ii)display zeros as zeros.
kindly tell me another way of possibles.
Regards
venkat.

Hi Venkatesh,
Try these links :-
How to replace blanks by zero in a Bex Query output for key figure values?
BEx Query- Making into Zero value in the blank row/column
How to make the Blank Value Zero ?
Regards
Sunny

Similar Messages

  • Display Of Blanks and Zeroes

    Hi,
    We have an issue where the data in the source system has values 0 and for some its blank. When it is extracting the data into BI, at PSA level, its treating blanks as zeroes and storing as value 0, where there is no differentiation between these two. However, these values should be stored as blanks in BI also( PSA/DSO etc..). Is there a way where I can differentiate these 2 values at the time of data load? IS there any converdsion exit to differentiate these values?
    Pls respond...
    Kind Regards
    Padma

    IMO, if you want to send magazines, then e-mail isn't the vehicle. Better to create PDF files and send them as attachments. This problem you're running into has to do with poorly followed standards in all those e-mail clients and attempting to send magazines as messages. Stick to plain text and there aren't any issues. Just my

  • Query of Query count(column) returns blank not zero

    This appears to be a bug in 7,0,1,116466 and 8,0,1,195765
    Query of Query count(column) or count(*) returns blank not
    zero when there are no matches. Properly returns a number when
    there are query matches.
    e.g. select count(i_id) from PersonnelQuery where i_id <
    100
    Where does one report these?

    scottcook,
    This was a known bug in ColdFusion 6.x which has apparently
    not been fixed.
    Bug in CF6 (See the Comments section of the page linked
    below)
    http://livedocs.adobe.com/coldfusion/6.1/htmldocs/using_29.htm
    Workaround
    http://www.bennadel.com/blog/244-ColdFusion-Query-Of-Queries-Odd-COUNT-Behavior.htm
    To report this as a bug
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Blanks and Zeros in Extractor Checker S-API

    Hi All,
    I am currently having a problem with the Extractor Checker S-API.
    I have deleted and filled up the extractor 2LIS_13_VDITM (Billing) in our source system. After doing that, it seems that when I use Extractor Checker S-API to view the data, it returns me number of records but when I tried to open to the details to view the records, it returns me rows with zero value and blanks.
    I tried to look up the transaction code for billing, VF03 (Displaying Billing Document), it seems there are data.
    This issue does not occur a few weeks ago. The changes that occur in our source system is only on the security. It seems that there are some changes on the security of our user logon. Will this actually affect what data that we can extract?
    PS: Even so, when I tried to load it into BW, it shows number of records but it is not updated to the Data Store as there are blanks and zeros in the extractor.
    Hope to hear some reply on this with constructive answer. Thanks.

    Hi Robert,
    I have solved this issue. It was due to the EXIT_SAPLRSAP_001 that was placed by the consultant that does not display the data. The following is the code:
    I have actually remarked and it works.
    <b>CODE</b>
    *----Telesales Billing Requirement
    Begin of SSINGH code
    Sales Order Created on Date (VBAK-ERDAT) where VBAK-VBELN = VBRP-AUBEL
    Sales Order Created By (VBAK- ERNAM) where VBAK-VBELN = VBRP-AUBEL. This field is the same as ‘login’ in the functional spec. Its description is the same as ‘name’ in the func spec.
    Sales Document Type (VBAK-AUART) where VBAK-VBELN = VBRP-AUBEL. This field is the same as ‘order type’ in the functional spec.
    Actual PGI Date (LIKP- WADAT_IST) where LIKP-VBELN = VBRP-VGBEL. This field is the same as ‘delivery date’ in the functional spec
      when '2LIS_13_VDITM'.
       TYPES: BEGIN OF TY_KNA1,
               KUNNR LIKE KNA1-KUNNR,
               LAND1 LIKE KNA1-LAND1,
               NAME1 LIKE KNA1-name1,
               ORT01 LIKE KNA1-ort01,
               PSTLZ LIKE KNA1-pstlz,
               REGIO LIKE KNA1-regio,
               SORTL LIKE KNA1-sortl,
               STRAS LIKE KNA1-stras,
               TELF1 LIKE KNA1-telf1,
               TELFX LIKE KNA1-telfx,
               ADRNR LIKE KNA1-adrnr,
         END OF TY_KNA1.
       DATA: T_KNA1 TYPE STANDARD TABLE OF TY_KNA1.
       DATA: WA_KNA1 TYPE TY_KNA1.
        DATA: WA_MC13VD0ITM LIKE MC13VD0ITM.
        data: C_MC13VD0ITM  like MC13VD0ITM occurs 0 with header line.
       SELECT KUNNR LAND1 NAME1 ORT01 PSTLZ REGIO SORTL STRAS
                     FROM  KNA1 INTO TABLE T_KNA1
                     FOR ALL ENTRIES IN C_MC13VD0ITM
                     WHERE  KUNNR  = C_MC13VD0ITM-PKUNWE.
        C_MC13VD0ITM[] = C_T_DATA[].
        IF NOT  C_MC13VD0ITM[] IS INITIAL.
          loop at c_t_data into c_mc13vd0itm.
            l_tabix = sy-tabix.
            select single erdat auart ernam into
                (WA_MC13VD0ITM-erdat,WA_MC13VD0ITM-AUART,WA_MC13VD0ITM-ernam)
                from vbak where vbeln = WA_MC13VD0ITM-aubel.
            select single WADAT_IST INTO WA_MC13VD0ITM-WADAT_IST
               from likp where vbeln = WA_MC13VD0ITM-vgbel.
    get Shipping address for AU/AI requirement
    get name from KNA1 and then get address from ADRD table.
    PKUNWE
            modify c_t_data from WA_MC13VD0ITM index l_tabix.
            clear c_mc13vd0itm.
          endloop.
        ENDIF.
    END OF SSINGH code

  • Blank not Zero for Display in report

    Hi,
    For a Particular Calculated Key Figure X, I get a Zero value using a logic such as
    if Y=0; X=0.
    For Display in Report, Currently it shos the vakue as Zero. I want to show it as a blank vaklue instead.
    Could you suggest how to achiev this ?
    I can not suppress Zero becuase for the other Key Figures in the report, i should show 0 as 0 only.
    Please acknowledge
    Regards
    Shweta

    Hi,
    In the query designer, go to query properties, the button is just before the check query button.  In the Display tab, in the section Number format, you have a setting for Zero Value Display.  Click on the options and select, Suppress Zeros.  You also have the option of showing the zero as something else.
    This setting is different from the Suppress zero setting, which will suppress the line when all key figures are zero.
    Rgds

  • Report quantity as blank or zero in the TO and keep it open for future pick

    Hi Gurus,
    We have a scenario here an dneed your help:
    We haev a transfer order created fro a delivery for 4 items. The system is showing that we have stock. While went for picking the one material is not there physically. While trying to confirm the TO in vl06o we can report blank for the material not picked and system converts it zero automatically. It ask for the confirmation of differences. If we say yes the system saves the TO and close it as confirmed. Now what will happen to the item which is not picked yet? How we can pick the remaining items? Is there any way?
    Thanks for any help...
    Shamsul

    I might be understanding correctly, but I use cursor variables within a package all of the time. I have never tried calling the procedures from C++ but it is fairly simple in Java and wouldn't think C++ would be much different, just more involved.
    In the package spec you have to define the ref cursor variable. If your cursor always returns the same rowtype then it is better to define the cursor, then define the ref cursor as c%rowtype. If the results of the cursor are going to change then you just define the variable as a ref cursor. These examples may help.
    CURSOR eu_status_cur IS
    SELECT eu_status
    FROM item_eu_status;
    TYPE eu_status_ref IS REF CURSOR RETURN eu_status_cur%ROWTYPE;
    TYPE component_ref IS REF CURSOR;
    The eu_status_ref will always return a single value row from the item_eu_status table while the second can return anything.
    The package procedure then defines the parameters as one of these types.
    PROCEDURE get_intermediate (
    i_containing_id IN item.item_id%TYPE,
    i_item_id IN item.item_id%TYPE,
    o_formula OUT formula_ref,
    o_eu_status OUT eu_status_ref,
    o_special_library OUT special_library_ref,
    o_sensory_attribute OUT sensory_attribute_ref,
    o_application OUT application_ref,
    o_raw_materials OUT raw_material_ref,
    o_intermediates OUT intermediate_ref,
    o_components OUT component_ref
    Within the procedure you just open the ref cursor.
    OPEN o_eu_status FOR
    SELECT eu_status
    FROM item_eu_status
    WHERE item_id = i_item_id;
    The client side will be different for Java vs C++ obviously. The OracleCallableStatement object takes care of most of the details when using Java, but since the (OCI) driver uses the OCI library I'm guessing that is where the real functionality is.

  • How to show blank as zero in Analyzer

    Hi Experts,
    I have a question regarding the display of empty cells as 0 .
    I use some selections and for some selections there are no data (empty cell) in the query. But I need to show this empty cells as 0.
    I Replaced  original key figure with a formula like: 0 + <your_original_key_figure> - this is also displaying the empty cells.
    Is there any possibility to show it 0 although there is no data ?
    Thanks,
    Chandra

    Hello.
    The treatment of NULL-values (meaning cells without any values in the cube has been incorrect before.
    The cell without any 0(blank) are not 0, but NULL. Here is the difference; NULL meaning: There is no corresponding value booked in the cube. 0 means there is corresponding data in the cube and this is 0.
    So the settings for 0-display have no effect for NULL values.
    Incorrectly before (in 3.x) the system displayed 0 for Null values when it should not have displayed anything.
    The BW standard has no setting for changing the visualization of NULL values.They are always displayed as blank.
    There is no solution for this because this is not an issue. But you can try a little workaround like described in note 794006: add '0' to the values in your formula, then 0 should be displayed, because 'null' + 0 should be 0.
    If this suggestion does not works, try to update your frontend to latest version and try again.
    Thanks.
    Edward

  • BLANKS as Zero in the query designer

    Hi,
      I had a restricted KF for which there are no entries in cube (for the restriction) or the KF values are 0 in cube....
      When i execute the query...i ma getting the Blank for that KF....how can i convert BLANK into 0 in the report
    My requirment is to show 0 for all Blanks
    Thanks

    Try to use calcualted key figure as follows with res. Key figures as follows
    (Res Key figures "is not initial") * res key figure.
    Now system will display 0 where ever you get blank.
    Do reply with comments.

  • How Do You Change A Numeric Field To Blank When Zero?

    I'm using Adobe Acrobat 6.0 Professional, version 6.0.6.
    Can anyone help me with the code to change a numeric field to blank, when "0.00"?

    "no success" does not provide much to go on.
    With your scripts, I get the concatenation of the sting values, so one has to force JavaScript to convert strings to numbers.
    Make sure your field names are exact including case.
    Make sure the calculation order is correct.
    The following scripts all work:
    var fa = 1 * this.getField("FeeN01").value;
    var fb = 1 * this.getField("FeeN02").value;
    var fc = 1 * this.getField("FeeN03").value;
    event.value = fa + fb + fc;
    if ((event.value == 0)) {
    event.value = ""
    // or
    var fa = this.getField("FeeN01").value / 1;
    var fb = this.getField("FeeN02").value / 1;
    var fc = this.getField("FeeN03").value / 1;
    event.value = fa + fb + fc;
    if ((event.value == 0)) {
    event.value = ""
    // or
    var fa = Number(this.getField("FeeN01").value);
    var fb = Number(this.getField("FeeN02").value);
    var fc = Number(this.getField("FeeN03").value);
    event.value = fa + fb + fc;
    if ((event.value == 0)) {
    event.value = ""
    The "sum of" also works with the "Custom validation script" of:
    if (event.value == 0) event.value = "";

  • Difference betwen Null item,Blank item ,item is zero and empty item

    Please describe the difference betwen :
    null item
    empty item
    blank item
    and zero item
    And how can we test each one?
    How to test if the value of an item say Px_y is null or
    blank
    empty
    zero
    Regards

    Please describe the difference betwen :
    null item
    empty item
    blank item
    and zero item
    And how can we test each one?
    How to test if the value of an item say Px_y is null or
    blank
    empty
    zero
    Regards

  • BI and ECC Reconciliation report giving blank value instead of ZERO

    Hi,
      We have a report for reconciliation where in if the ECC and BI balance  matches, it will show Zero (0) in the final field. My question is *for some of them it is showing Zero(0) and for few rows it is givng blank values* even after ECC and BI balance matching...Why is it giving blank instead of showing 0 (ZERO)  ....is there any setting  we need to make??
    point to be noted is only few rows are getting blank and few rows it is showing '0'
    pls suggest...
    Thanks

    Without additional details of the rows that have blanks vs zeros, here is a guess...
    The rows with blank final value have no records in ECC or BI. You can probably define the formula in such a way that it always gives zero for all rows.

  • BEx Query- Making into Zero value in the blank row/column

    Hi All,
    I am running a query on multiprovider, say I have three characteristics (sales org, distribution, customer) & key figure (amount) in the layout. I am lookling the actual & plan data in the report.  If there is no plan data for the above combination of characteristics, in the report i am getting blank, instead of blank i want $0.00, how to do this?
    Regards,
    Anand

    Hi ,
    Could you please let me know how can we fix this issue.  I tried to create a new formula as KF+0 but it did not work.
    Hi ,
    This issue is in a Bex Query . We are looking for options on how to display blanks as zeros for keyfigures.In the below screen shot highlighted in red there is no data for march 2015 so it needs to display as zero and the overall result should be Zero.
    Issue : Overall Result for Cumulative Quantity FTE should pick up the last value which is Mar 2015 instead its displaying 2 as there is no data for Mar 2015.
    Thanks,
    Bharathi.

  • How can I change a blank value to a zero in a query?

    When displaying key figures I am getting blanks as opposed to zeros (if there is no data in the cube).  Does anyone know how to change the blanks to zeros?

    Hi,
    You can create a new Formula.
    In the Formula editor write:
    Formula = (Key Figure)+0
    your blank cells will  get 0 value
    Regards,
    MG.
    Edited by: MG . on Jan 18, 2008 1:43 PM

  • How to ignore blank/null key figure value in BI Queries

    Reports on Multiprovider - we see some cells of a Key figure as blanks. These blanks are interpreted as zeros by the system and calculated accordingly resulting in incorrect values. As per our requirement, we need a count of all hard/real zeros only, not the blanks. For example, if there are 10 rows of which 6 are real zeros and 4 are blanks - our count should be 6 and not 10.
    How to ignore the blanks in BEx queries please?
    Thanks for your help.
    Upender

    Rakesh,
    It is not possible to find a pattern because the report is on a MultiProvider with 2 InfoProviders- Purchasing documents DSO and Material Movements InfoCube.
    Every Purchasing Document has several materials associated with it. These materials are compared with materials in Materials Movement. Not all materials in Purchasing Document are found in Materials Movement. For those Materials found in Materials Movement, the Quantity is obtained. For these found rows, the correct value is showing up - if the quantity is zero, it is showing in reports as zero. If the material is not found in Material Movements then Quantity shows up as blank values.
    My requirement is ignore such blank quantities and not count them. Only Quantities with 0 values should be counted. Currently both blanks and zero values are counted showing inflated count.
    Thanks,
    Upender

  • Blank csv from interactive report

    I have an interactive report that shows the data just fine. but when I choose download and csv, I get a blank file, zero lenght. there is data in the report, but the download shows nothing. has anyone see this before? its just a standard report, nothing real fancy. it should be able to download data right?

    it is apex is 4.0
    I'm not sure of the database, I believe it is 11g
    I have no clue as to the web server, I'd have to say whatever comes with 11g or apex. I don't have access rights to see that.
    browser is IE 7 and firefox 3. both have the same issue.
    I can't export it to a different instance at this time.. however, I created a new page, created a report in it and used a simple query, it allows me to download it. so something is odd about the actual report I have now. its a simple query, so I'm not sure what it wrong yet.
    something must be interfering with the process.

Maybe you are looking for

  • How can I get my email address off of iMessage?

    Yesterday I decided to try Messages Beta but it obviously required that I use an email for sending messages. I wanted to see it working between my iPhone and MacBook, so also entered my email on my iPhone. Now though I want to revert it. I don't want

  • Validate account assignment in Sales Order

    How do we get the account assignment (cost centre or internal order) validated in the sales order? By 'validated' I mean to have them pass the CO account assignment rules where for us the accounts that are going to be posted to by this type of sales

  • Is this feature avaliable in Acrobat X Pro

    Is there a feature that would remember on which page i ended reading an ebook so the next time i can start reading from the same location.

  • Cross-references between jarred helpsets

    Hello, I have a Help system that uses several merged HelpSets. I am wondering if it is possible to create cross-references between files that are in different jarred helpsets. If it is possible, what would the syntax look like. Thanks Tim

  • Better than iMovie

    I'm busy editing my 3 month holiday in South Africa with iMovie (first time - new to Mac's), but the program seems a bit limited. Is there another piece of video editing software for a Mac that's alot better than iMovie? (I know you get the really ex