This describes the wi_licutilfeaturemart table and how each column of data arises from the flexlm_license_usage table.
The wi_licutilfeaturemart get its data from the flexlm_license_usage table. The records from the flexlm_license_usage table are first aggregated for the same period with the grouping of "Feature", "Vendor", "Server" and "TimeDiff". The "Value" is summed together and the maximum of "Total" is found. Then, we aggregate again for the same interval with the grouping of "Feature", "Vendor", "TIMEDIFF" and the "Value" and "Total" from the previous aggregation are summed. Then, we aggregate for the hour with the grouping of "Feature", "Vendor", "Timediff". The sum of the "Interval Value" is added up as "SUMALLVALUE". The maximum of the "Interval Value" is found for the hour as "Max". The sum of the "Interval Total" is also added up as "SUMALLTOTAL". The number of records aggregated is counted. The result is then record into this table.
This is the column description of each data column of WI_LICUTILFEATUREMART and how each column is filled with data.