Dataview plugin snippet showcase

I am trying to get Dataview to show me tasks that have started in the last 30 days and are due within the next 30 days and are not done. I am having trouble getting any results. This is what I have tried at the moment.

task
From "Tasks/Home Tasks"
Where start < 30 days ago and due > 30 days

Could anyone help please?