Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you would like to add a hierarchical filter for date then add a tree view field to the Layer that has the Date tagboxes e.g I have three tagbox fields for Year/Month/Day in my Basic Information Layer and have added a Tree View field to display the date:

image-20250108-084704.png

I have entered the below in Levels. The allow recursion will be set to false by default after saving.

[
    {
        "fieldId": "year"
    },
    {
        "fieldId": "month"
    },
    {
        "fieldId": "day"
    }
]
  • No labels