Hi,
I have a link to a report, but want to remove the header on the linked page. I've used both dbr.report (and added 'hdr=0' as the last parameter) and dbr.url (and added the report hash and 'hdr=0' as the last parameter) but neither seem to result in a url with 'hdr=0' at the end. Is there another way of doing this?
Note when I use dbr.url and add fixed query string variables as parameters (e.g. h=<my report hash>) it produces an error (because it expects a column number) but I can't find a way to escape/override this.
Any suggestions?