Scripting Documentation

The graphomate matrix integrates seamlessly into the SAP Analytics Cloud. This also supports scripting in the Application Designer of the SAP Analytics Cloud.

Overview of all scripting methods

Examples

Using the Scripting Api, you can set custom cfl variables, whose values can be used inside cfl rules.

graphomate_matrix_1.setCflVariable("myVariable", "5567");

Here is an example for using both getters and setters. The same value for BadColor is used in matrix 1 as in matrix 2.

graphomate_matrix_1.setBadColor(graphomate_matrix_2.getBadColor());