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)
How can you customize existing SAC capabilities
- Explorer - additional scripting capabilities (eg, default dimensions)
- Create story from app
- Script Smart Assist features (Time series forecasting, Smart Grouping, Insights and Discovery)
how can analytical designer create Seamless integration with business applications (4)
- Support bi-directional communications with scripting APIs
- navigate between apps passing parameters
- embed apps into business apps
- use app design apps to host and communicate with other web pages
What widget do you use to integrate a story into an analytic app
A widget web page - you can nav to the story via the hyperlink
Can you generate a story for an analytic app
yes, can be generated from chart or tables
What are the extension capabilities that let us extend the tool (3)
- custom widgets
- composites
- r widgets
Describe how a Custom Widget lets us extend tool capabilities (1)
- devs can create sophisticated custom widgets
Describe how a Composites lets us extend tool capabilities (4)
- designers create a collection of widgets to make a composite
- format by drag and drop of standard widgets, logic definition by data binding and scripting
- reuse composites across apps
- breaks down complex apps into smaller, manageable parts
Does Analytics Designer support blending
no