Touchstone 2022 Database Reference
tResultTemplate Table
AIRReference Database : tResultTemplate Table
Description

Stores the association between output types and the results.

Properties
Creation Date2/16/2011 6:00 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows321
Data Space Used160.00 KB
Index Space Used64.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the output type.

For a complete list of codes, see tOutputType Table.

varchar10   
Primary Key 

Code that represents the ways in which results can be viewed.

For a complete list of codes, see tResultViewBy Table.

int4   
Primary Key 

Code that represents the ways in which results can be grouped.

For a complete list of codes, see tResultGroupBy Table.

int4   
 List of table columns to be included in the results set.varchar4000  
 

Labels for the table columns in ResultColumnLabels.

These are used to properly label the columns on the user interface. 

varchar1000  
 

List of table columns that determine how the results are grouped.

varchar1000  
 Name of the results/report.varchar255  
 Number that determines the order the results/reports are displayed on the user interface.tinyint1  
 

Defines the calculation used to determine the Data Quality Uncertainty value.

For additional information about calculating the Data Quality Uncertainty score, see the ScoreDQU column in tRRRR_DQ_SCR_ResultDetail Table.

varchar4000  
Objects that depend on tResultTemplate
 Database ObjectObject TypeDescriptionDep Level
tResultTemplateFilterAttributeXRef tabletResultTemplateFilterAttributeXRefTableSystem reference table used to determine the filter attributes that are applied to the results.1
Objects that tResultTemplate depends on
 Database ObjectObject TypeDescriptionDep Level
tAnalysisType tabletAnalysisTypeTableStores the analysis types available in the application.2
tExposureAttributeType tabletExposureAttributeTypeTable

Stores the possible types of exposure attributes used for the Loss analysis results options.

2
tOutputDetailedAAL tabletOutputDetailedAALTable

Stores information regarding the possible targets to which the Average Annual Loss can apply.

2
tOutputType tabletOutputTypeTable

Stores the possible types of output for each analysis type.

1
tResultGroupBy tabletResultGroupByTable

Stores the possibly categorization (grouping) types for Data Quality analysis results.

1
tResultViewBy tabletResultViewByTable

Stores information identifying the options for viewing results in Touchstone.

1
See Also

Related Objects

AIRReference Database