cancel
Showing results for 
Search instead for 
Did you mean: 

What all is required in JavaScript for working Analytics application designer .

02-10-2023 4:48 PM
4251 views 5 comments Go to solution
0 Likes
SAP Managed Tags
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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (3)

Answers (3)

aayushsinha
Product and Topic Expert
Product and Topic Expert
sourabhpaul
Participant
0 Likes

Hi,

To use SAC application designer, you must know basic programming concepts and understand how the backend works. when you are done with programming concepts then you first go through 2 videos available on youtube and get your hands dirty by writing codes then I think you are good to go.

links:

https://youtu.be/hbspGhQfKXo

https://youtu.be/XRA49iX_yzk

Regards,

Sourabh Paul.

0 Likes

What all basic concepts i need to cover to handle typescript..??

0 Likes

Hi Wanted to understand things to cover in JavaScript to work in Analytics Designer.