I have a view(A) which listing 3 items, then I embed a view(B) as a field into this view(A). I have got the following problem:

the view(B) displaying between the items of view(A)

item1(viewA)
view(B)
item2(viewA)
view(B)
item3(viewA)
view(B)

the view(B)has been duplicated for 3 times.

Is there anything I can do to solve this problem ? Thanks

Comments

dawehner’s picture

Sorry i don't get it what you think is wrong. That's exactly how the module should work. It's a field

damiankloip’s picture

Status: Active » Closed (works as designed)

Agreed! If you use this, it is a field, so you will get a view on each row.