GetAssociationScores method
Computes a set of association scores for each pair of fields between two given tables that have been loaded in an app. When a table contains some synthetic keys, all fields in the synthetic key tables are analyzed against fields in other tables. To denote that a field is a synthetic key, the field name is prefixed by [Synthetic Key]: .
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qTable1 | 
				 Name of the first table.  | 
			
			Yes | String | 
| qTable2 | 
				 Name of the second table.  | 
			
			Yes | String | 
Returns
| Name | Description | Type | 
|---|---|---|
| qScore | 
				 Array of computed scores.  | 
			Array of AssociationScore |