I have a problem with Checklist datatype. I've created a list of checkbox as a datatype, and put it in a documenttype. When I check a box, I want it's numeric value to be save, not is prevalue. The only way I found to do this is to told the Checkbox list to save it's content like a integer. If I check only one checkbox, everything is fine (it will save value "114" for instance). But if I try to check two checkboxes or more, it will try to convert a value like "103,114,128" (example) to a interger, and of course it can't.
Is there a way I can save the numeric value of my checked choices into a string?
Saving Checkboxlist datatype value
Hi!
I have a problem with Checklist datatype. I've created a list of checkbox as a datatype, and put it in a documenttype. When I check a box, I want it's numeric value to be save, not is prevalue. The only way I found to do this is to told the Checkbox list to save it's content like a integer. If I check only one checkbox, everything is fine (it will save value "114" for instance). But if I try to check two checkboxes or more, it will try to convert a value like "103,114,128" (example) to a interger, and of course it can't.
Is there a way I can save the numeric value of my checked choices into a string?
Thanks
is working on a reply...