Unit 4 Lesson 1 Flashcards
The analytics designer tool has a dedicated design environemnt in SAC
True
4 steps in the process of creating an analytic application using the analytics designer
- defining the data model
- laying out the screen
- configuring widgets
- wiring it all up with help of custom scripts
How is the analytic designer tailored for App designers (3)
- one design environment
- built for rapid prototyping
- Standardization of analytics content (centrally maintained composites)
How does the analytic designer support rapid prototyping (2)
- apps are based on same data models
- can start from existing content, templates, user stories
How does the analytic designer support standardization of analytics content (3)
- re-use UI elements
- create composites, packaging UI elements, application logic (headers, foots, toolbars)
- re-using centrally maintained composites
What is the data foundation of an analytic application (source) (2)
- 1+ SAC models
- direct access to an 0Data service
How do you add custom logic to the analytic app
- implement event handlers with scripting language
Almost all widget expose events
true
What on-prem source systems can you connect to using 0Data services and a live connection using CORS (4)
- S/4HANA
- BW
- HANA
- BPC
Can you see a technical widget
No, the are used for scripting scenarios
Examples of technical widgets in the analytic designer (5)
- script variables
- script objects
- search to insight
- data actions
- timers
Examples of standard analytic designer widgets (6)
- tables
- charts
- geo maps
- data action triggers
- text
- buttons
What does graphical design allow (3)
- organize widgets on the canas
- biuld applications using library of widgets
- control interactions via scripting
What are 3 examples of how you can control interactions via scripting
- display a pop-up dialog
- cascading filter behavior
- dynamic switch between chart and table at runtime
Advanced scripting capabilities (3)
- subset of JavaScript
- auto-complete and syntax check
- content assistance (lists all available functions and data)