GetCellRealData

Gets the data contained in a cell and also indicates whether the cell contains real data. This function can be used in these types of rules:

Syntax

HS.GetCellRealData("POV",Var1)

Table 57. Syntax for GetCellRealData Function

Parameter

Description

POV

A valid point of view.

Var1

A variable that specifies if there is real data in the cell.

Return Value

The possible return values depend on what is found in the cell:

Example

dData = HS.GetCellRealData("A#Sales.C1#Prod1",bIsRealData)
If bIsRealData = TRUE then
  ...
End If