When understanding usage of the system, it's often times helpful to know about usage as it occurs on a rolling 12 month period. This class provides measures that take a count of all Event IDs (e.g. COUNT(AUDIT_SUMMARY2.EVENT_ID) ) for each previous n-month(s) so we can quickly discover trends in audit data.
This class should be joined to any other class that stores rows uniquely identified by CUID and CMSID. Two such classes are the Documents and Universes class.
Universe Class |
Object Name |
Description / Purpose |
CMSID |
||
Object CUID |
||
M0 |
0-30 days ago |
|
M1 |
30-60 days ago |
|
M2 |
60-90 days ago |
|
M3 |
90-120 days ago |
|
M4 |
120-150 days ago |
|
M5 |
150-180 days ago |
|
M6 |
180-210 days ago |
|
M7 |
210-240 days ago |
|
M8 |
240-270 days ago |
|
M9 |
270-300 days ago |
|
M10 |
300-330 days ago |
|
M11 |
330-360 days ago |
|
M12 |
360+ days ago |
See also