allanchristophersy Posted November 19, 2014 Posted November 19, 2014 Hello, I am having a problem. I have a main report getting its data from the main CSV file and a subreport getting its data source from another CSV, the detailed CSV. From main to subreport, i pass 2 parameters, an ID and a Date. Whenever I run the report, I only get to print the first detail row's subreport output, while the succeeding detail rows are blank. Do you know why? Thanks!12
H Mendoza Posted November 20, 2014 Posted November 20, 2014 Not sure right off, but does your sub report work on its own and have you mapped the parameters to each from the parent report?
allanchristophersy Posted November 20, 2014 Author Posted November 20, 2014 Yes, all parameters of the subreport has been mapped properly. I know this because the output of the subreport is correct for the first row of the detail band of the main report, only problem is the succeeding rows of the detail band of the main report seems skipping the subreport or failing to call the subreport. From what I understand, if I put the subreport inside the detail band, for every detail row of the main report, it will call the subreport inside it. Is this correct? If so, why print only the output of the first row but fail to do so in the succeeding rows. That I cannot underdstand.
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