YSUMV returns a Year-To-Date sum of values for a specified variable. This is the speed-optimized version of the YSUM function.
SYNTAX:
YSUMV(Cx)
where :
Cx is a conditional variable x
NOTES:
This function is designed to be speed-optimized for calculation time; however, using YSUMV with 1 Minute variables is not recommended as it may generate huge stress on your database server.
See the YSUM function for more information.
EXAMPLES:
See the YSUM function for more information.