J_N Posted October 9, 2006 Share Posted October 9, 2006 I have rather complex SQL query. I need for fetch another field (which isn't in the main query). Can I make a subdataset with a query like this select something from another_table where key = $F{field_in_main_query} and fetch the 'something' value for every row and put it on report ? Is it possible or must I construct some workaround? Thanks. Link to comment Share on other sites More sharing options...
lucianc Posted October 9, 2006 Share Posted October 9, 2006 You can't use subdatasets for this. You can post a feature request for this, but for now you'll need to find another way to do it. Regards,Lucian Link to comment Share on other sites More sharing options...
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