1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2021
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # General settings.
- #
- general.nullsOrdering=false
- general.nullsOrderingInWindowSpecification=false
- #
- # Windowed aggregates (SQL/OLAP).
- #
- olap.DenseRank[]=
- olap.CumeDist[]=
- olap.FirstValue[any]=
- olap.LastValue[any]=
- #
- # Aggregates.
- #
- aggregates.PercentileCont[any,any]=
- aggregates.PercentileDisc[any,any]=
- aggregates.Median[any]=
- #
- # Numeric scalar functions.
- #
- functions.Power[any,any]=
- functions.Ceiling[any]=
- functions.Floor[any]=
- functions.Round[any,any]=
- #
- # Various features.
- #
- supports.blobsInGroupBy=false
- supports.blobsInOrderBy=false
- clauses.Top=
- olap.Lag[any]=
- olap.Lag[any,any]=
- olap.Lag[any,any,any]=
- olap.Lag[any,any,any,any]=
- olap.Lead[any]=
- olap.Lead[any,any]=
- olap.Lead[any,any,any]=
- olap.Lead[any,any,any,any]=
|