cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello Team,

As i wanted to start Working on Analytics application designer. Wanted to understand what all is required in JavaScript for working on Analytics application designer.

Kindly help me out.

Thanks in Advance.

Regards,

Niranjan Dhavan

0 Likes
View Entire Topic
N1kh1l
Active Contributor

niranjan_dhavan

Javascript used in SAC Analytic Designer is a subset of Javascript and follows a strict type declaration. You cannot type cast data types or use loose cross assignment’s. Mostly syntaxes are similar. Scripts are executed by the web browser’s JavaScript engine, which is available out of the box. To offer good tool support for analytic application developers, analytics designer adds a type system on top. This is used for the tooling and for validating scripts. Please refer to the API reference for methods and events available for use.

https://help.sap.com/doc/958d4c11261f42e992e8d01a4c0dde25/release/en-US/index.html

https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/25a3b8d145864d7faf744...

Hope this helps !!
Please upvote /accept if this helps

Nikhil