Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

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());

Overview of all methods

Link: https://public.graphomate.com/matrix/sac-scripting-doc/interfaces/scriptingapi.html

  • No labels