Hi Greg,
You can also add the monthly column to the select statement :
[J30].[SAPJ30DB].[WCR_USERPAGEUSAGE].[MONTHLY_ID]
however , you need to know that the results of this column,
means the aggregation will be available only after a month.
Table [WCR_USERPAGEUSAGE] has several columns that each of them
has aggregation data only after the time that defined such as :
[HOURLY_ID] - aggregation after one hour
[DAILY_ID]- aggregation after one day
[WEEKLY_ID] - aggregation after a week
[MONTHLY_ID]- aggregation after a month
I hope you understand the way how the aggregation is handled.
Thanks & Best Regards,
Sharon