View Single Post
  #1 (permalink)  
Old 06-30-2009, 12:57 PM
jserge jserge is online now
Junior Member
 
Join Date: Jun 2009
Posts: 2
Default Storing query result in report parameter

Hi,

I need to get a value using SQL and use this value later in the report as parameter for other queries and various conditions.

For example, I need to call this query somewhere in the early stages of report (initialize, before factory, etc):

select userid from users where ....

and then store this "userid" as parameter for later use.

Any advice?

I am using 2.3.2

Thank you
Reply With Quote