Our PHP code uses an Object tag to display report output.
In addition to that, we want to be able to have the output from the myDBR report assigned to a PHP variable.
Then I want to use our applications own code to mail it.
I saw on the forum someone mentioned select 'dbr.mail';
But I would rather not have a special report for mailing.
I just want to take an existing myDBR report (which does not involve mailing) and mail it using our PHP code.
I am guessing that I may have to append to the report url &export=pdf or &export=excel which is fine because I don't have to change the report itself.