123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2018
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- clauses.Top=
- #
- #
- # Product information.
- #
- product.name=
- #
- # Tables.
- #
- tables.lateral.derived=false
- #
- # Windowed aggregates (SQL/OLAP).
- #
- olap.Lag[any,any,any,any]=
- olap.Lead[any,any,any,any]=
- olap.NthValue[any,any]=
- olap.NthValue[any,any,any]=
- olap.NthValue[any,any,any,any]=
- #
- # Aggregates.
- #
- aggregates.ApproxCountDistinct[any]=
- #
- # JSON functions.
- #
- functions.JSONArray=
- functions.JSONExists=
- functions.JSONObject=
- functions.JSONQuery=
- functions.JSONTable=
- functions.JSONValue=
|