Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The graphomate matrix integrates seamlessly into the SAP Analytics Cloud. This also supports scripting in the Application Designer of the SAP Analytics Cloud. You can find all methods here:

Examples

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

Code Block
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.

Code Block
graphomate_matrix_1.setBadColor(graphomate_matrix_2.getBadColor());

Overview of all methods

Insert excerpt
MX:de en Scripting Doku (matrix) SAC
MX:de en Scripting Doku (matrix) SAC
nopaneltrue

...