I hope anyone can help with the following scenario. I got:

- one node
- multiple date fields
- multiple text fields

I got views to neatly display each record of the date as a result. Perfect!

But, I also want to display the text field with it. So:

Date 1 displays with Textfield 1
Date 2 displays with Textfield 2
Etc.

I tried a bunch of things and spent almost a day on figuring it out on my own, so it would be great if anyone could help me.

My hunch is that I have to do some theming, use a tpl from views to get that specific textfield, and I got some promising results, but I am to inexperienced to move on.

Thanks very much for any additional info!

Comments

Paintbox’s picture

If anyone is interested in this, for future reference, I used the excellent view custom field module :

http://drupal.org/project/views_customfield

You can then use the delta of the $data result set to fetch the field matching the # order of the results.

Paintbox’s picture

Status: Active » Closed (fixed)