How To Fix R9E963 - Suppressing zeros for query '&1' is ignored when accessing using MDX


SAP Error Message - Details

  • Message type: E = Error

  • Message class: R9E - Error Messages for Query Designer .NET

  • Message number: 963

  • Message text: Suppressing zeros for query '&1' is ignored when accessing using MDX

  • Show details Hide details


  • Self-Explanatory Message

    Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.

    To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.

    Unfortunately, there isn't any extra information in this error notice.



    What else can you do?

    First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).

    Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.

    You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.


Smart SAP Assistant

  • What is the cause and solution for SAP error message R9E963 - Suppressing zeros for query '&1' is ignored when accessing using MDX ?

    The SAP error message R9E963, which states "Suppressing zeros for query '&1' is ignored when accessing using MDX," typically occurs in the context of SAP BW (Business Warehouse) when using MDX (Multidimensional Expressions) to query data. This error indicates that the option to suppress zero values in the query is not applicable when the data is accessed through MDX.

    Cause:

    The primary cause of this error is that the MDX query engine does not support the suppression of zero values in the same way that other query methods (like BEx Query Designer) might. When you attempt to suppress zeros in an MDX query, the engine ignores this setting, leading to the error message.

    Solution:

    To resolve this issue, you can consider the following approaches:

    1. Modify the MDX Query: Instead of relying on the suppression of zeros, you can modify your MDX query to filter out zero values explicitly. This can be done by adding a condition in your MDX query to exclude members with zero values.

      Example:

      SELECT 
      { [Measures].[YourMeasure] } ON COLUMNS,
      FILTER( [YourDimension].[YourHierarchy].Members, [Measures].[YourMeasure] <> 0 ) ON ROWS
      FROM [YourCube]
    2. Adjust Query Settings: If you are using a front-end tool that allows you to set query options, check if there are settings related to zero suppression that can be adjusted or disabled.

    3. Use BEx Query Designer: If possible, consider using BEx Query Designer to create your queries, as it provides more options for handling zero suppression directly.

    4. Check Documentation: Review the SAP BW documentation for any updates or specific configurations related to MDX queries and zero suppression. There may be version-specific considerations or patches that address this issue.

    5. Consult SAP Support: If the issue persists or if you require further assistance, consider reaching out to SAP Support for guidance tailored to your specific environment and version.

    Related Information:

    • MDX Queries: Understanding how MDX works and its limitations can help in crafting better queries and avoiding common pitfalls.
    • SAP BW Documentation: Familiarize yourself with the latest SAP BW documentation, as it often contains best practices and troubleshooting tips for common errors.
    • Community Forums: Engaging with SAP community forums can provide insights from other users who may have encountered and resolved similar issues.

    By following these steps, you should be able to address the R9E963 error and effectively manage zero values in your MDX queries.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author