Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
5252 Näkymät

we know we can save a string or a float number into fields.Char()/fields.Float();

but what if we want to save a list of strings or float numbers?

Avatar
Hylkää
Paras vastaus

I don't think you can do this directly but there are many different ideas can help:

1- The first idea link your object with one2many object , and in the new object use fields.Char() / fields.Float() do define your field

2- The second idea is to define text field , and in this field insert you list of strings or float , and if you want to use this list in python use method "exec(mycode)" to convert it to list

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
5
jouluk. 23
18568
7
maalisk. 20
7466
1
tammik. 22
2137
2
elok. 19
4491
3
tammik. 19
2782