Versions Compared
Version | Old Version 28 | New Version 29 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
This page is for application designers who need to configure functionality for components or events. It explains the properties for the analysis node, which is part of an actionflow.
Overview
Use a
node in an actionflow to run analysis on tables as if they are analysis models. For more information about running tables, see Analysis Models for Batch Processing Data. Insert excerpt _action_analysis _action_analysis nopanel true
Note |
---|
Analysis actions only allow transactional tables to be included to ensure correct model operation. |
Example
In a weather application, a user can search for the weather data for any location using a form field connected to an actionflow.
The actionflow is set up as follows:
Each time the application user runs the action, the calculate node selects a number from a sequence to add the ForecastID identifier. When the subsequent analysis node runs, it saves the ForecastID to the tables that are being run.
The expressions in the tables can reference:
- the ForecastID identifier.
'_context.ForecastID'
- The location provided by the user '_context.Location'.
The location value is sent in an API call using HTTP collectors connected to a HTTP datasource, as shown in the following analysis model:
Using Context Parameters
Tables that are being run may rely on context parameters in their attribute expressions. Adding attributes with the same name as the context parameters to the analysis node will work in the same way. For example, if a table relies on the expression '_context.Name'
, an attribute called 'Name'
can be added to the analysis node. The value for this can then be mapped to this attribute from any preceding connection.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Basic Settings
Field | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Enter the name for the analysis node. | ||||||||||||||||||||
|
|
Tables
This section has a toolbar with standard buttons. The grid contains a list of tables.
- To add a table, in the section toolbar click
to open a repository tab filtered to show tables by application. Drag a table from the list into the grid.Insert excerpt _table_list _table_list nopanel true - To remove a table, select one and in the section toolbar click
.Insert excerpt _delete _delete nopanel true
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Live Search | ||||||||
---|---|---|---|---|---|---|---|---|
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Learn More
For links to all pages in this topic, see see Understanding Actionflows.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|