Search and traverse data
Search and traverse data

Data is rarely in isolated. There are certain relationships between all data. Very often you are not looking for the data itself, but for related data. By means of datanames you can easily request that data.

By means of web values you can easily walk through your data. This way you can:

  • show data from various lists together on one page
  • use data from different lists together in a single API call
  • to include data from different places in the website in setting up the logic for your website

Going through data using datanames is very simple. More information on writing such datanames is on page about searching and traversing data on our website about datanames.