Skip Navigation

[Resuelto] re-opening ticket – not resolved

This support ticket is created hace 6 años, 5 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por ScottM9386 hace 6 años, 5 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#917727

Hello,

I'm re-opening this ticket 'cause it ain't working.
https://toolset.com/forums/topic/need-help-with-a-view/
My original question:
Hello,

I'm using the most recent versions.
I have the following CPT's
Works
Tracks
Writers
Clients
Pitches

The Relationships are:
Works - Tracks (one2many)
Works - writers (many2many) - has intermediary cpt with fields
Pitches - Tracks (many2many) - has intermediary cpt with fields

ALSO - Pitches has a post reference field to Clients.

I would like to do the following view as a table (columns not necessarily in this order)

Track Title | Work Field X | Writer Title | Writer intermediary cpt field X | Pitches field X | Pitches intermediary cpt field X | Pitches post reference to Client Title

I can get some of the columns above but I can't get them all together.
...........................................................
THE PROBLEM:
In the view I can get:
Work Field, Track Field, Writer field, Writer intermediary
BUT..."pitches" only shows me the last "pitch" published for the track, it doesn't show me all the "pitches" connected to a track.....Also...I haven't even explored yet how to get "Pitches intermediary cpt field"
Hope all this is possible....
Thank you!
regards,
Scott.

#917800

Hello,

How do you setup the view?
I assume we are talking about a view for querying the "Track" posts, in the column "Pitches field X" you are going to display related "Pitches" post, if it is, since there could be multiple related "Pitches" posts, so you will need to setup a child view to display it:
1) Querying the "Pitches" posts
2) Filter by:
Select posts in a "Pitches - Tracks" relationship that are related to the Post where this View is shown.
3) And display the Pitches field X

Same as above, for column "Pitches intermediary cpt field X", it needs another child view, query the intermediary cpt

#917912

Hi Luo,

I don't get what you're saying.
Not sure what a "child view" is.
Do you mean to create a view querying pitches, add field, Filter by: Select posts in a "Pitches - Tracks" relationship that are related to the Post where this View is shown,
and insert this view into the loop of the "Tracks View"?

If this is what you mean, this doesn't work. All that does is show every pitch for every track under each track listed in the Track View.

Thanks,
Scott.

#918150

Yes, you are right, that is the child view.

I am not sure if you how do you setup the views, please try these:
1) Deactivate other plugins (except Types plugin) and switch to wordpress default theme 2017, and test again
2) Provide a test site with the same problem, also point out the problem page URL, I can setup a demo for you

#919060

thank you - it's a journey!