By andromeda on
I need a way to display the values from a multivalued CCK field into a view in a comma separated list of values.
I'm using a custom views-view-fields--VIEWNAME.tpl.php and a custom views-view-field--FIELDNAME.tpl.php templates but I'm not able to access the single values of the multivalued field.
Any idea to get that?
Thanks in advance
Comments
This will help - Edited
I started with: http://drupal.org/node/475654 which got me looking in the correct direction. Solution was found with grep:
You'll need to retheme the output for your specific field. In my case: