Introduction

In this tutorial, we will explore the functionality that allows access to global data set data from any domain. This feature provides a versatile and robust method for utilizing shared data across various domains.

Let's delve into the technical details of how this capability works and its practical applications.

How to load data

To create a data set that is accessible from any domain, you should follow the same steps as you would for a regular data set (refer to the documentation here: Creating Data Set), with the exception that you should perform these actions while ensuring you are not within a specific domain. You can confirm this by hovering over the profile icon, which should resemble the following:

To access data from this data set, you should prefix it with "SYSTEM.", such as "SYSTEM.DATASET_CODE". Otherwise, the usage of this type of data set remains identical to standard data sets.

def data = readDataset('SYSTEM.WEATHER', -1, null, null)
  • No labels