Skip to main content

How to Create a Data View

Updated yesterday

Creating a data view in Comeen is a powerful way to organize, filter, and sort raw data from your data source into a more usable format. Whether you're working with calendar data or any other type of source, data views enable you to focus on what matters most.

In this guide, we'll walk you through the steps to create a data view, customize it, and use it effectively. By the end, you'll have a clear understanding of how to make the most of this feature.

What is a data view?

A data view is a feature in Comeen that allows you to refine and structure raw data from your data source. By using filters, columns, and sorting options, you can create tailored views that meet your specific needs.

Example:

Imagine you have an ICS calendar file containing all events. A data view can help you extract only the meetings scheduled for November 2023, organized in an easily readable format.

Raw Data:

  • Contains all events, unsorted and unfiltered.

    datasource_calendar.png

Data View Example:

  • A filtered table displaying only meetings happening in November 2023.

    datasource_calendar_view.png

Steps to Create a Data View

  1. Navigate to your data source and click on “Raw Data”.

  2. Select “New View” to start creating a data view.

    new_view_button.png
  3. Assign a descriptive name to your view.

  4. Click “OK” to create your new view.

    view_name.png
  5. By default, your view will be empty. Click on “Edit View” to begin customization.

    empty_view.png
  6. Add the columns you need by selecting “New Column” .

    new_column.png
  7. Provide a name for each column and map it to a corresponding column from your data source.

    column_details.png
  8. Once your columns are added, you can refine the data using filters.

    1. Example: To display meetings scheduled between November 1 and November 30, add two filters:

      • Start Date >= November 1, 2023

        filter_details.png
      • End Date <= November 30, 2023

        filter_details2.png
  9. Choose how to sort your retrieved data by selecting a field.

    1. Specify whether the sorting order should be ascending or descending.

      sorting.png
  10. After customizing columns, filters, and sorting, click “Save”.

    new_filter.png
  11. After saving the View, go to the Data Source, click the view drop down.

  12. You should now see your new view.

Using Your Data View

Your data view is now ready to use! You can integrate it directly into the designer to visualize or utilize the structured information as needed. Data views help streamline your workflows and ensure you're working with the most relevant data at all times.

By following these steps, you can effectively organize your raw data into actionable insights.

  1. Go to Designer.

  2. Click on an existing template that is currently using the Data Source.

  3. Click on any data point, then on the right-hand side, click on the Data view drop-down.

  4. You can now see the new view as an option to use in your templates.

Did this answer your question?