By shaydigital on
Hello, I'm new. for the first time I couldn't find the answer in google.
I made an custom field for statistic data for car sales world wide by dates:
each Car model has a maker field (Term reference: makers) and my custom field-stats:
stats field is build from:
1. quantity - how many cars have sold
2. month - each month
3. year - in each year
4. country - where in the world
this field is multiple.
when I create a view with CONTEXTUAL FILTERS set to Content: stats:country
I get duplicated values of models. when I do group by Nid/Title it still displaying the duplicated items and not the group (I want to group like in SQL, without duplicate or headers. just the models for each country)
THX.