Step: Create variables
Overview
Example starting data:
/*---------+--------*
| student | score |
+---------+--------+
| jane | 83 |
| neal | 35 |
| sam | 74 |
| pat | 62 |
*---------+--------*/Example output data:
/*---------+--------+-------*
| student | score | grade |
+---------+--------+-------+
| jane | 83 | B |
| neal | 35 | F |
| sam | 74 | C |
| pat | 62 | D |
*---------+--------+-------*/Step structure

Field definitions
Field
Definition
Analytic methods
Examples
Example 1: Date extract
Starting data:
Input fields:

Output data:
Example 2: Case method
Starting data:
Input fields:

Output data:
Example 3: Partitioned analytic methods
Starting data:
Input fields:

Output data:
Example 4: Windowed analytic methods
Example data:
Input fields:

Output data:
Example 5: Windowed & partitioned analytic methods
Output data:
Last updated
Was this helpful?

