Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 references 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:

...

Code Block
[
    {
        "fieldId": "year"
    },
    {
        "fieldId": "month"
    },
    {
        "fieldId": "day"
    }
]

Once this is done you need to add a Channel Filter:

...

Where you can also set a path in addition to the usual Channel Filter settings

...