Tuesday, August 19, 2014

RMIN

This function takes a set of records as input and shows the minimum value based on records encountered so far.
Syntax: RMIN(expr)
Syntax description
expr is an expression of any datatype.
Steps: Go to Criterial – Select the Column – Right Click – Select Edit Formula – Click on Insert function – click on Running Aggregate folder and select RMIN

Example: RMIN("Sales"."Rp Revenue")

No comments:

Post a Comment