콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5322 화면

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
18657
7
3월 20
7552
1
1월 22
2187
2
8월 19
4561
3
1월 19
2782