Virtual fields allow you to derive new values from your data in real time. One of the most powerful features of Axiom are virtual fields. With virtual fields, there is no need to do any up-front planning of how to structure or transform your data. Instead, send your data as-is and then use virtual fields to manipulate your data in real-time during queries. The feature is also known as derived fields, but Axiom’s virtual fields have some unique properties that make them much more powerful. In this guide, you’ll be introduced to virtual fields, their features, how to manage them, and how to get the best out of them.Documentation Index
Fetch the complete documentation index at: https://axiom-mano-sample-app.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Creating a virtual field
To create a virtual field, follow these steps:- Go to the Datasets tab.
- Select the dataset where you want to create the virtual field.
- Click the
Virtual fields icon in the top right. You see a list of all the virtual fields for the dataset.
- Click Add virtual field.
- Fill in the following fields:
- Name and Description help your team understand what the virtual field is about.
- Expression is the formula applied to every event to calculate the virtual field. The expression produces a result such as a
boolean,string,number, orobject. The Preview section displays the result of applying the expression to some of your data. Use this section to verify the expression and the resulting values of the virtual field.