Hi All
I have data like below and i want report like this
if i schedule report the result like this
if i generate report in march only march data will come
if i generate report in June only June data will come
if i generate report in Sept only Sept data will come
data for march | |
item | amount |
table | 100 |
chair | 200 |
pen | 500 |
pin | 150 |
data for june | |
item | amount |
table | 150 |
chair | 210 |
pen | 350 |
pin | 100 |
data for sept | |
item | amount |
table | 250 |
chair | 150 |
pen | 300 |
pin | 105 |