Hey all!
I’m really struggling with the concept of this problem and wondering if anyone can help me out!
I’ve got two channels ‘Cars’ and ‘Finance’. There are approx 6500 entries in each channel and most entries are related by a unique ID that ties the correct finance figures with the correct vehicle.
I used related entries which does show the correct car with the finance and I’ve ordered the entries which work fine. The problem is now that I need to only show ‘Audi’ for e.g. but keep the order of the finance of asc.
Obviously with ‘Audi’ being a related entry it can’t be used as an orderby parameter. My only other option was to parse all entry ID’s created by one limitless loop to another template and place them in another loop.
This has really stumped for a couple of days so if anyone could help that would be excellent!!
Cheers
P.S. I’ve also tried variations using the SQL Query Module but with no luck.