BCT-ok / BCT-Analytics

2 stars 2 forks source link

Get selected values from checkbox filter #3

Closed ashishmauryabct closed 4 months ago

ashishmauryabct commented 4 months ago

This script allows you to understand which values are checked in a hierarchical checkbox filter. It shows the general method for getting the hierarchy and the nodes of that hierarchy from the filter; navigate through the hierarchy and detect if nodes are checked. It uses a recursive function to traverse the nodes in the tree.