Hi guys,
I have to create a report
1. To display current year sales and previous year sales also with difference.
2. report should display the sales for each month
3. should display sum of sales quarterly.
4.should display grand sum.
so based on the task
1. I created main report with current year sales grouped on quartely formula.
2. created a sub report which calls the same proceudre as main report with previuos year.
3. subreport contains data sets on detail section.
4. subreport is placed on main report detail section.(can grow checked).
5. problem is ....I get sub report detail section repeated on main report. which i dont expect.
6.sub report should also display as same as main report.
How can i achieve this.
Year=2015 Year=2014 Difference Difference in %
Amount | Values | Amount | Values | Amount | Values | Amount | Values | |
---|---|---|---|---|---|---|---|---|
jan | 123333 | 1231321 | ||||||
Feb | ||||||||
March | ||||||||
1 Quar | Sum() |
could someone please help me.
Thank you