
- SAP Analytics Cloud Tutorial
- SAP Analytics Cloud - Home
- SAP Analytics Cloud - Introduction
- SAP Analytics Cloud - Registration (Trial)
- SAP Analytics Cloud - System Requirements
- SAP Analytics Cloud - User Interface
- SAP Analytics Cloud - Export Options
- SAP Analytics Cloud - Creating First Story
- SAP Analytics Cloud - Exploring Data (Charts)
- SAP Analytics Cloud - Using Filters
- SAP Analytics Cloud - Styling Template
- SAP Analytics Cloud - Using Sharing Option
- SAP Analytics Cloud - Bookmarks
- SAP Analytics Cloud - Role Configuration
- Customizing Home Screen
- SAP Analytics Cloud - Designer
- SAP Analytics Cloud - Application
- SAP Analytics Cloud - User Roles
- SAP Analytics Cloud - Assigning Roles
- SAP Analytics Cloud - Creating Teams
- SAP Analytics Cloud - Admin for Support
- SAP Analytics Cloud - Adding Comments
- SAP Analytics Cloud - Digital Boardroom
- SAP Analytics Cloud - Support
- SAP Analytics Cloud Resources
- SAP Analytics Cloud - Quick Guide
- SAP Analytics Cloud - Useful Resources
- SAP Analytics Cloud - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP Analytics Cloud - Designer
With the use of Analytics designer, you can create applications for analyzing data and planning. SAP Analytics designer is available in all costing plans with read access.
The major difference compared to stories is that in analytic applications, you can configure the behavior of the UI elements with a set of specific script API events and specify which actions should take place when events are triggered. This flexibility lets you create a variety of analytic applications, ranging from simple static dashboards to highly customized analytic applications with numerous options to browse and navigate data.
The main difference between an analytics application and stories is that analytics applications can use widgets and can be customized using scripting however it is not available in case of stories. In Analytics application, you can change the default behavior of the entire analytic application. The design environment will provide everything to create correct applications, but it does not guarantee that the application is correct or won't break.

For end users to consume analytics applications, they should have read permissions for analytics applications in their role.
The scripting language used in Analytics application is JavaScript. Scripts are executed by the Web browser without any transformation. You use the Web browser's script execution engine, which is available out of the box. In order to offer good tool support for application designers, you can add a type system on top and this can be used for validating script.
