Bug Report T314528
Visible to All Users

A worksheet's Options.ActualZeroValues property value doesn't control the visibility of zero function results in cells

created 9 years ago

[DevExpress Support Team: CLONED FROM T313948: DxSpreadSheet ZeroValues]
Ok Paulo thank you for your quick answer.
As we cannot get the result we need your help again.
What's wrong with our code :
procedure TForm3.DialogFrmCreate(Sender: TObject);
begin
 //Set ZeroValues display format
 Spread.OptionsView.ZeroValues:= False ;
 Spread.ActiveSheetAsTable.Options.ZeroValues:=bFalse;
 //CreateFormula at startup
 Spread.OptionsView.R1C1Reference:=False;
 Spread.ActiveSheetAsTable.CreateCell(1, 1);
 Spread.ActiveSheetAsTable.CreateCell(2, 1);
 Spread.ActiveSheetAsTable.CreateCell(3, 1);
 Spread.ActiveSheetAsTable.Cells[1,1].SetText('0');
 Spread.ActiveSheetAsTable.Cells[2,1].SetText('0');
 Spread.ActiveSheetAsTable.Cells[3,1].AsVariant := '=SUM(B2' + ':' + 'B3)';
end;

Answers approved by DevExpress Support

created 9 years ago

We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

    Comments (2)

      Hi DevExpress Team,

      We are not able to control the ZeroValue display.
      You'll find a joined XLS97 file with two tabs demonstrating our issue.
      In first WorkSheet (Setup) we checked option "show a zero in cells that have a zero value"
      in 2nd WorkSheet (Sheet2) we Un-Checked this option
      - Both WorkSheet have a formula in A3 : =SUM(A1:A2)
      - Excel behavior is as expected (Display Zeroes in "Setup", Hide them in "Sheet2")
      - SpreadSheet component only takes the OptionsView parameter to Show or Hide the ZeroValues of formulas

      Could you check please ?
      Best regards
      Xavier PATOIT
      BallyTech

      DevExpress Support Team 9 years ago

        Hello Xavier,

        To process your recent post more efficiently, I created a separate ticket on your behalf: T347110. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.