Click or drag to resize
Database Table DatadictionaryTableComputation

[This is preliminary documentation and is subject to change.]

The table DataDictionaryTableComputations holds data for computations associated to the dynamic forms in TOPICA

Each row represent a computation in dynamic form

Fields

Field name

Type

Note

Description

TableName

varchar(50)

Primary key, foreign key to DatadictionaryTable

Name of the table holding data for the dynamic form.

ComputationName

varchar(50)

Primary key

name of the computation

SequenceNumber

int

Disabled

bit

Whether or not the computation is disabled

ExpressionString

text

The expression that performs the actual computation.