Hello! It has been a long time and I've come back to the AX world and having trouble with report and parameters. I've never done this before but I did dabble a bit in SSRS reports too long ago.
It seemed to be a straight forward with multiple relations from the cust table to the LogisticsPostalAddress table and then a table that contains a createdDateTime field that I would need as a parameter as a "from and to".
This is what the parameters should look like

I created the query in the AOT since i didn't think ahead that the parameters would give me issues.
This is the problem (one of them?) My AOT query does not have dataset parameters. I'm not sure how to do this.

So the report looks like this when I go to preview in Visual Studio and the parameter doesn't look like what I should be aiming for.

Advice needed.
Should I stop trying to figure out how to add parameters to work probably against the Query in Visual Studio and go back to the drawing board and re-create this using the Report Data Provider Class?
I have found some posts by searching but I think I need to step back and figure out what's the best way to go about doing this.
Thanks for your time and advice.