More actions
jrfconvert import |
jrfconvert import |
||
Line 2: | Line 2: | ||
| | ||
====setWeight==== | |||
Sets the weight used | Sets the weight column name used for data cache. | ||
'''Syntax''' | '''Syntax''' | ||
setWeight('' | setWeight(''columnName'') | ||
'''Arguments''' | '''Arguments''' | ||
'' | ''columnName'': Is a string expression. | ||
'''Return type''' | '''Return type''' | ||
Line 20: | Line 20: | ||
'''Examples''' | '''Examples''' | ||
''setWeight( | ''setWeight("Q5_AO_1"); '' | ||
'''Availability''' | '''Availability''' | ||
Version 5. | Version 5.4 | ||
__NOTOC__ | __NOTOC__ | ||
<!-- imported from file: | <!-- imported from file: 4252.htm--> |
Revision as of 09: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