oanion
IS-IT--Management
- Jun 18, 2004
- 55
Please bear with me on an explanation of what I’m trying to accomplish.
My is very strict on the number of licenses being using for a particular application. Therefore they need reports with call statistics. This particular report is supposed to determine the maximum number of licenses used on a specific server, for a specific application, on a specific day. Once the maximum number of license is determined, the corresponding information, time and date, should be displayed. The fields in the database that are used are the following:
Server - Server name
Date – Corresponding date
Time – Corresponding time
App1 - Number of license used for App1
App2 - Number of license used for App2
The format should be as follows:
8/1/06 (Page1)
Peak Utilization Peak Date/Time
App1 App2 App1 App1 App2 App2
Server1 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server2 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server3 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Peak Utilization Peak Date/Time
8/2/06 (Page2)
App1 App2 App1 App1 App2 App2
Server1 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server2 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server3 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
There are date parameters which will determine the number of days the information will be shown. Dates can range from 1 day to numerous days. For each day, a page needs to be printed with information for that particular day. For instance, if the date range is for 08/01/06 to 08/02/06, there should be 2 pages. Each page should show two sections, Peak Utilization and Peak Date time. The Peak Utilization section displays the maximum license for a specific server for a specific application. The Peak Date/Time section will display the corresponding date and time for each application. The same information should be repeated for each day in the date range. I'm almost positive I need to use a manual crosstab because separate formulas are needed for each combination of server and applications.
As you can see, this is very complicated and I’m not sure how to start, let alone finish. Does anyone have any ideas on how I can accomplish this?
My is very strict on the number of licenses being using for a particular application. Therefore they need reports with call statistics. This particular report is supposed to determine the maximum number of licenses used on a specific server, for a specific application, on a specific day. Once the maximum number of license is determined, the corresponding information, time and date, should be displayed. The fields in the database that are used are the following:
Server - Server name
Date – Corresponding date
Time – Corresponding time
App1 - Number of license used for App1
App2 - Number of license used for App2
The format should be as follows:
8/1/06 (Page1)
Peak Utilization Peak Date/Time
App1 App2 App1 App1 App2 App2
Server1 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server2 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server3 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Peak Utilization Peak Date/Time
8/2/06 (Page2)
App1 App2 App1 App1 App2 App2
Server1 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server2 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
Server3 max license max license RelatedDate RelatedTime RelatedDate RelatedTime
There are date parameters which will determine the number of days the information will be shown. Dates can range from 1 day to numerous days. For each day, a page needs to be printed with information for that particular day. For instance, if the date range is for 08/01/06 to 08/02/06, there should be 2 pages. Each page should show two sections, Peak Utilization and Peak Date time. The Peak Utilization section displays the maximum license for a specific server for a specific application. The Peak Date/Time section will display the corresponding date and time for each application. The same information should be repeated for each day in the date range. I'm almost positive I need to use a manual crosstab because separate formulas are needed for each combination of server and applications.
As you can see, this is very complicated and I’m not sure how to start, let alone finish. Does anyone have any ideas on how I can accomplish this?