Index

See Also...

Related Topics

 

 

Description

This formula is designed to enable you to create your own indexes. The number of parameters in this formula may vary, depending on your needs.

 

 

Formula

Index=begin

   idxTotal = 0

   divisor = 0

   retval = 0

   for i = 1 to PARAMCOUNT begin

      if $[i].last != NONUM then begin

         idxTotal = idxTotal + $[i].last

         divisor = divisor + 1

      end

   end

   retval = Scale(Divide(idxTotal,divisor),100)

   retval

end

 

 

Parameters

The number of parameters in a call to this formula may vary.

 

 

Return Value

An index value.

 

 

Examples

 

 

Comments

NA

 

©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.