Hi all
i have dropdown well populated that feed a field in a table
name of dropdown: priority_accepted1
[strong]VALUES
n:Normal
h:High
v:Very High[/strong]
it works ok and save the keys n, v or h in database
now i need to save in a field of another table, a text composed by the value (not the key) and something else
in an avent (Change_priority) i put
{fn:save_evento_chat$descrizione_evento=Priority changed to (data:priority_accepted1) (n-Normal h-High v-Veryhigh)}
if for example i choose VeryHigh it store
Priority changed to v (n-Normal h-High v-Veryhigh)
it works ok
but for a better visualization i would like to store something like
Priority changed to Normal
Priority changed to High
Priority changed to Very High
i tried
{fn:save_evento_chat$descrizione_evento=Priority changed to (data:priority_accepted1.value) }[br] but it doesn't work[br][br]is there a way to take the value from dropdown and not the key?
thank you
i have dropdown well populated that feed a field in a table
name of dropdown: priority_accepted1
[strong]VALUES
n:Normal
h:High
v:Very High[/strong]
it works ok and save the keys n, v or h in database
now i need to save in a field of another table, a text composed by the value (not the key) and something else
in an avent (Change_priority) i put
{fn:save_evento_chat$descrizione_evento=Priority changed to (data:priority_accepted1) (n-Normal h-High v-Veryhigh)}
if for example i choose VeryHigh it store
Priority changed to v (n-Normal h-High v-Veryhigh)
it works ok
but for a better visualization i would like to store something like
Priority changed to Normal
Priority changed to High
Priority changed to Very High
i tried
{fn:save_evento_chat$descrizione_evento=Priority changed to (data:priority_accepted1.value) }[br] but it doesn't work[br][br]is there a way to take the value from dropdown and not the key?
thank you