I have a table of financial calculations where many fields are defined as FLOAT(126). When I try to create a datasource I get this error: Column IRR has unsupported data type: FLOAT. How can I manage these fields in Formspider? I tried to set Defaultnumber as domain to override initial data type, but nothing to do... Many thanks! Giuseppe |
Hi Giuseppe, Formspider does not support the FLOAT data type yet. If possible, you can cast the FLOAT data type to NUMBER in SQL and use it. But then again, you will loose some precision which might be important. Kind Regards, |