[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;
A worksheet's Options.ActualZeroValues property value doesn't control the visibility of zero function results in cells
Answers approved by DevExpress Support
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.
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
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.