Following on from my previous post (<a class='bbc_url' href='
http://www.birt-exchange.com/modules/vbulletin/showthread.php?t=10945'>http://www.birt-exchange.com/modules/vbulletin/showthread.php?t=10945</a>) I now have my joint data set giving me each opened task, which user it is assigned to (or unassigned) and the date by which it must be completed.<br />
<br />
taskID|userID|targetDate|userName<br />
<br />
I have a report parameter "reportDate", and would like to display a table as follows:<br />
<br />
User|Overdue tasks|tasks due on reportDate|tasks due a week after reportDate<br />
<br />
I'm assuming I need to use several filters here, based on the reportDate. Then I'll need to aggregate on userID.<br />
<br />
Any idea how this can be done, if it can, with BIRT?