Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have created a datatype from 'Dropdown list multiple' and have tried this with and without Keys. The datatype is set to Integer.
My list has only 4 items in it. In the content, I select 2 of the items and save to get:
Conversion failed when converting the nvarchar value '34,35' to data type int
You should change the datatype from Integer to nvarchar, as Integer won't be able to store comma separated strings.
You're right, for the Dropdown Multiple there probably shouldn't be an option for this :)
-Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Selecting Multiple items from dropdown
Hi,
I have created a datatype from 'Dropdown list multiple' and have tried this with and without Keys. The datatype is set to Integer.
My list has only 4 items in it. In the content, I select 2 of the items and save to get:
Conversion failed when converting the nvarchar value '34,35' to data type int
Hi,
You should change the datatype from Integer to nvarchar, as Integer won't be able to store comma separated strings.
You're right, for the Dropdown Multiple there probably shouldn't be an option for this :)
-Tom
is working on a reply...