Hello all,
Here is my issue. I have a view set up to display the data my users have entered in a form. One part of the form allows them to enter multiple values (it is an address field, and they are allowed to enter as many addresses as they want). Currently, the form generates a node which displays all the values from the form, and the view shows each node as a single row, with multiple values per row.
What I would like to do is display my view with one address per line. If a node has multiple addresses, I want each row to be a new address along with the other data from the form.
Does that make sense?
Right now it looks like this:
Node1 | Body1 | Address1 Address2 Address3 | Picture1
And I want:
Node1 | Body1 | Adddress1 | Picture1
Node1 | Body1 | Adddress2 | Picture1
Node1 | Body1 | Adddress3 | Picture1
Help?
Comments
Look at the setting for the
Look at the setting for the address field under one of the expanding sections for something like "group values". If present for the address field, un-checking should product the result you want.