Posted on 30/04/2008 12:10:27
Currently this is not possible using Import/Export, but there's a request on this feature.
The Database Publishing module allows you to export views to XML and CSV (please read http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=39 for further information), but the export routine has no filtering opportunities. A request has also been made for this.
In the meantime you might be able to acheive a similar functionality by using the frontend functionality of the Database Publiching module. It's a lot of work, but if you set up your master-, page-, paragraph, and DBPub templates to output XML, you could create a new view in DBPub that would return the data. When attaching the DBPub module on a paragraph, you can filter the output using querystring parameters like this:
http://mysite.dk/Default.aspx?ID=1&filtername=t1.OrderDate&filtercondition=%3d&filtervalue=2008/4/30
Please let me know, how it works if you choose to use this approach.