LogoLogo
LoginGo to website
English
  • Plattform
  • API
English
  • Getting started
    • First steps
    • Login
  • Navigation
    • Sidebar
    • Path navigation
    • Home
    • Resources
  • Account management
    • Account
    • Profile
    • Security and access
    • Personal Access Key (PAK)
    • Notifications
  • Organization management
    • General
    • Members
    • Groups
    • Tags
    • Connect
  • Workspaces
  • Solutions
  • Datasets
    • Create dataset
    • Explore dataset
    • Upload data
    • Export data
    • Manage dataset
  • Insights
    • Create insight
    • Aggregation
    • Filters
    • SQL Editor
    • Visualization
      • Table chart
      • Line chart
      • Bar chart
      • Pie chart
      • Single number
      • Maps
        • JSON and GeoJSON
        • Create a map
    • Joins
      • Basics
      • Joins in insights
    • Manage insights
  • Reports
    • Create reports
    • Manage reports
  • Forms (soon)
  • Documentation
  • Roles and permissions
    • Roles
    • Permissions
    • Permission matrix
  • Security and data protection
    • Trust Center
    • Security measures
    • Data protection
    • Hosting
  • Help and support
Bereitgestellt von GitBook
Auf dieser Seite
  • What is a join?
  • Joining datasets in the Polyteia Platform

War das hilfreich?

Als PDF exportieren
  1. Insights

Joins

Combine two or more datasets using joins in the Polyteia Platform.

VorherigeCreate a mapNächsteBasics

Zuletzt aktualisiert vor 6 Tagen

War das hilfreich?

By joining datasets, you can merge information from different tables. This is particularly useful when one dataset contains names or IDs and another contains related properties like locations, quantities, or categories.

The Polyteia Platform supports this through joins – just like in classic database systems, but without requiring you to write SQL.

What is a join?

A join connects two datasets through a common column, such as a name or ID. This value is called a join key. When a match is found, the data from both tables is merged into a combined view.

For a simple introduction to the topic, we recommend reading the article.

Joining datasets in the Polyteia Platform

In the insight editor, you can connect two datasets using the + Join dataset option.

By default, the Polyteia Platform uses natural joins, meaning it automatically connects columns with the same name.

Basics