Tabulation setShowErrorInResult
Revision as of 06:18, 11 January 2018 by Nguyenduyan (talk | contribs)
Tabulation_setShowErrorInResult
Show error on result
Syntax
Tabulation_setShowErrorInResult(errorShow);
Arguments
errorShow: Boolean, set show error on result or not
Return type
empty
Example
DCS_use(15569074);
Tabulation_setShowErrorInResult(true);
createCrossDiagram({"Q2"},{"Panel_Age"});