Publié Tue, 24 Mar 2020 07:31:14 GMT par Mayra Rossi
Hi, 
there's the possibility to link a decimal field to a select list?

Here the problem:

I have a multicolumns select list "gadget"
Article ID Article name Price
1 Pen 0,30
2 Mouse 15,00

I tried to link this select list to a table field, no problem for "Article name", but I cannot associate "Price" column to the relative decimal field in table field.

There's any solution?

Thanks
Publié Sat, 28 Mar 2020 13:33:09 GMT par Craig Heintz SE
Have you tries to use decimal instead of comma for in your price column?

like 0.30 and 15.00
Publié Mon, 30 Mar 2020 04:45:51 GMT par Mayra Rossi
Sure! 

Choice of select list works only with textual fields. Maybe a bug?
Publié Mon, 30 Mar 2020 15:17:28 GMT par Craig Heintz SE
If your database field is a decimal field and you set your select list as a CSV and use a file connect to access it, you will need to assign the column to an integer in the file connect configuration and then click on the number format and set the decimal to 2 digits.  This made the select list available to me.
Publié Mon, 30 Mar 2020 15:25:25 GMT par Craig Heintz SE
Spoke too soon.  I had my database field set for a numberic field and not a decimal.
So back to maybe a bug!

You must be signed in to post in this forum.