OBIEE Moving Average (Mavg) for 4 weeks on Pivot Table

戏子无情 提交于 2019-12-24 13:28:45

问题


Is it possible to calculate the moving average for 4 weeks in a separate column within the pivot shown here.

This is what I have:

http://i58.tinypic.com/2rraweo.jpg

Needs to have additional columns like:

http://i59.tinypic.com/30ti8ok.jpg

Side note: This is a union report and the "Total # of Submitted SRs" column is a sum measure from a fact table.


回答1:


The answer was the function MAVG("column", 4) as long as the rows are defined by each week's count of "Total # of Submitted SRs".



来源:https://stackoverflow.com/questions/30404092/obiee-moving-average-mavg-for-4-weeks-on-pivot-table

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!