Back to Course
SAC Analytics Designer
0% Complete
0/0 Steps
-
Introduction to Analytic Applications
Introduction to Analytics Applications Unit Introduction -
Analytic Applications Overview
-
Visual Elements in an Analytic Application
-
Scripting
-
Application Canvas DesignApplication Canvas Design Unit Introduction
-
Page Layouts
-
Customizing Tables as Result Lists
-
Designing an Input Form
-
Building Pop-UpsBuilding Pop-Ups Unit Introduction
-
Introduction to Pop-Ups
-
Scripting with Pop-Ups
-
Script ObjectsScript Objects Unit Introduction
-
Introduction to Objects
-
Functions
-
How to Use a FOR Loop
-
Using Variables in a ScriptUsing Variables in a Script Unit Introduction
-
Storing Data
-
Context Focusing a Pop-Up
-
Adding New Members to a Dimension
-
Submitting Transaction Data Using ScriptingSubmitting Transaction Data Using Scripting Unit Introduction
-
Manually Adding Transactional Data
-
Using the Console Log to Show Formatting
-
Validating Using Input
-
Filtering Tables and Charts
-
Submitting a Transaction
-
Application Design ImprovementsApplication Design Improvements Unit Introduction
-
Script Layout
-
Aids for End Users
-
Color Formatting and CSS
Lesson 20 of 29
In Progress
Submitting Transaction Data Using Scripting Unit Introduction
Unit Introduction
In this unit, we’ll be building out a form for submitting transaction data. We’ll start out easy by learning how to manually add transactional data and build our way up. Along the way, we’ll learn a lot about how code can help us to perform certain tasks like obtain information about formatting, validate user inputs, and filter tables and charts. In the end, we’ll have a functional form full of logic that users can use to submit transactional data to a planning table.
Included Lessons
- Test manually adding transactions to a planning table.
- Understand the need to reset the model after tests.
- Use the console log to check the object format.
- Use validation to check if fields are selected.
- Use validation to check if a string is a number.
- Use the setDimensionFilter function to filter a chart or table.
- Change tabs in a Tab Script with code.
- Create a User Input object.
- Set and Submit a transaction.