Does anyone know of a quick and dirty way to take a report and make it specific to the Node or Interface you click from without actually including the report on the Node Details page? I know this is possible by adding a 'report writer' resource to the Node Details page, then selecting the report from the page. You can then write a filter on the resource to include only the NodeID you're looking for.
My issue with this is the resource in question MUST exist in a page which loads every time the page refreshes.. What I'd like is a block of 'user links' on which I can list off a bunch of reports, and when I click on them, the specific report is generated but only referencing that specific Node. I don't want 8 reports loading every time I visit the Node Details page, but rather I would like a list of reports I 'could' run, and when I click on them I get the same results.
I tried using the 'custom list of reports', but it doesn't seem to pass through the same filter variables when calling the target report. Since I'm not a .net wizard, I'm hoping there is some other method to accomplish this.