Bring all your data into the main report
Create 7 formula
//Sunday
if weeekday(table.datefield)=1 then 1 else 0
//Monday
if weekday(table.datefield)=2 then 1 else 0
//Tuesday
if weekday(table.datefield)=3 then 1 else 0
etc.
Place your 7 boxes in the report header
Add a new sub report
Name =Sunday (or whatever)
set it to an 'On demand subreport (similar to a hyperlink)'
Add you links
Shrink the size of this sub report width to fit inside the sunday box and place it inside your 'sunday box'.
right click on it and select 'format sub report'
select subreport tab
click on the formula field 'on-demand subreport caption'
add a formula here
Click OK
Your hyper link (in the main report) should now be the Sunday count from the main report
You can now design the sub report to look anyway you want.
Repeat for the other days.
I would get sunday exactly like you want it then just make copies of it for the other days. It would only be making changes to the select or links.
This is one approach.
Edited by DBlank - 20 Apr 2015 at 5:30am