Difference between revisions of "Tabulation setShowErrorInResult"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Category:Using CGScript with the Tabulation Module {{HelpFiles}} = Tabulation_setShowErrorInResult = Show error on result == Syntax == Tabulation_setShowErrorInResult...")
 
 
Line 1: Line 1:
[[Category:Using CGScript with the Tabulation Module]]
+
[[Category:Diagram/report_generating_CGScript_functions]]
 
{{HelpFiles}}  
 
{{HelpFiles}}  
  

Latest revision as of 07:18, 11 January 2018


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"});