I have a FileField field with multiple values (two different URLS) that I would like to rewrite into two separate links. If there is a way to do this in the Views UI, I haven't discovered it yet. It sounds like it should be possible in a template file, but I've had no success there yet.

Example:
FileField name: videos
containing http://example.com/19.mp4
and http://example.com/20.mp4

I would like to see

<a href="http://example.com/19.mp4>Video</a>
<a href="http://example.com/20.mp4>Video</a>

Thanks.

Comments

dpearcefl’s picture

It has something to do with "Group multiple values". Turning this on (which I need), groups t he two values into one link.

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)