We have a fairly basic report that is set up for direct url access (just like many of our other reports) but for this particular report, the excel file that is exported is empty of data -- though it does have the column headings.
Essentially, when the report is accessed while logged in and authenticated, it returns data -- when accessed without being logged in, it does not return data.
We have a lot of other reports in use that are set up like this and they still work fine -- the only difference I can see with this one is that there are two date parameters for this report.
The report url looks like:
report.php?i=1&r=246&u1=04-04-2014&u2=06-05-2014&m=8&h=84aab21ac4b24c2a34844ed75b4f57755fe3c25e&export=xls
We have the options for "all logged in users" and "direct url access" checked off.
What could be wrong here?