gauravs Posted June 2, 2010 Share Posted June 2, 2010 Hi All I am working with i-report 2.04. I am facing one problem while handling sub report functionality I am getting some query result rows from main report and I have passed it to subreport as parameter is it rite I want different value for each parameter value depend upon. for e.g Query In Main report select account_id from fact_acctwhich gives result as account_id10000001000001100000310000021000004.. and I am passing this account_id to my subreport parameter Is this rite I want different results for different account_idmeans I have created subreport parameter as account_id and my query for subreport is select acctcr-accdr from acct where account_id=$P{account_id} is this rite please help me out thanking you in advance gaurav sontakke Link to comment Share on other sites More sharing options...
gauravs Posted June 2, 2010 Author Share Posted June 2, 2010 Hi All I have found that that if I do like this then it shows only first record of the result . It don't shows other records ...why this is happening .. please help me out Thanking You gaurav sontakke 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