Skip to main content
Topic: Dropdown label in list (Read 961 times) previous topic - next topic

Dropdown label in list

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


Re: Dropdown label in list

Reply #2
Thanks willvin, it works but if database's table colum already has stored values as "0" and "1" how I can work?

Re: Dropdown label in list

Reply #3
@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.

Re: Dropdown label in list

Reply #4
try this, it might be a bit of an overkill

create a database with the choices that you want to select.
i.e

married_id, married_description
fill out the database with 0: no, 1:yes

under 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

 

Re: Dropdown label in list

Reply #5
Thanks @jfaburto , it works fine!