Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-23-2020 09:49 AM
Hey,
one of the answers in Exercise 7 is:
MATCH (p:Person)-[:ACTED_IN]->(m:Movie)
WITH p, collect(m) AS movies
WHERE size(movies) > 5
RETURN p.name, movies
The results that should be presented (from the screenshot of the exercise):
The the-facto result:
Solved! Go to Solution.
03-23-2020 12:49 PM
There are different ways to view query results. In the top image, you're viewing the results in a Table view. In the bottom image, you're viewing the results in a graphical view. You can use the toolbar on the left to choose which results view to use, depending on your needs.
Also, for new queries being executed, it will reuse whatever result view you used last.
03-23-2020 12:49 PM
There are different ways to view query results. In the top image, you're viewing the results in a Table view. In the bottom image, you're viewing the results in a graphical view. You can use the toolbar on the left to choose which results view to use, depending on your needs.
Also, for new queries being executed, it will reuse whatever result view you used last.
All the sessions of the conference are now available online