For Dashboard Designers Reference DiffView
Friday, March 15, 2019 9:48 PMDiffView
Labels: :IA_Function:IA_DiffView
Inherits from: Function and View
The DiffView Function compares two data objects, and shows the difference.
Function parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
| from | First object | object | |
| to | Second object | object | |
| visual | Show the difference visually | true | boolean true/false | 
Outgoing triggers
Type: diff
Occurrence: On execution, when the difference has been calculated.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
| diff | A (nested) object describing the differences between the fromandtoobjects. | object | 
| xml | An XML string describing the difference between the fromandtoobjects. | string |