Anjali Mandowara
08/05/2025, 10:15 AMYvonne Changamuka
08/05/2025, 11:30 AMYvonne Changamuka
08/06/2025, 7:44 AMAnjali Mandowara
08/07/2025, 8:56 AMYvonne Changamuka
08/07/2025, 9:04 AMYvonne Changamuka
08/07/2025, 2:04 PMFrancisco Antunes
08/21/2025, 10:03 AMFunder to Fund Amount is displaying numbers in unexpected numerical notations (e.g.: scientific notation, or floats). In GoodData Cloud, it is recommended that Fact objects are in NUMERIC-style data types (see our Documentation on the subject). I see that the column is in INT.
I am currently investigating what is causing the values to show up in these different notation types. Are they displayed like that in the data source? Or are they just very large numbers?
Meanwhile, you can work around it by ensuring that the Metric has no rounding on its formatting.Francisco Antunes
08/21/2025, 4:08 PMdouble precision, which is not one of our supported data types. It got identified as INT, which is incorrect (as double precision and other float data types have decimal numbers, which INT does not).
The solution here is to make sure that these fact columns are CAST as a NUMERIC (or other accepted format - refer to the documentation I posted earlier) before they are loaded into GoodData Cloud. A view would be a great way of achieving that - and it can even be done directly as an SQL Dataset. This will ensure that only numeric values are loaded in, and avoid the problem.