123456789101112131415161718192021 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2015
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # Windowed aggregates (SQL/OLAP).
- #
- olap.PercentRank[]=
- olap.CumeDist[]=
- olap.PercentileCont[any,any]=
- olap.PercentileDisc[any,any]=
- olap.Median[any]=
- olap.FirstValue[any]=
- olap.LastValue[any]=
- olap.Lag[any]=
- olap.Lag[any,any]=
- olap.Lag[any,any,any]=
- olap.Lead[any]=
- olap.Lead[any,any]=
- olap.Lead[any,any,any]=
|