Need to create Daily Status Report

Hi,

I am quite new on Easy BI reports. I want to create a report that will be showing some stats to management on daily basis. These stats includes Date, SOD(Start of the day), Logged (current date logged issues), Closed(Current date closed issues), EOD(End of the day, means SOD+Logged-Closed).
Similarly need to show some statuses date wise like how many issues are at level 2, level 3 and level 4 etc.
Similarly what are the aging of the issues that are on these defined statuses. What are the different issue categories that are currently on these statuses.
Similarly what is the number of issues that are present on some specific users.
definately there will be 5 different reports to show this data. I am also providing the screen shot of the report that we are doing manualy today. I would appreciate to please help me out that how i can achieve this target.

Hi,

The open issues on the start of the day if the day level is used in the report rows:

([Measures].[Open issues],
[Time].CurrentHierarchyMember.PrevMember)

Other measures can be obtained using the standard measures and arithmetic.

Kindly,
Janis, eazyBI support