Difference between revisions of "IndexVals"

 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[category:Analytica Attributes]]
+
[[category:Attributes]]
  
 
= Attribute IndexVals =
 
= Attribute IndexVals =
  
The IndexVals attribute holds the self-index values when a variable is defined as a [[Self-Indexed Arrays|self-indexed]] [[Table]] or self-indexed [[DetermTable]].
+
The [[IndexVals]] attribute holds the self-index values when a variable is defined as a [[Self-Indexed Arrays|self-indexed]] [[Table]] or self-indexed [[DetermTable]].
  
The IndexVals attribute contains a list of values.  This list is used as the [[IndexValue]] for the variable, but only if the variable is defined as a self-index table or self-indexed determTable.
+
The [[IndexVals]] attribute contains a list of values.  This list is used as the [[IndexValue]] for the variable, but only if the variable is defined as a self-index table or self-indexed [[DetermTable]].
  
IndexVals should only be set when the variable is defined as a self-indexed [[Table]] or [[DetermTable]].  Furthremore, the Table or DetermTable must the outermost function in the Definition (it cannot be embedded within an expression).  If the attribute has a value in any other situation, Analytica will ignore it. (new to 4.0)
+
[[IndexVals]] should only be set when the variable is defined as a self-indexed [[Table]] or [[DetermTable]].  Furthremore, the [[Table]] or [[DetermTable]] must the outermost function in the [[Definition]] (it cannot be embedded within an expression).  If the attribute has a value in any other situation, Analytica will ignore it.

Latest revision as of 00:32, 13 January 2016


Attribute IndexVals

The IndexVals attribute holds the self-index values when a variable is defined as a self-indexed Table or self-indexed DetermTable.

The IndexVals attribute contains a list of values. This list is used as the IndexValue for the variable, but only if the variable is defined as a self-index table or self-indexed DetermTable.

IndexVals should only be set when the variable is defined as a self-indexed Table or DetermTable. Furthremore, the Table or DetermTable must the outermost function in the Definition (it cannot be embedded within an expression). If the attribute has a value in any other situation, Analytica will ignore it.

Comments


You are not allowed to post comments.