SQL Select with a value from the valuelists.ini
Posted: Wed Aug 25, 2010 2:26 am
Hello, I want to do something, but I don't find informations about this.
I have a sql select like :
__sql__ = "SELECT ID_Event, CONCAT(name, ' (' , status, ')') FROM Event;"
--> status is a int and is associated with a value from the valuelists.ini
My question is : Can I display directly the value from the valuelist.ini ?
Thank you and sorry for my English
I have a sql select like :
__sql__ = "SELECT ID_Event, CONCAT(name, ' (' , status, ')') FROM Event;"
--> status is a int and is associated with a value from the valuelists.ini
My question is : Can I display directly the value from the valuelist.ini ?
Thank you and sorry for my English