I am creating income statement using SQL. I am also using report generator. The requirement is from my boss to see income statement on given date. The costs which are not known would be taken from budget tables. There are following questions on how to solve this problems.
- Is there possible modification of report generator logic to run the report on given date ? The budget amount should be used proportionally to current date. For example today is January 13th, so January budget should be multiplied by 13/31.
- The alternative is to use SQL report which result after period end would be comparable to report generator results.
Regards,
Marek