Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

 

Overview

This step is used to create a calculated field based on other fields, allowing you to perform custom calculations on your data.

Calculated Field Transformation Flow

In this example, we will cover how to create a simple transformation flow that involves the calculated field step. This transformation will involve setting up an input step, applying the calculated field transformation step, and then storing the data into a database. You could always include more steps to your transformation flow. 

 


  1. Click on the Create button in the top-right corner.

  2. Then select Transformation Flow. 

    If you do not see this option, you may not have security access to transformation flows. Learn how to get access here.





  3. You will be taken to the transformation flow builder.

  4. Hover your cursor over the Input Steps button on the left side. A panel with a list of all data extraction steps will appear.



  5. Drag one of these steps onto the canvas. For this procedure, we will use the single table step as an example. (Click here to learn about all the different input steps.)

  6. On doing so, a popup will appear to load data from a data source.



  7. Click on the data source that you require.

  8. Then choose the database table, and click on Submit. 



  9. The table fields will appear in the transformation flow panel to be configured. 

  10. Select only the fields that you want data to be extracted from.



  11. You can make further changes, such as filtering the data, or renaming the step, etc.

  12. Once you’re done with the step configuration, click on the Apply button. 

    You must click on the Apply button to save the configuration details. Otherwise, if you click somewhere else first, you will lose the configuration details.



  13. On doing so, the data preview panel will display the data extracted from the configured database table.  



  14. You can also apply transformations to fields directly from the data preview panel. Click here to learn more about this.

  15. You can also add other steps to your transformation flow. 

  16. When you are ready to use the calculated field step in your flow, continue with the procedure below.

  17. Expand the transformation step panel by hovering on its icon in the step builder, and then dragging the Calculated Field step onto the canvas. 



  18. Next, create a connection between the input step (or the previous step, if you've added any other ones) and the calculated field step, by dragging a connection point to the calculated field step. (Click here to learn about rules involving connections, and how to break existing connections.)




  19. Click on the calculated field step icon to configure it. The transformation flow panel wil be updated.

  20. Click on Add Item.



  21. A popup window will appear to create a new calculated field.



  22. Update the name of the calculated field.
  23. Define your calculation using the buttons at the bottom of the window, for example:
    • Search for the Sum Invoiced Amount field in the -- Select Field -- drop down list and click on it to add it to the formula box.
    • Press the minus ( – ) button.
    • Search for the Sum Cost of Camp field and add it to the formula.
    • You will now have Invoiced Amount - Cost.
    • Test your calculation by using the Validate button. (An error will appear if it is invalid.)

 

 

 

 

 

 

  1. Select the aggregate function for the fields that you want to aggregate. The list above explains each of these functions in detail.

  2. Once aggregation selection for all the required fields have been made, click Apply. The transformed data will appear in the data preview panel




  3. You can continue to transform your data further by adding more transformation steps.

  4. Once you are read to save your data in a writeable database, follow the steps below.

  5. Extend the output step panel by hovering on its icon, and drag the SQL database output step onto the canvas.



  6. Next, connect the aggregate step (or the previous step in your flow) to the output step by creating a connection.

  7. And then configure the output step through the panel on the right-side. Click here  to learn more about configuring this step.
    Note: By default, the output step will be highlighted as red to signify that it contains errors. This is because it has not been configured yet.



  8. You can now execute the draft flow by clicking on the run button in the top header menu.


  9. Or save the flow for a full execution. To do that, click on the Publish button.




  10. Then provide details in the popup that appears, such as providing a proper name, and selecting rights to access the flow.




  11. Finally click on the Save button.

 


 

 




 

  • No labels