Difference between revisions of "Talk:Enhancement Requests for Analytica"

(* Spring loaded modules)
(** Index Derivation from Table)
Line 7: Line 7:
 
Rob Brown
 
Rob Brown
 
rbrown@decisionstrategies.com
 
rbrown@decisionstrategies.com
 +
 +
== ** Index Derivation from Table ==
 +
 +
A function that found the unique elements of an n-dimensional table and then created an index from these elements.  For example, let A be a 1D table of numbers such that
 +
 +
A := Table(someIndex)(4,1,4,2,6,6,13,2,5,)
 +
 +
Then thisIndexFunction(A) --> Index := [1,2,4,5,6,13]
 +
 +
Numerical elements should default to increasing value, and text elements should default to increasing alphabetical order, but an optional flag should be given to reverse the order.
 +
 +
This could potentially be a dynamically changing index.  Proper alerts to this condition should be noted.

Revision as of 14:56, 15 May 2007


* Spring loaded modules

Spring loaded modules are a user interface feature that would allow a modeler to grab an object(s) and hold it over a module. The module would respond by opening up the module window so that the selected objects could be placed immediately in the desired location. This would prevent having to open the module prior to dragging and dropping; or dropping the objects into the module, then opening the module to place the objects where I want them. The spring loaded modules simply save a few clicking and dragging steps.

Rob Brown rbrown@decisionstrategies.com

** Index Derivation from Table

A function that found the unique elements of an n-dimensional table and then created an index from these elements. For example, let A be a 1D table of numbers such that

A := Table(someIndex)(4,1,4,2,6,6,13,2,5,)

Then thisIndexFunction(A) --> Index := [1,2,4,5,6,13]

Numerical elements should default to increasing value, and text elements should default to increasing alphabetical order, but an optional flag should be given to reverse the order.

This could potentially be a dynamically changing index. Proper alerts to this condition should be noted.

Comments


You are not allowed to post comments.