CellValue (PQL)

Returns the value of the data point or cell from a query result set triggered by the user's interaction. 

  • Returned Output: Numeric
  • Library: PQL \ Action \ Jump
  • Version: 2018.00.000
  • Compatibility: Any content (regardless of data source) in the relevant parts of the application

Syntax

CellValue()
Comments
  • The function has no input arguments.
  • If the action is triggered from a report or member, the cell value is null.

Examples

The example below uses the following example grid and action.

This example, using the above grid, returns "http://mysite.com/25.61" because the triggering cell's value is $25.61:

"http://mysite.com/" + cellValue()