Get label from dropdown in custom related field

Good day :slight_smile: I used this post (http://developer.sugarcrm.com/2012/03/13/howto-grab-fields-from-a-related-record-without-sugar-logic/) to grab related field. With textfields working fine, but I have now dropdown (combobox), it return value and I need label. How to do it? Please help.

Did you find a solution for this? I have the same problem.

I am theming a view and I can get the changes done in custom/module//metadata/.php adding the following code to the field array:

'customCode' => '<span class="kpifield">{$fields.score_c.value}</span>'

Works ok for text fields but in dropdowns it gives the value not the label. How can I get the label?

Thanks!