Spread.NET 17 Formula Reference
In This Topic
    CUBERANKEDMEMBER
    In This Topic

    This function returns the specified ranked member in the set.

    Syntax

    CUBERANKEDMEMBER(connection, set_expression, rank, [caption])

    Arguments

    This function has the following arguments:

    Argument Description
    connection Refers to the string data specifying the name of the connection to the cube.
    set_expression Refers to the string data specifying the set expression.
    rank Refers to integer value specifying the value to return.
    caption [Optional] Refers to the string data specifying the text to display in the cell instead of the caption.

    Remarks

    This function returns a temporary message "#GETTING_DATA..." in the cell while being evaluated and before all the data in the cell is retrieved.

    Data Types

    Accepts string data for all arguments, except for rank argument. The rank argument accepts numeric data.

    Examples

    CUBERANKEDMEMBER("Product_Sales",$A$2,1,"Top Selling Product")

    Version Available

    This function is available in product version 11.0 or later.