Numbers fail to round up upon the usage of Excel connector
I have some values in a CSV file which are rounded up. But upon uploading the data via CSV connector the values do not show rounded up I see number goes upto 5 to 8 exact decimal places. I there way to avoid this and get the values rounded up as in the source excel file.
Please help.
Thank you
Comments
-
I'm trying to figure out of this is a Domo thing or an Excel thing. Maybe provide some example data.
If I open Excel and type in a long decimal place the cell shows the shortened 1.293849204 and the formula bar shows the full number I typed in 1.2938492044567. Once I save the file as a CSV and reopen it in Excel both the cell and formula bar show the shortened number. When I upload it to Domo, as I expect based on what the saved csv file contains it shows as the shortened rounded number in Domo.
If I open a blank text file and paste in the same thing in a CSV format, save it as a CSV, and upload to Domo it shows the full number
Regardless of what is actually causing this you have a few options.
1: Calculated field to round the numbers when visualizing.
- You have the ROUND() method available where you provide the column, and the number of decimals you want to show. Ex. ROUND(`column`,5) to round to 5 decimal places
2: Dataflow to change the data once it's in domo. You can use a MySQL dataflow using it's ROUND() function where you do the same thing, provide it a column and the amount of decimals you want to round it to. This would create a new dataset where all the raw data is rounded as you're asking, then when you visualize you don't have to do anything additional.
- Your dataflow would be something like
SELECT
*
,ROUND(`column`,5) as 'RoundedColumn'
FROM TABLE
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**0
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 601 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 689 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 385 Distribute
- 110 Domo Everywhere
- 269 Scheduled Reports
- 6 Software Integrations
- 112 Manage
- 109 Governance & Security
- 8 Domo University
- 25 Product Releases
- Community Forums
- 39 Getting Started
- 29 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive