View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003298 | NoesisGUI | Studio | public | 2024-05-03 19:08 | 2025-04-02 11:09 |
| Reporter | dstewart | Assigned To | jsantos | ||
| Priority | low | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0003298: Data Numbers Do Not Accurately Display Billions | ||||
| Description | This is a super low-priority one, but logging for tracking purposes: When reaching one billion, all Data numbers convert to Scientific annotation, and can sometimes result in presenting inaccurate values in the process. For example, if a a value of "1,234,567,890" is entered, it gets converted to "1.234568E+09" which if my math is not incorrect, corresponds to "1,234,568,000" instead of "1,234,567,890". | ||||
| Steps To Reproduce | Repro Steps: 1) Create a Page Observe how the Max Value in the Value Generator section is converted to "1E+09" 4) Create a Data Set from the Data Structure created in Step 2), and apply it to the Page created in Step 1) Observe how the number correctly displays "123" within the TextBlock. 8) In the 'Number' Data field from Step 7), type "1000000000" Observe how the numerical value is converted to "1E+09" 9) In the 'Number' Data field from Step 7, type "1234567890" Observe how the numerical value is converted to "1.234568E+09" If this Data item represented a player's in-game credits account for example, their account value would be imprecise by 110 credits. Expected Results: Numerical Data conversion to Scientific Values doesn't occur unless specified by the author in a String Format. | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-05-03 19:08 | dstewart | New Issue | |
| 2024-05-03 19:08 | dstewart | Priority | normal => low |
| 2024-05-06 13:19 | jsantos | Assigned To | => jsantos |
| 2024-05-06 13:19 | jsantos | Status | new => assigned |
| 2024-05-06 13:20 | jsantos | Target Version | => Studio_Alpha |
| 2025-04-02 11:09 | sfernandez | Target Version | Studio_Alpha => Studio_Beta |