# Time series functions wizard

Allows for the creation of time series functions.

## Steps

### Administration

Data for the registration and identification of the time series function on the platform. 

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardAdministration.png" "Administration" >}}

Here you can select the **organization**, **name**, **description** and **value types** allowed by the function.

### Definition

This is the code of the time series function.

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardDefinition.png" "Definition" >}}

Here you can modify the code and test it simulating the input data using the **receivedValues**, **extra** and **currentValue** simulated params.

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardDefinitionReceivedValues.png" "Received values" >}}

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardDefinitionExtra.png" "Extra" >}}

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardDefinitionCurrentValue.png" "Current value" >}}

### Summary

Finally you can review changes (except the code) in order to proceed.

{{< staticImage "ux/TimeseriesFunctionsWizard/TimeseriesFunction/tfWizardSummary.png" "Summary" >}}

Once you finish you may be able to select the function in a time series column.

{{% children sort="weight" depth="10" %}}

---
