Difference between revisions of "SetWeight"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
(jrfconvert import)
Line 2: Line 2:
 

 

  
=====setWeight=====
+
====setWeight====
  
Sets the weight used in calculating the diagram's value.
+
Sets the weight column name used for data cache.
  
 
'''Syntax'''
 
'''Syntax'''
  
setWeight(''weightColumnName'')
+
setWeight(''columnName'')
  
 
'''Arguments'''
 
'''Arguments'''
  
''weightColumnName:'' Is a string expression. It is name of a numeric DCS column, that could be used as a weight in calculating
+
''columnName'': Is a string expression.
  
 
'''Return type'''
 
'''Return type'''
Line 20: Line 20:
 
'''Examples'''
 
'''Examples'''
  
''setWeight(''"DanishPopulationWeight"'');''
+
''setWeight("Q5_AO_1"); ''
  
 
'''Availability'''
 
'''Availability'''
  
Version 5.5
+
Version 5.4
 
__NOTOC__
 
__NOTOC__
<!-- imported from file: 5203.htm-->
+
<!-- imported from file: 4252.htm-->

Revision as of 11:12, 7 March 2011



setWeight

Sets the weight column name used for data cache.

Syntax

setWeight(columnName)

Arguments

columnName: Is a string expression.

Return type

empty

Examples

setWeight("Q5_AO_1");

Availability

Version 5.4