Dropdown label in list October 30, 2020, 09:04:37 AM Hi,I've a field that is a select. In Data Source I've entered my custom values: ["0:No","1:Yes"].But in list page it shows value and doesn't shows label.Example: it show "1" but I want it wil shows "Yes".How to?Thanks Quote Selected Last Edit: October 30, 2020, 01:19:44 PM by SymOn75
Re: Dropdown label in list Reply #1 – October 31, 2020, 01:54:01 PM @SymOn75 please use the label as the value also. e.g ["No:No","Yes:Yes"] Quote Selected
Re: Dropdown label in list Reply #2 – November 03, 2020, 09:48:39 AM Thanks willvin, it works but if database's table colum already has stored values as "0" and "1" how I can work? Quote Selected
Re: Dropdown label in list Reply #3 – November 03, 2020, 03:13:53 PM @SymOn75 if the table has already stored values as 0 and 1, all you have to do is edit the records and it will be saved with your new values. Quote Selected
Re: Dropdown label in list Reply #4 – November 12, 2020, 06:32:58 AM try this, it might be a bit of an overkillcreate a database with the choices that you want to select. i.e married_id, married_descriptionfill out the database with 0: no, 1:yesunder pages tab, user pages, select the list page in question, select the field name you want to reference. and under the master detail relation fill out the master table, detail table, and record display field.let me know if that is what you needed.Felix Quote Selected
Re: Dropdown label in list Reply #5 – November 12, 2020, 07:08:56 AM Thanks @jfaburto , it works fine! Quote Selected