2004 IR Help Posted September 2, 2006 Posted September 2, 2006 By: mab - maborou Is it possible to do multiple queries? 2004-08-27 03:21 Hi everybody !! I just want to know if it's possible to do multiple query in a report without use sub report. If you know how to do it, pleaz let me know!! Thanks for all!! By: Andrew McLaughlin - pik0 RE: Is it possible to do multiple queries? 2004-08-27 10:37 My guess is no. However, you can always write a Singleton class and reference in one of the column's Textfield Expression field. This code could then open a connection itself and perform whatever query you need. But then, that's basically what a subreport does. Otherwise, what type of processing are you trying to do? Simultaneous parallel processing of two different tables of data or some such? Piko By: mab - maborou RE: Is it possible to do multiple queries? 2004-08-29 05:46 Yes!! I want a simultaneous parallel processing of two different tables of data !!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now