I have a chart where you can click on each segment and it's supposed to filter the model for the popup table to just show data for that segment but it's not working.
The action for the segment is
-Activate & Set Model Condition (model=ContactDetails, condition= ClientLevelMaster__filter], value= {{{clientLevelMasterc}}}
-Query Model
-Show Popup
And the model (ContactDetails) has condition nClientLevelMaster__filter] is ____, filterable but off by default.
The drilldown table only shows one of the levels and doesn't update.