Гость
22 Авг 2013 14:15

I want to ask here before I lose all my stored data. I have a Select field with several values. Now the purpose of the field has changed and I want to make it a multiselect field. However when I do this will I lose the data that people have already entered? I have 1200 records and losing the input data people have already entered would not be good.

I am scared to change it in case I lose my data. Please advise, thank you.

Последние изменения: 02 Март 2014


Sergey
Total posts: 13,748
23 Авг 2013 00:35

However when I do this will I lose the data that people have already entered?

No you should not lose any data from switching between "selectable" fields like select, multiselect, checkbox, radio, text, setautocomplete.

Although you will lose if you switch to multiple level select.

But in any case please make backup before you proceed in case something goes wrong.


Гость
26 Авг 2013 14:36

Excellent to hear. I have a follow up question. Currently I use many pre-filtered links. I use this code to get the value of the selected field

&filter_name[0]=filter_key&filter_val[0]=value1

Would that change when switched to a multiselect field? I can't seem to find the answer in the documentation. Thanks.


Sergey
Total posts: 13,748
27 Авг 2013 09:38

Switch will affect prefiltered links as filter key is MD5 of field type and label. After you change type, key also will be changed.


Гость
27 Авг 2013 13:29

Makes sense, thank you.

Работает на Cobalt