Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.


For more information on products and upcoming events around #dominoforever, please visit: HCL Domino Page


Status Under Consideration
Workspace Domino
Categories Administration
Created by Guest
Created on Jun 29, 2026

Support scientific notation.

See article KB0077579. https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0077579

The Cause states this: The code incorrectly handles free disk statistics that are several terabytes and uses a decimal character other than ',' and '.' as the thousandth separator.

The real problem is that it cannot handle scientific notation like

Smaller systems:

show stat disk: Disk.C.Size = 63,523,913,728


Larger systems

show stat disk

Disk./.Size = 2.5769803530E+12
The developers never coded for scientific notation.
BTW that is 2,576,980,353,000 or 2.5TB

  • Attach files