DataSet (PQL)

Returns the a list object based on a series of provided numbers

  • Returned Output: Numeric List
  • Library: PQL \ Common \ Statistical
  • Version: 2018.00.000
  • Compatibility:
    • Can be combined with and other PQL function throughout the application.
    • It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.

Syntax

DataSet( <Numeric N> )

* Click on the function's arguments above for more details on the input values.

Comments
  • The values provided must be numeric.
  • Use this function when a list of numbers is required for other operations.

Examples

This example builds a list object of the numbers provided.

DataSet(0,1,2,50,100)