跳至内容
菜单
此问题已终结
1 回复
5379 查看

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?

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
5
12月 23
18706
7
3月 20
7623
1
1月 22
2217
2
8月 19
4619
3
1月 19
2782