1. SAP Help Portal
SAP Analytics Cloud
Analytic Application Designer
"Scripting": "The script language that you use in the analytic application designer is a subset of JavaScript. The language is typed
which means that the system checks at design time whether an API call is valid for a specific object." This document explicitly identifies the language used.
2. SAP Help Portal
SAP Analytics Cloud
Analytic Application Designer
API Reference
"Introduction": The API reference guide details the objects
methods
and properties available for scripting. The syntax and structure presented (e.g.
Chart1.setVisible(false);
var selections = Table1.getSelections();) are fundamentally based on JavaScript conventions.
3. SAP Community Wiki
"Analytic Applications in SAP Analytics Cloud": "Analytic Applications are built using a JavaScript-based scripting language that allows for full control over the application's behavior and user interface." This resource confirms the use of JavaScript for creating these applications.