This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Custom SQL Report URL

We have a need to write a custom SQL report and would like to add a varaiable to the report URL.  This would save us from having to write hundreds of reports.  Simple example would be. 

Custom SQL

select nodeid,ip_address,caption from nodes where ip_address = @p1

We need to be able to put the IP in the URL to save us from writing a report for every IP.

Example

http://orionServer/Orion/Report.aspx?Report=Examplereport;@p1='192.168.0.1'

Anyone else need this functionallity? Anyone have a work around?

Thanks