cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Yearly/Weekly/Daily Trends report from Neo4j

Hi Team,

I am currently working on a use case where I have to extract data base on date filter(yearly/monthly/weekly) basis. I already have create time in my nodes.
Any help would be much appericated.

Thanks

1 REPLY 1

Please provide more information to better help us help you.

We need a sample of your graph, or some description of the labels, nodes, and relationships, as well as a more specific explanation of what you're trying to accomplish.

MATCH (a:Node)
WHERE a.dateField > date() - duration('P30D')
RETURN a.data as base
Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online