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

« Previous Version 8 Next »

If you would like to add a hierarchical filter for date then add a tree view field to the Layer that 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:

Picture of tree view field

I have entered the below in Levels. The allow recursion will be set to false by default after saving. The fields will be shown in the filter in the order below. For an American date for example you may want to use month/day/year.

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

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

image-20250108-090635.png

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

image-20250108-091040.png

This will then result in the Hierarchical Filter as pictured below:

image-20250108-091816.pngimage-20250108-091340.png

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.