Hi,
Issue: A WebI report based on Hadoop is rounding the numeric data to 2 decimal places.
Environment details: BI 4.1 SP5, Cloudera Hadoop 5.4.0, Impala query to connect to Hadoop, .unx universe
Issue details: A .unx universe has been created based on Hadoop. Amount columns from Hadoop have data with 1 to 10 digits after decimal place. These Amount columns are used in Dimension object with Numeric data type or Measure object with Aggregated function. No number formatting applied to these objects.
When a WebI report was created using these objects, data for these objects get rounded to 2 decimal places automatically.
Data in Hadoop | Data appearing in the WebI report |
---|---|
123.4568 | 123.46 |
785.789053456 | 785.79 |
56.654321897 | 56.65 |
9765.50163 | 9765.5 |
Is there any way to get all the digits after decimal place in the WebI report?
Regards,
Vinesh