I have a query to load data from Oracle db with formula and table is showing some values are could not get converted to number. Are there any limitation in easyMorph how many digits it supports after decimal point?
I’m using version 4.7.0.6, and I have that issue also. I’m using Oracle database and the data type is a FLOAT(126). On custom SQL I can use the workaround that you mentioned, by using round function. But since some users use the visual way, there is other way of fix it?
You can extract the numeric value from the error message and convert it into a number using the method from the attached project. In this case, users can convert errors into numeric values.
My EasyMorph version is 4.7.1. I tried to make the project work in 4.7.0 but apparently it didn’t happen.
I’ve updated my reply above with a project for v4.7.1 and added a screenshot. If you don’t have 4.7.1 installed, you should still be able to figure out the logic from the screenshot.