Skip to content

Commit

Permalink
Update scientific notation (#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 31, 2024
2 parents 0fb5342 + 88a65ad commit 760ca54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following list explains the new features, updates, and fixes for January 202
## Bug fixes

- **BigQuery numeric types** — Support for numeric types with precision greater than 38 (like `BIGDECIMAL`) in BigQuery is now available. Previously, it was unsupported so would return an error.
- **Support for scientific notation** — Scientific notation for large numbers is displayed and correctly interpreted.
- **Large numbers incorrectly displayed in scientific notation** — In some instances, large numeric dimensions were being interpreted by Tableau in scientific notation, making them hard to use. These should now be displayed as numbers as expected.
- **Google Sheets dimension values** — We now preserve dimension values accurately instead of being inadvertently converted into strings.
- **Multiple derived metrics resolution** — Resolved issues with naming collisions in queries involving multiple derived metrics using the same metric input. Previously, this could cause a naming collision. Input metrics are now deduplicated, ensuring each is referenced only once.
- **Deduplication of input measures** — Resolved warnings related to using two duplicate input measures in a derived metric. Previously, this would trigger a warning. Input measures are now deduplicated, enhancing query processing and clarity.
Expand Down

0 comments on commit 760ca54

Please sign in to comment.