There any way to store a value and show another??
I wonder if i can store a value an show another.
I mean, some times you have some data that can have an specific number of values, ex. Male or Female. In this page in the priority field you can choose critical, normal or minor. Now, some times is needed to store in the database for example:

store -- show
m ------ Male
f ------- Female

Or in this case

store -- show
c ---- critical
n ---- normal
m ---- minor

Then show the show field, but store in the database the store field, later i can use this field (store) with autopath or the view module.
There is a way to do this?? i have read some about delta, but i don't know if I'm in the real direction.

Excuse my English, please

Comments

agileware’s picture

You can use a select list field and enter those values into the allowed values list field.

Like this:

c|Critical
n|Normal
m|Minor

Then it will store the values to the left of the |
and display the value to the right of the |

neopulse’s picture

Status: Active » Closed (fixed)

Thank very much, just what i need