Forum Discussion
Anonymous
6 years agoNot applicable
Group BY function HELP
Hello, Could you please tell me if it is possible by using 'GROUP BY' to make these line to 1. SO I want to see 1 name 1 brand (which can any of them ) and the date (which is the same) ...
- Anonymous6 years ago
At the end, what i have done was :
I group BY NAME,
and columns by ; Brand MAX and DATE MAX
Anonymous
6 years agoNot applicable
Thank you for this solution, however I need to make something during the query, not in the visual section
rajulshah
6 years agoResident Rockstar
Hello Anonymous,
You can click on Advanced and add columns that you wanted to Summarize in 'Group By' section.
Hope this helps.
- Anonymous6 years agoNot applicable
At the end, what i have done was :
I group BY NAME,
and columns by ; Brand MAX and DATE MAX