Do you have any question about this error?
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
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.
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.
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:
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]
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.
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.
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.
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:
By following these steps, you should be able to address the R9E963 error and effectively manage zero values in your MDX queries.
Get instant SAP help. Start your 7-day free trial now.
R9E962
&1 '&2' in the default values is ignored when accessing using MDX
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
R9E961
Hierarchical display of rows is ignored with MDX
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
R9E964
Local calculation for &1 '&2' is ignored when accessing using MDX
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
R9E965
Condition '&1' is ignored when accessing using MDX
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.