Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SetWeight: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Data_Cache_Functions]]
[[Category:Data_Cache_Functions]]

{{HelpFiles}}
__NOTOC__


====setWeight====
==== setWeight ====


Sets the weight column name used for data cache.
Sets the weight column name used for data cache.  


'''Syntax'''
'''Syntax'''  


setWeight(''columnName'')
setWeight(''columnName'')  


'''Arguments'''
'''Arguments'''  


''columnName'': Is a string expression.
''columnName'': Is a string expression.  


'''Return type'''
'''Return type'''  


empty
empty  


'''Examples'''
'''Examples'''  


''setWeight("Q5_AO_1"); ''
''createCrossDiagram({"Region"},{"Q1"});''  


'''Availability'''
''[[Image:NotSetWeight.jpg]]''


Version 5.4
''setWeight("W1"); ''
__NOTOC__
 
<!-- imported from file: 4252.htm-->
''print(getWeight()); //Result: W1''
 
''createCrossDiagram({"Region"},{"Q1"});''
 
''[[Image:SetWeight.jpg]]''

Latest revision as of 02:53, 21 October 2015




setWeight

Sets the weight column name used for data cache.

Syntax

setWeight(columnName)

Arguments

columnName: Is a string expression.

Return type

empty

Examples

createCrossDiagram({"Region"},{"Q1"});

setWeight("W1");

print(getWeight()); //Result: W1

createCrossDiagram({"Region"},{"Q1"});